diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/glance.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/glance.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/glance.yaml b/ci/config_tpl/juju2/bundle_tpl/glance.yaml index 198cefb7..fe991f0a 100644 --- a/ci/config_tpl/juju2/bundle_tpl/glance.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/glance.yaml @@ -2,6 +2,7 @@ charm: "./{{ ubuntu.release }}/glance" num_units: {{ unit_qty() }} {% if os.service.bindings %} + constraints: *ceph-access-constr bindings: "": *oam-space public: *public-space |