summaryrefslogtreecommitdiff
path: root/integration/scripts/localrc.rc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-03-27 08:28:36 +0200
committerAndreas Jaeger <aj@suse.com>2017-03-27 08:28:36 +0200
commit03091f1c58908f48ad3baee8e34ccff66eb293ba (patch)
tree6952e922f857205ace7af139ffd33fc5a03cd91c /integration/scripts/localrc.rc
parentc84f5cce1432aa88ad245c5d7623e59d02fec19f (diff)
downloadtrove-03091f1c58908f48ad3baee8e34ccff66eb293ba.tar.gz
Remove LIBS_FROM_GIT_*
LIBS_FROM_GIT_ALL_CLIENTS and LIBS_FROM_GIT_ALL_OSLO are not set anywhere, remove them. See: http://codesearch.openstack.org/?q=LIBS_FROM_GIT_ALL_CLIENTS&i=nope&files=&repos= http://codesearch.openstack.org/?q=LIBS_FROM_GIT_ALL_OSLO&i=nope&files=&repos= Change-Id: I943fc4d026772f570fd30641201284fb9aae4a5f
Diffstat (limited to 'integration/scripts/localrc.rc')
-rw-r--r--integration/scripts/localrc.rc42
1 files changed, 6 insertions, 36 deletions
diff --git a/integration/scripts/localrc.rc b/integration/scripts/localrc.rc
index d3914b4b..8214cc78 100644
--- a/integration/scripts/localrc.rc
+++ b/integration/scripts/localrc.rc
@@ -41,44 +41,14 @@ fi
# Use Git repositories for client components
LIBS_FROM_GIT=python-troveclient
-if [[ $LIBS_FROM_GIT_ALL_CLIENTS = true ]]; then
- LIBS_FROM_GIT+=,python-ceilometerclient
- LIBS_FROM_GIT+=,python-cinderclient
- LIBS_FROM_GIT+=,python-glanceclient
- LIBS_FROM_GIT+=,python-heatclient
- LIBS_FROM_GIT+=,python-keystoneclient
- LIBS_FROM_GIT+=,python-mistralclient
+if [[ $ENABLE_NEUTRON = true ]]; then
LIBS_FROM_GIT+=,python-neutronclient
- LIBS_FROM_GIT+=,python-novaclient
- LIBS_FROM_GIT+=,python-openstackclient
- LIBS_FROM_GIT+=,python-swiftclient
-else
- if [[ $ENABLE_NEUTRON = true ]]; then
- LIBS_FROM_GIT+=,python-neutronclient
- fi
- if [[ $ENABLE_MISTRAL = true ]]; then
- LIBS_FROM_GIT+=,python-mistralclient
- fi
- if [[ $ENABLE_CEILOMETER = true ]]; then
- LIBS_FROM_GIT+=,python-ceilometerclient
- fi
fi
-# Add Git repositories for libraries
-if [[ $LIBS_FROM_GIT_ALL_OSLO = true ]]; then
- LIBS_FROM_GIT+=,cliff,futurist
- LIBS_FROM_GIT+=,debtcollector,automaton
- LIBS_FROM_GIT+=,oslo.cache,oslo.concurrency
- LIBS_FROM_GIT+=,oslo.config,oslo.context
- LIBS_FROM_GIT+=,oslo.db,oslo.i18n
- LIBS_FROM_GIT+=,oslo.log,oslo.messaging
- LIBS_FROM_GIT+=,oslo.middleware,oslo.policy
- LIBS_FROM_GIT+=,oslo.reports,oslo.rootwrap
- LIBS_FROM_GIT+=,oslo.serialization,oslo.service
- LIBS_FROM_GIT+=,oslo.utils,oslo.versionedobjects
- LIBS_FROM_GIT+=,oslo.vmware
- LIBS_FROM_GIT+=,pycadf,stevedore
- LIBS_FROM_GIT+=,taskflow,tooz
- LIBS_FROM_GIT+=,pbr
+if [[ $ENABLE_MISTRAL = true ]]; then
+ LIBS_FROM_GIT+=,python-mistralclient
+fi
+if [[ $ENABLE_CEILOMETER = true ]]; then
+ LIBS_FROM_GIT+=,python-ceilometerclient
fi
NOVNC_FROM_PACKAGE=false