diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-08 08:23:50 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-09 07:46:38 -0600 |
commit | a49eb95b10d50cb1eb428ba4a5ce2cd90e17f6d6 (patch) | |
tree | de1eedf9cf1e9429243eeca5483299249ae76497 /ci/odl | |
parent | 7070d937e339f1e6b4c6e9daca39f45a6207ff2b (diff) |
to fix ODL issue.
Change-Id: Iae384f8ba902cc001b7ffd2d55fcbef25333ecba
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 790e39ea..f1b2ecb9 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -13,6 +13,7 @@ function build { bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise bzr branch lp:~billy-olsen/charms/xenial/mongodb/trunk $distro/mongodb bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp +bzr branch lp:~narindergupta/opnfv/neutron-gateway $distro/neutron-gateway git clone https://github.com/gnuoy/charm-congress.git $distro/charm-congress build congress @@ -29,7 +30,7 @@ git clone https://github.com/openstack/charm-glance.git $distro/glance git clone https://github.com/openstack/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 +#git clone https://github.com/openstack/charm-neutron-gateway.git $distro/neutron-gateway git clone https://github.com/openstack/charm-neutron-openvswitch.git $distro/neutron-openvswitch 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 |