summaryrefslogtreecommitdiff
path: root/openstackclient/api
Commit message (Expand)AuthorAgeFilesLines
* Standardize import formatshizhihui2016-07-221-2/+1
* remove unused LOGji-xuepeng2016-07-091-4/+0
* osc-lib: api.authDean Troyer2016-06-301-222/+8
* Remove OSCGenericPassword pluginDean Troyer2016-06-222-46/+2
* Fix token/endpoint auth pluginDean Troyer2016-06-211-25/+30
* Refactor setting defaults for some scope parametersAlvaro Lopez Garcia2016-06-212-2/+5
* Refactor check_valid_auth_options functionAlvaro Lopez Garcia2016-06-211-22/+21
* Do not prompt for scope options with default scoped tokensDolph Mathews2016-06-171-18/+18
* Fix missing i18n supports in api/ and shell.pyHuanxuan Ao2016-06-143-18/+28
* osc-lib: utilsDean Troyer2016-06-132-2/+3
* osc-lib: exceptionsDean Troyer2016-06-132-3/+2
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-092-30/+18
* Avoid TypeError on message object additionsMadhu Mohan Nelemane2016-05-191-16/+20
* Fix typos in docstrings and commentsDao Cong Tien2016-04-062-2/+2
* Merge "Clean up unnecessary import of urlparse module"Jenkins2016-03-011-6/+1
|\
| * Clean up unnecessary import of urlparse moduleYang Hongyang2016-03-011-6/+1
* | Trivial: Update image_list v2 docsYang Hongyang2016-03-011-4/+7
|/
* Py3 replace dict.iteritems with six.iteritemsting.wang2016-02-241-1/+1
* Use instanceof instead of typeBrandon Palm2016-02-222-4/+4
* Clean redundant argument to dict.getting.wang2016-02-212-37/+32
* Merge "Support unscoped token request"Jenkins2016-02-211-3/+8
|\
| * Support unscoped token requestguang-yee2016-02-191-3/+8
* | Replace string format arguments with function parametersting.wang2016-02-202-3/+3
|/
* Fix a spell typosvenkatamahesh2016-02-031-2/+2
* when fetching object store properties use lower()Steve Martinelli2015-12-141-1/+1
* Remove old code after sdk integrationTerry Howe2015-12-091-59/+0
* Switch to ksa SessionDean Troyer2015-12-021-9/+10
* validate non-ascii values for swift propertiesSteve Martinelli2015-11-121-0/+8
* Fix up object-store show commandsSteve Martinelli2015-10-101-25/+41
* Fix non-ascii issue with object commandslin-hua-cheng2015-10-061-13/+22
* add set/unset support for objects in object storeSteve Martinelli2015-10-061-0/+40
* add support for set/unset of container propertiesSteve Martinelli2015-10-061-16/+62
* cleanup account ids from container commandsSteve Martinelli2015-10-021-6/+6
* Add support for showing account detailsSteve Martinelli2015-10-021-0/+21
* Add support for updating swift account propertiesSteve Martinelli2015-10-011-0/+47
* Fix 'auhentication' spelling error/mistakeJoshua Harlow2015-09-011-1/+1
* Improve the hint messageDave Chen2015-06-141-2/+4
* Set tenant options on parsed namespaceJamie Lennox2015-05-311-1/+3
* Add --os-cloud supportDean Troyer2015-04-181-46/+58
* Defer client importsDean Troyer2015-04-151-22/+42
* Base TokenEndpoint plugin on keystoneclient'sJamie Lennox2015-03-111-16/+5
* Merge "Move OSC auth plugins so they can be found"Jenkins2015-03-102-97/+118
|\
| * Move OSC auth plugins so they can be foundDean Troyer2015-03-102-97/+118
* | Don't hack the image urlMonty Taylor2015-03-052-4/+12
|/
* Merge "Fix auth-required for help command"Jenkins2015-03-021-3/+3
|\
| * Fix auth-required for help commandDean Troyer2015-02-271-3/+3
* | change oslo namespace to avoid warningTerry Howe2015-02-251-1/+1
|/
* Merge "Begin low-level API for Network v2"Jenkins2015-02-071-0/+59
|\
| * Begin low-level API for Network v2Dean Troyer2015-01-221-0/+59
* | Add filter to image listDean Troyer2015-01-273-6/+89
|/