keystone_changed: Protect late quantum config by an eligible_leader check.
This commit is contained in:
parent
0eddd647fd
commit
19b4ca3e55
@ -368,7 +368,8 @@ EOF
|
||||
# if this changed event happens as a result of clustered VIP
|
||||
# reconfigure, configure_https needs to update VIP certificate
|
||||
# before quantumclient is used.
|
||||
[[ -n "$clustered" ]] && configure_quantum_networking
|
||||
[[ "$NET_MANAGER" == "Quantum" ]] && [[ -n "$clustered" ]] &&
|
||||
eligible_leader 'res_nova_vip' && configure_quantum_networking
|
||||
}
|
||||
|
||||
volume_joined() {
|
||||
|
2
revision
2
revision
@ -1 +1 @@
|
||||
232
|
||||
234
|
||||
|
Loading…
x
Reference in New Issue
Block a user