diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 16:29:29 +0000 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 16:29:29 +0000 |
commit | 9186c816d279c47a6a89abc9e587128c41bdd08f (patch) | |
tree | 24fa5780214668d24554a6f25dc5f408f56dfea6 /ci/kubernetes | |
parent | 9f0a678ee9d4a5a0afc620f93edb14b3e4dcf56b (diff) |
Revert "adding latest release charm support."
This reverts commit 9f0a678ee9d4a5a0afc620f93edb14b3e4dcf56b.
Change-Id: I1671d69dfcd8ebd3dd60a495de5d8cdca65ab1a2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/kubernetes')
-rwxr-xr-x | ci/kubernetes/fetch-charms.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/kubernetes/fetch-charms.sh b/ci/kubernetes/fetch-charms.sh index ee89d8f6..fd784ba1 100755 --- a/ci/kubernetes/fetch-charms.sh +++ b/ci/kubernetes/fetch-charms.sh @@ -10,7 +10,7 @@ function build { } # openstack -charm pull cs:ntp $distro/ntp -git clone -b stable/17.11 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon -git clone -b stable/17.11 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd +bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp +git clone -b stable/17.08 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon +git clone -b stable/17.08 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd |