diff --git a/openstack_dashboard/test/settings.py b/openstack_dashboard/test/settings.py index fbe4c64a..42e5a948 100644 --- a/openstack_dashboard/test/settings.py +++ b/openstack_dashboard/test/settings.py @@ -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"