summaryrefslogtreecommitdiff
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use six.text_type() when logging Instance objectmelanie witt2017-05-221-0/+12
* Merge "[2/3]Replace six.iteritems() with .items()"Jenkins2017-01-211-4/+4
|\
| * [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-4/+4
* | Integrate OSProfiler and NovaDina Belova2017-01-181-0/+24
|/
* compute: fixes python 3 related unit testsClaudiu Belu2016-10-181-1/+1
* Merge "Properly quote IPv6 address in RsyncDriver"Jenkins2016-08-181-0/+14
|\
| * Properly quote IPv6 address in RsyncDriverAlexey I. Froloff2016-08-011-0/+14
* | Merge "Use oslo_log instead of logging"Jenkins2016-07-221-2/+1
|\ \
| * | Use oslo_log instead of loggingZhihai Song2016-05-271-2/+1
* | | Remove deprecated network_api_class optionDan Smith2016-07-141-4/+1
| |/ |/|
* | Add console auth tokens db api methodsPaul Murray2016-06-231-0/+13
|/
* config options: Centralise 'monkeypatch' optionsStephen Finucane2016-04-051-15/+0
* config options: Centralise 'utils' optionsStephen Finucane2016-04-051-21/+0
* Merge "config options: centralize section "workarounds""Jenkins2016-04-041-61/+3
|\
| * config options: centralize section "workarounds"Wanlong Gao2016-04-041-61/+3
* | Nuke cliutils from oslo-incubatorChangBo Guo(gcb)2016-04-031-0/+64
|/
* Merge "Remove unused methods in nova/utils.py"Jenkins2016-03-071-14/+0
|\
| * Remove unused methods in nova/utils.pyTakashi NATSUME2016-03-071-14/+0
* | update tests for use_neutron=True; fix exposed bugsSean Dague2016-03-041-9/+5
|/
* Use constant_time_compare from oslo.utilsChangBo Guo(gcb)2016-02-251-18/+0
* Reorder name normalization for DNSMatthew Treinish2016-02-151-2/+2
* Remove all remaining references to QuantumDaniel P. Berrange2016-02-021-4/+0
* Use of six.PY3 should be forward compatibleEric Brown2016-01-171-3/+3
* Remove Deprecated EC2 and ObjectStore impl/testsDavanum Srinivas2016-01-081-1/+0
* Merge "[Py34] Enable api.openstack.test_wsgi unit test"Jenkins2015-12-181-5/+8
|\
| * [Py34] Enable api.openstack.test_wsgi unit testAndrey Kurilin2015-12-101-5/+8
* | Fix wrap_exception to get all arguments for payloadAndrew Laski2015-12-111-22/+2
|/
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-26/+0
* Merge "Replaced deprecated timeutils methods"Jenkins2015-11-241-0/+18
|\
| * Replaced deprecated timeutils methodsGábor Antal2015-11-181-0/+18
* | Merge "Fix the help text of monkey_patch config param"Jenkins2015-11-121-1/+1
|\ \ | |/ |/|
| * Fix the help text of monkey_patch config paramBalazs Gibizer2015-09-281-1/+1
* | Expands python34 unit tests listClaudiu Belu2015-10-231-2/+2
* | Merge "Change parameter name in utility function"Jenkins2015-10-051-4/+4
|\ \ | |/ |/|
| * Change parameter name in utility functionBrian Rosmaita2015-09-221-4/+4
* | Give instance default hostname if hostname is emptyEli Qiao2015-09-231-3/+27
|/
* Add rootwrap daemon mode supportDavanum Srinivas2015-08-211-5/+145
* nova.utils._get_root_helper() should be publicShuquan Huang2015-08-191-3/+3
* Merge "Suppress not image properties for image metadata from volume"Jenkins2015-08-111-8/+17
|\
| * Suppress not image properties for image metadata from volumeFeodor Tersin2015-08-101-8/+17
* | Set autodoc_index_modules=True so tox -e docs builds module docs againMatt Riedemann2015-07-301-13/+17
|/
* Switch to the oslo_utils.fileutilsSergey Vilgelm2015-07-241-21/+38
* Fix Python 3 issues in nova.utils and nova.testsVictor Stinner2015-07-161-9/+27
* Port crypto to Python 3Victor Stinner2015-07-101-3/+3
* Make evacuate leave a record for the source compute host to processDan Smith2015-07-061-1/+3
* utils: ignore block device mapping in system metadataDaniel P. Berrange2015-06-291-0/+15
* Merge "Let soft-deleted instance_system_metadata readable"Jenkins2015-06-251-5/+7
|\
| * Let soft-deleted instance_system_metadata readablejichenjc2015-06-021-5/+7
* | Merge "Ensure to store context in thread local after spawn/spawn_n"Jenkins2015-06-151-0/+23
|\ \ | |/ |/|
| * Ensure to store context in thread local after spawn/spawn_nQin Zhao2015-06-031-0/+23