summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/identity_provider.py
Commit message (Expand)AuthorAgeFilesLines
* Add domain parameter to Identity ProviderKristi Nikolla2017-07-211-1/+16
* Handle log message interpolation by the logger in identity/Gábor Antal2017-02-131-2/+2
* translate all command help strings3.4.0Steve Martinelli2016-11-171-5/+5
* Gate-unbreaking combo reviewDean Troyer2016-08-181-5/+4
* Support bulk deletion for delete commands in identityv3Huanxuan Ao2016-07-191-4/+19
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-8/+0
* Standardize logger usageTang Chen2016-06-201-1/+6
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* Fix i18n support problems in identityTang Chen2016-06-071-19/+20
* Search by user defined ID for identity providersSteve Martinelli2016-05-231-1/+2
* Doc: Unify repeatable option commentsTang Chen2016-04-121-2/+2
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-1/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-23/+4
* Merge "better format remote IDs for identity providers"Jenkins2015-11-151-3/+7
|\
| * better format remote IDs for identity providersSteve Martinelli2015-11-121-3/+7
* | Add capability to update description of an IdPlin-hua-cheng2015-11-121-2/+11
|/
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-5/+5
* Add support to remote_idMarco Fargetta2015-03-301-7/+61
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+1
* Command doc: identity providerSteve Martinelli2015-01-081-18/+13
* Remove links from federation related commands in identity v3Steve Martinelli2014-11-131-6/+5
* Merge "Normalize more help strings"Jenkins2014-07-241-11/+11
|\
| * Normalize more help stringsDean Troyer2014-07-241-11/+11
* | Fix IDP commandsJamie Lennox2014-07-211-7/+8
|/
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
* Implement CRUD operations for Identity ProvidersMarek Denis2014-04-241-0/+180