Browse code

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

Chmouel Boudjnah authored on 2013/05/15 00:01:01
Showing 1 changed files
... ...
@@ -20,9 +20,6 @@ fi
20 20
 # Find the other rc files
21 21
 RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
22 22
 
23
-# Import common functions
24
-source $RC_DIR/functions
25
-
26 23
 # Load local configuration
27 24
 source $RC_DIR/stackrc
28 25
 
... ...
@@ -80,7 +77,3 @@ export OS_CACERT=$INT_CA_DIR/ca-chain.pem
80 80
 export NOVA_VERSION=${NOVA_VERSION:-1.1}
81 81
 # In the future this will change names:
82 82
 export COMPUTE_API_VERSION=${COMPUTE_API_VERSION:-$NOVA_VERSION}
83
-
84
-# set log level to DEBUG (helps debug issues)
85
-# export KEYSTONECLIENT_DEBUG=1
86
-# export NOVACLIENT_DEBUG=1