Adding a unit to an existing service overwrites the vip in the catalogue
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Ceilometer Charm |
Fix Released
|
Critical
|
Liam Young | ||
OpenStack Cinder Charm |
Fix Released
|
Critical
|
Liam Young | ||
OpenStack Glance Charm |
Fix Released
|
Critical
|
Liam Young | ||
OpenStack Neutron API Charm |
Fix Released
|
Critical
|
Liam Young | ||
OpenStack Nova Cloud Controller Charm |
Fix Released
|
Critical
|
Liam Young | ||
nova-cloud-controller (Juju Charms Collection) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When adding and removing a new nova-cloud-
$ juju-deployer -f keystone
2016-02-10 13:59:20 Service: keystone address: 10.5.0.219
10.5.0.219
$ keystone endpoint-list
+------
| id | region | publicurl | internalurl | adminurl | service_id |
+------
| 14eb9c3acb124c9
| 15e648ddbd17427
| 33e17dad386e4dc
| 556ce143e6564ff
| 8c23368a7694465
| 9da5dd218ec546a
| a76c5fbb2f384b5
| b1f50dd93b5043c
| b2ec91885f204c5
| fda0adfd56074a5
+------
$ juju add-unit nova-cloud-
$ !806
keystone endpoint-list
+------
| id | region | publicurl | internalurl | adminurl | service_id |
+------
| 15e648ddbd17427
| 33e17dad386e4dc
| 556ce143e6564ff
| 8c23368a7694465
| 9da5dd218ec546a
| a76c5fbb2f384b5
| b1f50dd93b5043c
| b2ec91885f204c5
| d9516d98cf8447f
| fda0adfd56074a5
+------
It's changed from http://
$juju remove-unit nova-cloud-
then we lose connection to the nova-api
$ nova list
ERROR: HTTPConnectionP
Changed in nova-cloud-controller (Juju Charms Collection): | |
status: | New → Invalid |
Changed in charm-nova-cloud-controller: | |
assignee: | nobody → Liam Young (gnuoy) |
importance: | Undecided → Critical |
status: | New → Confirmed |
summary: |
- juju remove-unit nova-cloud-controller/x does not update nova-api - endpoint + Adding a unit to an existing nova-cloud-controller overwrites the vip in + the catalogue |
Changed in charm-nova-cloud-controller: | |
milestone: | none → 17.11 |
Changed in charm-neutron-api: | |
importance: | Undecided → Critical |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 17.11 |
status: | New → Confirmed |
Changed in charm-cinder: | |
status: | New → In Progress |
Changed in charm-neutron-api: | |
status: | Confirmed → In Progress |
Changed in charm-cinder: | |
importance: | Undecided → Critical |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 17.11 |
Changed in charm-glance: | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 17.11 |
Changed in charm-ceilometer: | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 17.11 |
summary: |
- Adding a unit to an existing nova-cloud-controller overwrites the vip in - the catalogue + Adding a unit to an existing service overwrites the vip in the catalogue |
Changed in charm-cinder: | |
status: | In Progress → Fix Committed |
Changed in charm-neutron-api: | |
status: | In Progress → Fix Committed |
Changed in charm-glance: | |
status: | In Progress → Fix Committed |
Changed in charm-ceilometer: | |
status: | In Progress → Fix Committed |
Changed in charm-nova-cloud-controller: | |
status: | In Progress → Fix Committed |
tags: | added: stable-backport |
Changed in charm-nova-cloud-controller: | |
status: | Fix Committed → Fix Released |
Changed in charm-neutron-api: | |
status: | Fix Committed → Fix Released |
Changed in charm-cinder: | |
status: | Fix Committed → Fix Released |
Changed in charm-glance: | |
status: | Fix Committed → Fix Released |
Changed in charm-ceilometer: | |
status: | Fix Committed → Fix Released |
same thing with next-ha.yaml bazaar. launchpad. net/~ost- maintainers/ openstack- charm-testing/ trunk/view/ head:/bundles/ dev/next- ha.yaml
http://