From 73695d0ea490c4c7a1158957dd5a85586cfa0933 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 14 May 2013 15:01:01 +0000 Subject: [PATCH] Cleanup openrc. - Cleanup openrc, removing the sourcing of functions (which was failing for zsh) and remove the *_DEBUG comment since they have been removed from the clients. Change-Id: Ie2e6fb1e770403c4ef3463a850e8151bd312614c --- openrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openrc b/openrc index 8af28543fb..2d5d48aea3 100644 --- a/openrc +++ b/openrc @@ -20,9 +20,6 @@ fi # Find the other rc files RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd) -# Import common functions -source $RC_DIR/functions - # Load local configuration source $RC_DIR/stackrc @@ -80,7 +77,3 @@ export OS_CACERT=$INT_CA_DIR/ca-chain.pem export NOVA_VERSION=${NOVA_VERSION:-1.1} # In the future this will change names: export COMPUTE_API_VERSION=${COMPUTE_API_VERSION:-$NOVA_VERSION} - -# set log level to DEBUG (helps debug issues) -# export KEYSTONECLIENT_DEBUG=1 -# export NOVACLIENT_DEBUG=1