diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-08 08:06:43 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-08 08:08:06 -0500 |
commit | 1c013c1ea57b207fbe4b0f9308d5d9fd5cfd0141 (patch) | |
tree | e956e18c382bd266d4d7fad999a88edba1678294 /ci | |
parent | 19a7096fb6c225501f8fd48b3aed55349e48f482 (diff) |
updated the odl charms from charm store.
Change-Id: Ie68b16eddcb07b7ba54d2a87237226f359ef109d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/odl/fetch-charms.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh index 606b1261..970f38a2 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -62,7 +62,7 @@ charm pull cs:$distro/aodh $distro/aodh #charm pull cs:~openstack-charmers-next/heat $distro/heat #charm pull cs:~openstack-charmers-next/lxd xenial/lxd -#controller specific charm -git clone https://github.com/openstack/charm-odl-controller.git $distro/odl-controller -git clone https://github.com/openstack/charm-neutron-api-odl.git $distro/neutron-api-odl -git clone https://github.com/openstack/charm-openvswitch-odl.git $distro/openvswitch-odl +#odl controller specific charm +charm pull cs:$distro/odl-controller $distro/odl-controller +charm pull cs:$distro/neutron-api-odl $distro/neutron-api-odl +charm pull cs:$distro/openvswitch-odl $distro/openvswitch-odl |