diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2016-11-22 14:04:27 -0800 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2016-11-22 14:04:27 -0800 |
commit | e3beb98f349186c840a834ffcddcb55f453199d1 (patch) | |
tree | a632f385923ffe619953065d3894a0f6e62765e2 | |
parent | 491d268009938eb6ce21ad4636bdd5130935f011 (diff) |
Changed to use a local (working) cassandra charm from ovno repo instead of from Launchpad
Change-Id: If268fc1e1d49d2ebc2481d555ae9cfe0d6c9edec
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 37139682..e1504949 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -63,7 +63,6 @@ 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/ |