Also protect early call to quantum config.

This commit is contained in:
Adam Gandelman 2013-03-08 18:56:57 -08:00
parent 19b4ca3e55
commit f3f9242db9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
234
235