1975c41271
When an existing cluster of the service is scaled out the new unit will join with keystone before it is fully clustered. In identity joined hook the charmhelpers function canonical_url is called which in turn uses another charmhelpers function, resolve_address. resolve_address will only return the vip if the vip is set in config AND the unit is clustered. This means that the units local address is returned and that is then registered with keystone. This change gates registering an endpoint if the cluster is partially formed. Change-Id: If483147e17dab8de2883058ee0f2718a3b7f8ca6 Partial-Bug: #1544959
9 lines
74 B
Plaintext
9 lines
74 B
Plaintext
bin
|
|
.coverage
|
|
.testrepository
|
|
.tox
|
|
*.sw[nop]
|
|
*.pyc
|
|
.unit-state.db
|
|
.stestr
|