Updating keystone url to be correct for master devstack

Change-Id: Idcef829db4fda417097b7eba78d2229e867ceaef
This commit is contained in:
adrian-turjak 2017-05-31 00:48:08 +12:00
parent 738ecb689d
commit c55071fe9a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export OS_PASSWORD=openstack
export OS_PROJECT_NAME=demo
export OS_USER_DOMAIN_NAME=default
export OS_PROJECT_DOMAIN_NAME=default
export OS_AUTH_URL=http://localhost:5000/
export OS_AUTH_URL=http://localhost/identity
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=RegionOne
```