summaryrefslogtreecommitdiff
path: root/novaclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Typo - nova CLI deprecation warningHEADmasterDavid Wlazlo2023-05-171-1/+1
* Deprecate nova CLIStephen Finucane2022-04-061-2/+13
* Fix undesirable raw Python errorTakashi Natsume2021-01-041-0/+3
* Remove future importsTakashi Natsume2020-04-261-1/+0
* Make 'server list --config-drive' a boolean optionStephen Finucane2020-04-081-6/+17
* Remove sixStephen Finucane2020-02-211-6/+2
* Remove deprecated optionsTakashi NATSUME2019-03-211-20/+0
* Update hacking versionZhijunWei2019-01-041-2/+2
* Rename --endpoint-override to --os-endpoint-overrideTakashi NATSUME2018-07-091-6/+19
* Modify novaclient to support basic attributesshilpa.devharakar2018-06-151-0/+28
* [CLI] Fix token auth type10.2.0Andrey Kurilin2018-04-191-18/+16
* Remove SecretsHelperMatt Riedemann2017-11-161-158/+0
* Make --profile load from environment variablesTovin Seven2017-06-191-0/+1
* Remove various deprecated optionsStephen Finucane2017-05-181-9/+0
* Fix devstack python-novaclient warningDiana Clarke2017-02-231-2/+2
* Add profiling support to novaclientBoris Pavlovic2017-01-191-1/+26
* Deprecate volume_service_name argumentAndrey Kurilin2016-12-171-5/+0
* Create keystone session instance if not presentAndrey Kurilin2016-12-161-30/+7
* Transmit all auth related vars from cli to inner methodsAndrey Kurilin2016-12-161-4/+18
* Clarify meaning of project_id varAndrey Kurilin2016-12-151-2/+2
* Rename bypass_url to endpoint_overrideAndrey Kurilin2016-12-151-15/+23
* Fix can't process the resource with name 'help'int32bit2016-12-071-2/+1
* Remove support for non-keystone auth systemsMatt Riedemann2016-10-201-56/+13
* Fix 'UnicodeEncodeError' for unicode valuesbhagyashris2016-08-301-2/+6
* Fix deprecation message for --volume-service-nameMatt Riedemann2016-07-181-1/+2
* Correctly handle NOVACLIENT_INESCUREKevin_Zheng2016-07-131-2/+2
* Clean up deprecated CLI optionsKevin_Zheng2016-07-041-104/+0
* Merge "Deprecated the `--volume-service-name` option"Jenkins2016-07-011-1/+3
|\
| * Deprecated the `--volume-service-name` optionKristi Nikolla2016-06-291-1/+3
* | Extend microversion stuff to support resource classesAndrey Kurilin2016-06-161-2/+1
* | Log request_id for each api callTakashi NATSUME2016-06-081-1/+10
|/
* Fix typos in docstrings and commentsDao Cong Tien2016-04-061-2/+2
* Merge "Add default values for domain related options"Jenkins2016-04-041-0/+10
|\
| * Add default values for domain related optionsAndrey Kurilin2016-04-041-0/+10
* | Merge "Remove an unused method in novaclient/shell.py"Jenkins2016-03-071-14/+0
|\ \ | |/ |/|
| * Remove an unused method in novaclient/shell.pyTakashi NATSUME2016-03-071-14/+0
* | Use novaclient/utils directly and remove openstack/common (1/4)Kevin_Zheng2016-03-031-2/+1
|/
* Adds missing internationalization for help messageBartosz Górski2016-02-251-7/+7
* [microversions] fix help msg for versioned argsAndrey Kurilin2016-02-241-3/+2
* Add a mechanism to call out deprecated optionsKevin L. Mitchell2016-01-071-6/+195
* Merge "Fix help strings"Jenkins2016-01-041-2/+2
|\
| * Fix help stringsAndreas Jaeger2015-12-281-2/+2
* | Cleanup needless code from oslo-incubatorAndrey Kurilin2015-12-181-25/+23
|/
* Merge "Migrate to keystoneauth from keystoneclient"Jenkins2015-12-161-72/+49
|\
| * Migrate to keystoneauth from keystoneclientMonty Taylor2015-12-121-72/+49
* | Fix help message in case of microversionsAndrey Kurilin2015-12-081-9/+19
|/
* Correct usage of API_MAX_VERSION and DEFAULT_OS_COMPUTE_API_VERSIONHe Jie Xu2015-10-211-10/+5
* Set DEFAULT_OS_COMPUTE_API_VERSION to 2.5Matt Riedemann2015-10-011-1/+10
* Improve help stringsAndreas Jaeger2015-09-191-8/+8
* Merge "Fix nova bash-completion needs authentication"Jenkins2015-09-171-5/+10
|\