Browse code

Merge "Cleanup openrc."

Jenkins authored on 2013/05/28 18:07:53
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