diff options
author | 2017-08-16 22:25:33 -0500 | |
---|---|---|
committer | 2017-08-16 22:25:33 -0500 | |
commit | 273b2b957d709603a356989cbae19352bd920037 (patch) | |
tree | 077d6a86af94dcd50f673479ae24ebe73eca54ea /ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml | |
parent | 1e9212b4472421d774119a49cbfb803799032d0a (diff) |
modified to setup contraints on single bindin space charms.
Change-Id: Ied886a0865a637ac206a831c7ce98933c600e5e7
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml b/ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml index 5e240e24..9132096e 100644 --- a/ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml @@ -2,6 +2,7 @@ charm: "./{{ ubuntu.release }}/openstack-dashboard" num_units: {{ unit_qty() }} {% if os.service.bindings %} + constraints: *oam-space-constr bindings: "": *public-space shared-db: *internal-space |