update admin port for keystone

This commit is contained in:
Anthony Young 2011-09-30 13:28:09 -07:00
parent bd917f3541
commit 2467986106
2 changed files with 2 additions and 2 deletions

View File

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

View File

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