python-openstackclient/openstackclient/identity
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
..
v2_0 Fix catalog list when region name is absent 2015-03-06 11:28:11 -06:00
v3 Add support to remote_id 2015-03-30 11:53:17 -04:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Raise AttributeError for unknown attributes 2015-03-05 23:40:26 -08:00
common.py Fixing typo and improving docstring of find_domain 2014-09-19 19:51:01 +00:00