Merge "Run Glance initialization when Glance is enabled, not just registry"
This commit is contained in:
commit
decb662ff3
4
stack.sh
4
stack.sh
@ -1155,7 +1155,7 @@ fi
|
||||
# Glance
|
||||
# ------
|
||||
|
||||
if is_service_enabled g-reg; then
|
||||
if is_glance_enabled; then
|
||||
echo_summary "Configuring Glance"
|
||||
init_glance
|
||||
fi
|
||||
@ -1280,7 +1280,7 @@ fi
|
||||
# scripts as userdata.
|
||||
# See https://help.ubuntu.com/community/CloudInit for more on ``cloud-init``
|
||||
|
||||
if is_service_enabled g-reg; then
|
||||
if is_glance_enabled; then
|
||||
|
||||
echo_summary "Uploading images"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user