From a49eb95b10d50cb1eb428ba4a5ce2cd90e17f6d6 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 8 Feb 2017 08:23:50 -0600 Subject: to fix ODL issue. Change-Id: Iae384f8ba902cc001b7ffd2d55fcbef25333ecba Signed-off-by: Narinder Gupta --- ci/odl/fetch-charms.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/odl') 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 -- cgit 1.2.3-korg