From d80e9475b6478b8697b36c94d61a1cde29620c6d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 19 Oct 2016 12:27:30 -0500 Subject: modified for juju 1.25 also Change-Id: I1cf6be1a50dd8a28efa92a4a4f1073d4734bb604 Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/ceph.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/config_tpl/bundle_tpl/ceph.yaml') diff --git a/ci/config_tpl/bundle_tpl/ceph.yaml b/ci/config_tpl/bundle_tpl/ceph.yaml index 16537364..35b29a8d 100644 --- a/ci/config_tpl/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/bundle_tpl/ceph.yaml @@ -6,7 +6,7 @@ monitor-count: {{ unit_ceph_qty() }} fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7 monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A== - source: "cloud:{{ ubuntu.release }}/{{ os.release }}" + source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -39,7 +39,7 @@ options: osd-devices: {{ opnfv.storage_dict.ceph.disk }} osd-reformat: 'yes' - source: "cloud:{{ ubuntu.release }}/{{ os.release }}" + source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -66,7 +66,7 @@ region: {{ os.region }} use-embedded-webserver: true operator-roles: "Member,admin" - source: "cloud:{{ ubuntu.release }}/{{ os.release }}" + source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} -- cgit 1.2.3-korg