python-openstackclient/openstackclient/tests/unit/identity/v3
Vishakha Agarwal 0d764cdb5a Add project param in LimitList parser
when doing openstack limit list --project xyz_id,
CLI raising error unrecognized arguments, whereas
in api-ref document [1], user can pass project_id
as query param.This addresses the above issue, by
adding param --project in parser of LimitList.

[1] https://developer.openstack.org/api-ref/identity/v3/index.html

Change-Id: If4644cc99a3803f61f4a688b828aeb73977fc0dd
Closes-Bug: #1798744
2018-11-08 11:19:24 -06:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Implement support for project limits 2018-07-23 21:52:00 +00:00
test_application_credential.py Add CRUD support for application credentials 2018-01-30 21:50:01 +01:00
test_catalog.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_consumer.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_credential.py Fix credentials in create, update and list. 2017-11-17 11:39:15 +08:00
test_domain.py Add project tags functionality 2018-02-23 20:26:57 +00:00
test_endpoint.py Allow endpoint filtering on both project and project-domain 2018-10-09 13:23:49 +00:00
test_group.py Support to add/remove multi users for "group add/remove user" 2017-03-21 10:39:42 +08:00
test_identity_provider.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_implied_role.py Fix the role implies list command. 2018-06-24 02:17:02 +02:00
test_limit.py Add project param in LimitList parser 2018-11-08 11:19:24 -06:00
test_mappings.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_oauth.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_project.py Add project tags functionality 2018-02-23 20:26:57 +00:00
test_protocol.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_region.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_registered_limit.py Implement support for registered limits 2018-07-23 21:18:50 +00:00
test_role_assignment.py Add system role functionality 2018-06-04 20:09:14 +00:00
test_role.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_service_provider.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_service.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_token.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_trust.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_unscoped_saml.py Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
test_user.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00