Skip to content

Commit

Permalink
Closes-Bug: #1616579 - Sample JSONs in R3.1 branch are wrong
Browse files Browse the repository at this point in the history
Converted single to double quote.
Removed storage params not exposed to user

Change-Id: If8c94ba2f0712671581146c2a741174bf3b43cc6
  • Loading branch information
nitishkrishna committed Oct 4, 2016
1 parent 9e156ad commit 3293690
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/client/new-cluster.json
Expand Up @@ -47,16 +47,16 @@
},
"config": {
"contrail_amqp_ip_list": [],
"contrail_amqp_ip_port": '',
"contrail_amqp_ip_port": "",
"manage_neutron": true,
"manage_db": false,
"zookeeper_ip_port": 2181,
"healthcheck_interval": 5
},
"compute": {
"dpdk": {
"huge_pages": '',
"core_mask": ''
"huge_pages": "",
"core_mask": ""
},
"sriov": {
"enable": false
Expand All @@ -75,19 +75,12 @@
"gateway_routes": ""
},
"storage": {
"storage_num_osd": "",
"storage_fsid": "",
"storage_num_hosts": "",
"storage_monitor_secret": "",
"osd_bootstrap_key": "",
"storage_admin_key": "",
"storage_virsh_uuid": "",
"storage_monitor_hosts": [],
"storage_enabled": false,
"storage_chassis_config": [],
"live_migration_host": "",
"live_migration_ip": "",
"live_migration_storage_scope": "",
"storage_cluster_network": ""
},
"toragent": {
Expand Down Expand Up @@ -116,7 +109,7 @@
"amqp" : {
"server_ip": "",
"ip_list": [],
"port": ''
"port": ""
},
"mysql": {
"root_password": "c0ntrail123"
Expand Down

0 comments on commit 3293690

Please sign in to comment.