summaryrefslogtreecommitdiff
path: root/openstackclient/api
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of sixsongwenping2020-10-071-1/+1
* Merge "Make container list --all work"Zuul2020-06-091-6/+6
|\
| * Make container list --all workPete Zaitcev2020-05-161-6/+6
* | Cleanup: remove a useless reference to "object"Pete Zaitcev2020-05-151-1/+1
|/
* Add storage policy option to create container commandSimon Merrick2020-02-191-2/+25
* Raise flake8-import-order version to latestSean McGinnis2020-01-101-2/+1
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Remove token_endpoint auth typeDean Troyer2019-08-271-61/+0
* Update api-ref locationAndreas Jaeger2019-07-221-19/+19
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-84/+0
* Before writing object data to stdout, re-open it in binary modeTim Burke2019-04-101-2/+3
* Merge "trivial: remove commented-out code"Zuul2018-12-301-2/+0
|\
| * trivial: remove commented-out codeChen2018-09-281-2/+0
* | Fix i18n issueliuyamin2018-11-131-1/+1
|/
* Support --community in openstack image listNobuto Murata2018-07-241-6/+11
* Re-implement novaclient bits removed in 10.0Dean Troyer2018-03-131-1/+155
* Remove a bunch of things we promised to remove in 2H 2017Dean Troyer2017-11-301-28/+0
* Allow objects to be streamed to stdoutHonza Pokorny2017-07-051-5/+10
* Trivial fix typosVu Cong Tuan2017-05-301-1/+1
* Fix Nova-net netowrk commandsDean Troyer2017-04-271-11/+12
* Low-level Compute v2 API: floating ip poolDean Troyer2017-04-181-1/+18
* Low-level Compute v2 API: networkDean Troyer2017-04-171-0/+94
* Merge "Low-level Compute v2 API: floating ip"Jenkins2017-04-171-0/+82
|\
| * Low-level Compute v2 API: floating ipDean Troyer2017-04-111-0/+82
* | Low-level Compute v2 API: security group rulesDean Troyer2017-04-111-0/+97
|/
* Low-level Compute v2 API: security groupDean Troyer2017-04-111-0/+211
* Make 'object save' fast againJordan Pittier2017-01-091-1/+1
* Fixes image api URL endpoint for certain scenarioImtiaz Chowdhury2017-01-042-6/+6
* Add option "--name" to command "openstack object create"Rajasi Kulkarni2016-09-261-2/+9
* Add importing file to import warningsDean Troyer2016-08-301-1/+4
* 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