Comment 2 for bug 1544959

Revision history for this message
Leonardo Borda (lborda) wrote : Re: juju remove-unit nova-cloud-controller/x does not update nova-api endpoint

workaround:
find out legacy_endpoint_id x keystone endpoint-list and change the database directly.

use keystone
select * from endpoint where legacy_endpoint_id='<id>'
update endpoint set url='http://<ip_nova-cloud-controller-vip>:8774/v2/$(tenant_id)s' where legacy_endpoint_id='<id>';