diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2016-10-19 14:36:54 -0700 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2016-10-19 14:36:54 -0700 |
commit | 357e2d4813865b7b99cb97ebc53efeb7ba6d759b (patch) | |
tree | 34d5cb7daa0014b764c5cde43689e59273560cf7 | |
parent | d80e9475b6478b8697b36c94d61a1cde29620c6d (diff) |
Use bzr in fetch-charms.sh to get cassandra charm
Change-Id: I2331514d4a9c9d8d7ad3ef0931fe748848181458
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 908f7c11..874ef558 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -63,6 +63,7 @@ git clone -b stable/16.07 https://github.com/openstack/charm-neutron-api.git $di #charm pull cs:~openstack-charmers-next/lxd xenial/lxd # Controller specific charm +bzr branch lp:~charmers/charms/trusty/cassandra/trunk $distro/cassandra git clone https://git.opnfv.org/ovno.git cd ovno/charms/trusty mv * ../../../$distro/ |