diff --git a/charts/openstack/glance/templates/bin/_bootstrap.py.tpl b/charts/openstack/glance/templates/bin/_bootstrap.py.tpl index 3feda50..7b14570 100644 --- a/charts/openstack/glance/templates/bin/_bootstrap.py.tpl +++ b/charts/openstack/glance/templates/bin/_bootstrap.py.tpl @@ -136,7 +136,7 @@ ost = openstack.connect() for image_name, image in STRUCTURED_IMAGES.items(): image_name = image.pop("name", image_name) if not image.get("enabled", True): - LOG.info("Skipping handling image {image_name} as its not enabled.") + LOG.info(f"Skipping handling image {image_name} as its not enabled.") continue LOG.info(f"Handling image: {image_name}") diff --git a/rockoon/templates/services/image.yaml b/rockoon/templates/services/image.yaml index ccce81e..ca3b6cf 100644 --- a/rockoon/templates/services/image.yaml +++ b/rockoon/templates/services/image.yaml @@ -167,6 +167,7 @@ spec: enabled: true hash_method: SHA-256 {%- endif %} +{%- if "load-balancer" in spec.features.services %} amphora-x64-haproxy: container_format: bare image_type: qcow2 @@ -182,6 +183,7 @@ spec: enabled: true hash_method: SHA-256 {%- endif %} +{%- endif %} {%- if "shared-file-system" in spec.features.services %} manila-service-image: container_format: bare