diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 17:26:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 17:26:48 -0500 |
commit | 700b7813fa18eda277b303a3de5905d3d875eec9 (patch) | |
tree | 34c380da28ea3413f015afd30e70f6e72c095b85 /ci/nosdn/fetch-charms.sh | |
parent | 8d92025d7d812708d800e982f4310674d5c445df (diff) |
modfiied to have a new onos charm with gateway support.
Change-Id: I4377f52d8fa077a5bfdcaaf1089fd8166abf5062
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/fetch-charms.sh')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index 96f83055..ff0e7180 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -22,8 +22,8 @@ git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-rados git clone https://github.com/openstack/charm-cinder.git $distro/cinder git clone https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph git clone https://github.com/openstack/charm-glance.git $distro/glance -#git clone https://github.com/openstack/charm-keystone.git $distro/keystone -git clone -b bug/congress-fix https://github.com/gnuoy/charm-keystone.git $distro/keystone +git clone https://github.com/openstack/charm-keystone.git $distro/keystone +#git clone -b bug/congress-fix https://github.com/gnuoy/charm-keystone.git $distro/keystone git clone https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster git clone https://github.com/openstack/charm-neutron-api.git $distro/neutron-api git clone https://github.com/openstack/charm-neutron-gateway.git $distro/neutron-gateway |