Merge "update rc files"
This commit is contained in:
commit
4ef6b4ad5a
@ -1,5 +1,4 @@
|
||||
export SERVICE_USER=admin
|
||||
export SERVICE_PASSWORD=pass
|
||||
export SERVICE_TENANT_NAME=admin
|
||||
export SERVICE_TOKEN=pass
|
||||
export IDENTITY_URL=http://127.0.0.1:5000/v2.0
|
||||
export OS_USERNAME=admin
|
||||
export OS_PASSWORD=pass
|
||||
export OS_PROJECT_NAME=admin
|
||||
export OS_AUTH_URL=http://127.0.0.1:5000/v2.0
|
||||
|
@ -18,4 +18,4 @@ export HOST_IP=127.0.0.1
|
||||
bash /vagrant/devstack.sh "$1"
|
||||
|
||||
#set environment variables for kuryr
|
||||
su "$OS_USER" -c "echo 'source /$OS_USER/config/kuryr_rc' >> ~/.bash_profile"
|
||||
su "$OS_USER" -c "echo 'source /vagrant/config/kuryr_rc' >> ~/.bash_profile"
|
||||
|
Loading…
Reference in New Issue
Block a user