ab24c172bd
* 'start', 'work' -> 'base' * 'final', 'trunk' -> 'target'
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
# Set up Javelin tenant credentials
|
|
|
|
RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
|
|
|
|
source $RC_DIR/grenaderc
|
|
source $RC_DIR/javelin.conf
|
|
source $BASE_DEVSTACK_DIR/openrc $JUSER $JPROJECT
|
|
export OS_PASSWORD=$JPASSWORD
|
|
|