summaryrefslogtreecommitdiff
path: root/novaclient/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixStephen Finucane2020-02-211-20/+5
* Use SHA256 instead of MD5 in completion cacheArtom Lifshitz2019-05-091-2/+2
* Fix output of interface-attach commandTakashi NATSUME2019-02-191-4/+8
* Refactor the getid method in novaclient/base.pyTakashi NATSUME2018-08-061-4/+1
* Replace GB with GiBTakashi NATSUME2018-04-041-1/+1
* Clean imports in codeNguyen Hung Phuong2018-02-211-2/+2
* Use utils.prepare_query_string instead of duplicated codeYikun Jiang2017-11-221-2/+7
* Merge "Fixed the __ne__ implementation in base.Resource"Jenkins2016-12-211-1/+3
|\
| * Fixed the __ne__ implementation in base.ResourceAkshil Verma2016-12-191-1/+3
* | Remove internal attribute access from shellint32bit2016-12-151-0/+3
|/
* Replace six.iteritems() with .items()gengchc22016-12-091-2/+2
* Look up image names directly in glanceSean Dague2016-08-121-1/+17
* Fix python35 job failuresJens Rosenboom2016-08-031-5/+5
* base.Resource not define __ne__() built-in functionyuyafei2016-07-091-0/+3
* Extend microversion stuff to support resource classesAndrey Kurilin2016-06-161-0/+4
* Remove deprecated volume(snapshot) commands/bindingsMatt Riedemann2016-04-031-12/+0
* Fix omission of request_ids returned to userCao Shufeng2016-02-041-1/+3
* Remove unnecessary filter from Resource's __repr__() functionCao Shufeng2016-02-031-2/+1
* Merge "Add wrapper classes for return-request-id-to-caller"Jenkins2016-01-281-20/+137
|\
| * Add wrapper classes for return-request-id-to-callerTakashi NATSUME2016-01-261-20/+137
* | Allow restore command with name paramjichenjc2016-01-231-0/+4
|/
* Cleanup needless code from oslo-incubatorAndrey Kurilin2015-12-181-9/+136
* Fix H404/405 violations in client.py,base.py,api_version.pyGhanshyam2015-12-031-12/+9
* Always send volume_id when booting with legacy bdm2.31.0melanie witt2015-10-011-1/+3
* Change default service_type for volumes managersAndrey Kurilin2015-09-301-5/+8
* [BugFix] Change parameters for legacy bdmAndrey Kurilin2015-09-101-7/+4
* Implements 'microversions' api type - Part 2Andrey Kurilin2015-07-251-0/+4
* cleanup openstack-common.conf and sync updated filesDavanum Srinivas2015-06-161-0/+4
* Ensure the use of volume endpoint in volumes apis2.23.0melanie witt2015-03-171-0/+9
* Revert "Overhaul bash-completion to support non-UUID based IDs"Andrew Laski2015-02-201-22/+75
* Add all tenants search opt to del instnce by nameRitesh Paiboina2015-02-101-0/+4
* Use common code instead of novaclient.utilsAndrey Kurilin2014-09-191-2/+1
* Make findall support server side filteringJoe Gordon2014-09-081-6/+14
* Merge "Fix booting from volume when using api v3"Jenkins2014-07-251-0/+4
|\
| * Fix booting from volume when using api v3liyingjun2014-06-261-0/+4
* | Revert "Set default http-based exception as `HttpError`"Russell Bryant2014-07-111-1/+1
|/
* Overhaul bash-completion to support non-UUID based IDsRick Harris2014-06-201-74/+22
* Set default http-based exception as `HttpError`Andrey Kurilin2014-05-221-1/+1
* Adds ability to boot a server via the Nova V3 APIChris Yeoh2014-01-281-139/+0
* Reuse Resource from osloAndrey Kurilin2014-01-261-89/+3
* Updates nova client to use the latest oslo filesSahid Orentino Ferdjaoui2014-01-231-1/+5
* Don't slugify() None namesRoman Rader2014-01-131-1/+3
* Code cleanup: use oslo's to_slug() instead of slugify()Chris Buccella2014-01-041-1/+1
* Fix typo in novaclientwingwj2013-11-221-3/+3
* Adds locking to completion cachesRyan Wilson2013-10-281-40/+46
* Apply six for metaclassfujioka yuuichi2013-10-181-2/+1
* py33: sort the files parameters of "--files"Kui Shi2013-10-041-1/+2
* py33: unknown encoding: base64 EditKui Shi2013-09-251-1/+1
* Merge "Allow name argument to flavor-access-add"Jenkins2013-09-171-1/+6
|\
| * Allow name argument to flavor-access-addfujioka yuuichi2013-09-031-1/+6