summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Updated service name to be optional in CLIlin-hua-cheng2014-12-271-2/+2
* I18nBrant Knudson2014-10-281-20/+21
* Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-1/+1
* Revert "Use oslo.utils"Matt Riedemann2014-08-171-1/+1
* Use oslo.utilsBrant Knudson2014-08-051-1/+1
* Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-1/+1
* add docstr to v2 shell module regarding CLI deprecationDolph Mathews2014-05-131-0/+7
* fixed typos found by RETF rulesChristian Berendt2014-05-031-1/+1
* document that --pass can be requiredBernhard M. Wiedemann2014-03-141-1/+2
* Improve help stringsAndreas Jaeger2014-03-071-65/+71
* Interactive prompt for create userEric Brown2014-02-191-3/+7
* Using common method 'bool_from_string' from oslo strutilsllg82122014-01-221-4/+5
* Merge ""publicurl" should be required on endpoint-create"Jenkins2013-12-041-1/+1
|\
| * "publicurl" should be required on endpoint-createhuangtianhua2013-11-201-1/+1
* | Remove service type restriction from keystone client help textBrad Pokorny2013-11-181-1/+1
|/
* Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
* Allow blank to email in user-updateYuuichi Fujioka2013-09-171-1/+1
* Merge "Fixes files with wrong bitmode"Jenkins2013-08-151-0/+0
|\
| * Fixes files with wrong bitmodelawrancejing2013-08-131-0/+0
* | python3: Add basic compatibility supportChuck Short2013-08-041-1/+3
|/
* flake8: fix alphabetical imports and enable H306Dolph Mathews2013-08-011-1/+1
* Fix and enable gating on H402Dirk Mueller2013-07-121-25/+25
* Add name arguments to keystone command.Ken'ichi Ohmichi2013-07-011-8/+20
* Use Python 3.x compatible print syntaxDirk Mueller2013-06-231-12/+12
* Missing command descriptions for 'token-get' and 'endpoint-get'xingzhou2013-05-271-0/+3
* Allow secure user password update.Pradeep Kilambi2013-05-201-2/+8
* Add name arguments to keystone command.Ken'ichi Ohmichi2013-01-171-49/+84
* Merge "Spelling: compatibile->compatible"Jenkins2013-01-081-4/+4
|\
| * Spelling: compatibile->compatibleDolph Mathews2012-12-141-4/+4
* | Fix keystone *-list order by 'name'Masayuki Igawa2012-12-191-4/+6
|/
* Fix keystoneclient user-list output orderMasayuki Igawa2012-12-111-1/+2
* Add command to allow users to change their own passwordDerek Higgins2012-11-271-0/+33
* HACKING compliance: consistent usage of 'except'Dolph Mathews2012-11-051-4/+4
* Merge "Added 'service_id' column to endpoint-list"Jenkins2012-10-131-1/+2
|\
| * Added 'service_id' column to endpoint-listLaurence Miao2012-10-121-1/+2
* | Useful error msg when missing catalog (bug 949904)Dolph Mathews2012-10-111-0/+17
* | change default wrap for tokens from 78 characters to 0Adam Young2012-10-061-1/+1
|/
* pep8 1.3.1 cleanupJoe Heck2012-09-291-1/+1
* Allow empty description for tenants.Bhuvan Arumugam2012-09-271-1/+1
* Add wrap option to keystone token-get for humansJoe Gordon2012-09-251-1/+4
* Change CLI options to use dashesDean Troyer2012-06-281-18/+37
* Merge "Require service_id for endpoint-create (bug 987457)"Jenkins2012-06-201-1/+1
|\
| * Require service_id for endpoint-create (bug 987457)Dolph Mathews2012-04-231-1/+1
* | Merge "fix bug lp:936168,format output."Jenkins2012-06-071-1/+1
|\ \
| * | fix bug lp:936168,format output.Yaguang Tang2012-06-031-1/+1
* | | pep8 1.1 changes and updatesJoe Heck2012-06-011-8/+10
|/ /
* | Change --user to --user_id and --role to --role_id in the keystone client for...Everett Toews2012-05-111-30/+30
* | Merge "Split user-role-list from user-list"Jenkins2012-05-031-14/+24
|\ \ | |/ |/|
| * Split user-role-list from user-listDolph Mathews2012-03-141-14/+24
* | Implement user-get based on tenant-get (bug 940272)Dolph Mathews2012-03-201-0/+7
|/