Merge "Common keystone version fallback"

This commit is contained in:
Jenkins 2013-12-17 08:13:23 +00:00 committed by Gerrit Code Review
commit 397138225e
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ AVAILABLE_REGIONS = [
('http://remote:5000/v2.0', 'remote'),
]
OPENSTACK_API_VERSIONS = {
"identity": 3
}
OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0"
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"