diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-08 10:06:55 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-08 10:31:12 -0500 |
commit | 6d508d3203fe4a914db1b8cc65f7e2358b1f4766 (patch) | |
tree | e2a4e56023d46f46fc59696890fd74c2d3c37435 /ci/nosdn/fetch-charms.sh | |
parent | 5e5881112d62c2089dd13b805682cfe2e9b878b5 (diff) |
trying to have ssh passed.
Change-Id: I433a537851dad1395a53d8da9489a46d37132a4c
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 130fdf0a..27558a32 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -30,8 +30,8 @@ git clone https://github.com/openstack/charm-neutron-openvswitch.git $distro/neu git clone https://github.com/openstack/charm-nova-cloud-controller.git $distro/nova-cloud-controller git clone https://github.com/openstack/charm-nova-compute.git $distro/nova-compute git clone https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard -charm pull cs:~james-page/xenial/rabbitmq-server-bug1590085 $distro/rabbitmq-server -#git clone https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server +#charm pull cs:~james-page/xenial/rabbitmq-server-bug1590085 $distro/rabbitmq-server +git clone https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server git clone https://github.com/openstack/charm-heat.git $distro/heat git clone https://github.com/openstack/charm-lxd.git xenial/lxd git clone https://github.com/gnuoy/charm-congress.git $distro/charm-congress |