diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-19 15:31:24 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-19 15:32:07 -0500 |
commit | 104906bfb36c79c0837349ffe7ecb22fd82b44c6 (patch) | |
tree | 6b2b740806aa8265941ed1b3d663cdfb085a4190 /ci | |
parent | 4b50bb29ffc97297d78f5138f1a066593f16c3d2 (diff) |
correct the placement of service.
Change-Id: I803ba34a1387c050ae19ef4f8bbd54402a1fee2d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml | 1 | ||||
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/designate.yaml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml b/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml index 1a6b4cd0..33247f70 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml @@ -32,6 +32,7 @@ bindings: "": *internal-space {% endif %} + series: {{ ubuntu.release }} options: allow-ufw-ip6-softfail: True to: diff --git a/ci/config_tpl/juju2/bundle_tpl/designate.yaml b/ci/config_tpl/juju2/bundle_tpl/designate.yaml index fa727413..23840a0c 100644 --- a/ci/config_tpl/juju2/bundle_tpl/designate.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/designate.yaml @@ -42,6 +42,6 @@ bindings: "": *internal-space to: - - lxd:nodes/0 - - lxd:nodes/1 + - "lxd:nodes/0" + - "lxd:nodes/1" |