Also protect early call to quantum config.
This commit is contained in:
parent
19b4ca3e55
commit
f3f9242db9
@ -344,7 +344,7 @@ EOF
|
||||
if [ "$NET_MANAGER" == "Quantum" ]; then
|
||||
# if first time here, config quantum before setting up
|
||||
# https.
|
||||
[[ -z "$clustered" ]] && configure_quantum_networking
|
||||
[[ -z "$clustered" ]] && eligible_leader && configure_quantum_networking
|
||||
# ripple out changes to identity to connected services
|
||||
# which use cloud-controller as source of information for
|
||||
# keystone
|
||||
|
2
revision
2
revision
@ -1 +1 @@
|
||||
234
|
||||
235
|
||||
|
Loading…
x
Reference in New Issue
Block a user