[ubuntu-havana-R1.10-#33] neutron_url is set wrongly in non-ha setup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
Undecided
|
Ignatious Johnson Christopher | ||
R1.1 |
Fix Committed
|
Critical
|
Ignatious Johnson Christopher |
Bug Description
The neutron server URL is not getting set correctly(it is set to none:9696) in nova.conf if there is no HA section in the testbed file. In case of single node rabbit_host in nova.conf is also wrong.
I think the logic to set the default values when HA section is not present seems to be broken in this build.
Compute:
quantum_
quantum_url = http://
volume_api_class = nova.volume.
enabled_
auth_strategy=
neutron_
rabbit_host = 10.84.13.32
glance_host = 10.84.13.33
neutron_
neutron_
neutron_
neutron_url = http://
neutron_url_timeout = 300
information type: | Proprietary → Public |
tags: | added: blocker |
Changed in juniperopenstack: | |
assignee: | nobody → Ignatious Johnson Christopher (ijohnson-x) |
Tried provisioning with build 33 in a single node setup, i see that neutron server URL is set to none:9696.
I dont see rabbit_host set to wrong value .
I see the correct ip.
rabbit_host = 10.84.14.58