Merge "update rc files"

This commit is contained in:
Jenkins 2017-03-27 15:05:34 +00:00 committed by Gerrit Code Review
commit 4ef6b4ad5a
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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"