update admin port for keystone
This commit is contained in:
parent
bd917f3541
commit
2467986106
@ -61,7 +61,7 @@ class TestCase(test.TestCase):
|
||||
"name": "glance"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
"adminURL": "http://cdn.admin-nets.local:5001/v2.0",
|
||||
"adminURL": "http://cdn.admin-nets.local:35357/v2.0",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://127.0.0.1:5000/v2.0",
|
||||
"publicURL": "http://cdn.admin-nets.local:5000/v2.0"
|
||||
|
@ -34,7 +34,7 @@ MAILER_EMAIL_BACKEND = EMAIL_BACKEND
|
||||
OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0/"
|
||||
# FIXME: this is only needed until keystone fixes its GET /tenants call
|
||||
# so that it doesn't return everything for admins
|
||||
OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:5001/v2.0"
|
||||
OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:35357/v2.0"
|
||||
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
|
||||
|
||||
# NOTE(tres): Available services should come from the service
|
||||
|
Loading…
Reference in New Issue
Block a user