summaryrefslogtreecommitdiff
path: root/novaclient/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit hook, hacking versionsStephen Finucane2022-04-081-4/+5
* Remove sixStephen Finucane2020-02-211-13/+9
* Merge "Use uuidutils of oslo.utils"Zuul2018-08-081-4/+4
|\
| * Use uuidutils of oslo.utilsTakashi NATSUME2018-08-081-4/+4
* | Fix server strings in reboot operationTakashi NATSUME2018-08-071-1/+13
|/
* Use jsonutils of oslo.serializationTakashi NATSUME2018-07-311-2/+1
* Remove 2 redundant methodsAndrey Kurilin2018-02-091-37/+0
* Use utils.prepare_query_string instead of duplicated codeYikun Jiang2017-11-221-0/+10
* Remove custom autodoc implementationStephen Finucane2017-07-121-4/+5
* Tags and Metadata fields with unicode cannot be correctly displayedKevin_Zheng2017-03-051-1/+1
* Replace six.iteritems() with .items()gengchc22016-12-091-2/+2
* Remove unused codeTakashi NATSUME2016-11-221-17/+0
* Fix 'UnicodeEncodeError' for unicode valuesbhagyashris2016-08-301-1/+1
* Modify flatten method to display an empty dictHironori Shiina2016-08-051-1/+1
* Add support for microversion 2.33Andrey Volkov2016-08-031-0/+7
* Extend microversion stuff to support resource classesAndrey Kurilin2016-06-161-10/+0
* [Trivial] change some functions in novaclient/utils.py to publicZhiQiang Fan2016-04-271-4/+4
* [microversions] Enable 2.21Andrey Kurilin2016-02-241-3/+7
* Cleanup needless code from oslo-incubatorAndrey Kurilin2015-12-181-3/+89
* Merge "Change the logic for the client to retrive resources"Jenkins2015-12-161-12/+13
|\
| * Change the logic for the client to retrive resourcesZhihai2015-12-091-12/+13
* | Not transform to str on potential unicode fieldsjichenjc2015-11-221-2/+2
|/
* Revert "Do not expose exceptions from requests library"Matt Riedemann2015-10-281-24/+0
* Do not expose exceptions from requests libraryJason Dunsmore2015-10-221-0/+24
* Merge "Implements 'microversions' api type - Part 2"Jenkins2015-07-271-0/+10
|\
| * Implements 'microversions' api type - Part 2Andrey Kurilin2015-07-251-0/+10
* | Merge "Fixes table when there are multiline in result data"Jenkins2015-07-271-1/+6
|\ \
| * | Fixes table when there are multiline in result dataliyingjun2015-07-241-1/+6
| |/
* | hypervisor command can't use cell format id to show hypervisorChung Chih, Hung2015-07-201-1/+2
|/
* Do not check requirements when loading entry pointsDoug Hellmann2015-05-271-1/+8
* Remove all imports from oslo namespaceAndrey Kurilin2015-04-201-2/+2
* Don't record time when self.timing is FalseZhiQiang Fan2015-03-211-0/+22
* Change logic in find_resource() to identify upper-case/lower-case name.Tomofumi Hayashi2015-02-051-6/+6
* Remove aliases for `args` and `env` in utilsAndrey Kurilin2014-12-041-3/+0
* Merge "Define helper to run an action on many resources"Jenkins2014-11-131-0/+16
|\
| * Define helper to run an action on many resourcesCedric Brandily2014-10-221-0/+16
* | Enable check for E126Andrey Kurilin2014-10-231-3/+3
|/
* Port to use oslo.i18nAndrey Kurilin2014-10-161-1/+1
* Merge "Use oslo.serialization"Jenkins2014-09-231-1/+1
|\
| * Use oslo.serializationAndrey Kurilin2014-09-201-1/+1
* | Use common code instead of novaclient.utilsAndrey Kurilin2014-09-191-52/+2
|/
* Use oslo.utilsAndrey Kurilin2014-08-281-5/+15
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+1
* Revert "Reuse exceptions from Oslo"Russell Bryant2014-07-141-1/+1
* Fix using a variable which is not definedhuangtianhua2014-06-261-5/+6
* Merge ""nova boot" should not log an error if subsidiary commands fail"Jenkins2014-06-241-1/+1
|\
| * "nova boot" should not log an error if subsidiary commands failJyotsna2014-06-171-1/+1
* | Enable F841ChangBo Guo(gcb)2014-06-191-1/+1
|/
* Fix the incorrect return messages in keypair show and deleteZhengguang2014-04-201-1/+1
* Merge "Fix i18n messages in novaclient, part I"Jenkins2014-02-101-7/+9
|\