diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 17:42:49 +0000 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 17:42:49 +0000 |
commit | 627e4cd984a280fe63fa7bfb11a3cf62fce05229 (patch) | |
tree | 57cf145469d547224b1aad8487d31c07ff8425aa /ci/kubernetes | |
parent | f3f3a1fee413ed5e302193c4e4533ef1dbc17b4e (diff) |
Revert "added new ntp charm to remove the K8 issues."
This reverts commit f3f3a1fee413ed5e302193c4e4533ef1dbc17b4e.
Change-Id: Ibc85ba73670b58aabce665aeb1b6e33fe29fa79e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/kubernetes')
-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 |