diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-07 07:55:37 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-07 11:26:48 -0500 |
commit | f22e7ac163e30b07bb1582d55c40123ef23a735f (patch) | |
tree | 0223762bdbdcdb7de510ad3e5f539a0906764974 /ci/odl | |
parent | 30e949d21abe6fb009feb2c2aa3111a85d5258c4 (diff) |
tried to modify into single bundle. That is correct step to move
towards JUJU 2.0
Change-Id: I58e24aac2b5c23982a888bdc69830f95a9f79122
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl')
-rwxr-xr-x | ci/odl/fetch-charms.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh index 2a42b6a8..4593600e 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -30,7 +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 -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/gnuoy/charm-congress.git $distro/charm-congress git clone https://github.com/openstack/charm-lxd.git xenial/lxd |