diff options
Diffstat (limited to 'ci/kubernetes/fetch-charms.sh')
-rwxr-xr-x | ci/kubernetes/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/kubernetes/fetch-charms.sh b/ci/kubernetes/fetch-charms.sh index b40b7324..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 +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 |