python-openstackclient/openstackclient/identity/v3
Marco Fargetta 6a9d6af225 Add support to remote_id
The federation APIs for the identity providers introduce a new parameter
for every identity provider, named remote_ids, which contains a list of
entity ID associated with. This parameter can be provided during the creation
of the identity provider and can be updated at any time. For more information
look at the blueprint:

https://blueprints.launchpad.net/keystone/+spec/idp-id-registration

This patch add the support to this new parameter in the command line by
inserting the option "--remote-id" in the following commands:

- "identity provider create"
- "identity provider set"

Additionally, the values can be read from a file, specified by
"--remote-id-file", containing an entity id per line.

Change-Id: Ie93340ee57e54128daa70d8a7bd0a9975ff7eef4
Depends-On: I12a262c55b5f6b5cc7007865edf30f14269da537
Implements: blueprint idp-id-registration
2015-03-30 11:53:17 -04:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
catalog.py Add identity v3 catalog show 2015-03-09 23:08:15 -04:00
consumer.py Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
credential.py Remove 'links' section from several v3 Identity objects 2014-10-11 22:35:12 -04:00
domain.py Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
endpoint.py Merge "Check if service.name available before access" 2015-01-15 07:34:36 +00:00
federation_protocol.py Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
group.py Restrict groups and users from changing domains 2015-02-09 15:19:11 +00:00
identity_provider.py Add support to remote_id 2015-03-30 11:53:17 -04:00
mapping.py Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
policy.py Command doc: policy 2015-01-12 21:59:44 -05:00
project.py Do not allow user to change domain of a project 2015-02-09 15:18:51 +00:00
region.py Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
role_assignment.py add doc for role assignment command 2014-12-24 14:23:25 +08:00
role.py Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
service.py Update service clist commands for v2 and v3 2015-01-16 12:59:14 -06:00
token.py Command doc: access token 2015-01-09 09:20:29 +00:00
trust.py Implement trust in identity v3 api 2015-02-08 20:49:43 -05:00
unscoped_saml.py Unscoped federated user-specific commands 2014-10-30 17:27:28 +01:00
user.py Restrict groups and users from changing domains 2015-02-09 15:19:11 +00:00