python-keystoneclient/keystoneclient/tests/unit/v3
Vishakha Agarwal b7db5668c1 Deprecate region enabled parameter
We don't check for "enabled" in the region
anywhere thus deprecating it from the create()
and update calls of the v3/region.py. We dont
use it in schema [1] as well as [2].

[1] https://github.com/openstack/keystone/blob/master/keystone/catalog/schema.py#L34
[2] https://github.com/openstack/keystone/blob/master/keystone/catalog/backends/sql.py#L33-L49

Change-Id: I0257d5d42916e3b4d008e592d54eeeebec591633
Partial-Bug: #1615076
2018-09-28 07:16:17 +05:30
..
examples/xml Move tests to the unit subdirectory 2015-02-11 19:03:25 +11:00
__init__.py Move tests to the unit subdirectory 2015-02-11 19:03:25 +11:00
client_fixtures.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
saml2_fixtures.py Use /v3/auth/projects and /v3/auth/domains 2016-06-13 21:31:20 +00:00
test_access.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_application_credentials.py Add CRUD support for application credentials 2018-01-23 10:09:45 +01:00
test_auth.py Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 2016-11-18 10:56:54 +08:00
test_auth_manager.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_auth_oidc.py Fixing D202 and D203 PEP257 violation. 2016-05-04 19:45:30 +00:00
test_auth_saml2.py Fixing D202 and D203 PEP257 violation. 2016-05-04 19:45:30 +00:00
test_client.py Replace six.iteritems() with .items() 2017-04-03 18:20:52 +05:30
test_credentials.py Remove deprecated 'data' credential argument 2016-08-09 10:31:44 -03:00
test_discover.py Use https for *.openstack.org references 2017-02-05 20:46:32 -08:00
test_domain_configs.py Support domain-specific configuration management 2016-11-02 17:03:41 +00:00
test_domains.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_ec2.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_endpoint_filter.py Add support for endpoint group filtering 2017-04-13 14:19:39 -03:00
test_endpoint_groups.py Add support for endpoint group CRUD 2017-02-11 12:38:37 +00:00
test_endpoint_policy.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_endpoints.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_federation.py Use exceptions from Keystoneauth 2016-08-24 18:52:36 +10:00
test_groups.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_limits.py Add support for project-specific limits 2018-06-14 18:39:01 +00:00
test_oauth1.py Fixing D202 and D203 PEP257 violation. 2016-05-04 19:45:30 +00:00
test_policies.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_projects.py Add project tags to keystoneclient 2017-12-20 13:51:08 -06:00
test_regions.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_registered_limits.py Add support for registered limits 2018-06-14 18:35:52 +00:00
test_role_assignments.py Add system role functionality 2018-01-23 23:38:34 +00:00
test_roles.py re-work inference rule bindings 2016-12-18 19:16:31 -08:00
test_service_catalog.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_services.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_simple_cert.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_tokens.py Remove use of positional decorator 2017-08-07 13:14:55 -07:00
test_trusts.py Add support for specifying role ids when creating trust 2017-06-16 11:30:56 -04:00
test_users.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
utils.py Deprecate region enabled parameter 2018-09-28 07:16:17 +05:30