summaryrefslogtreecommitdiff
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Transport context to all threadsFabian Wiesel2022-08-041-24/+23
* Fix eventlet.tpool importBalazs Gibizer2022-02-221-1/+2
* Move ReaderWriterLock to the test treeBalazs Gibizer2022-01-171-35/+0
* Add wrapper for oslo.concurrency lockutils.ReaderWriterLock()melanie witt2022-01-121-0/+35
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* Replace getargspec with getfullargspeclikui2021-05-121-7/+1
* Merge "Initialize global data separately and run_once in WSGI app init"Zuul2021-03-231-0/+46
|\
| * Initialize global data separately and run_once in WSGI app initHervé Beraud2020-12-141-0/+46
* | utils: Remove periods from instance hostnamesStephen Finucane2021-01-141-1/+1
* | Remove six.text_type (1/2)Takashi Natsume2020-12-131-8/+7
* | Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+2
|/
* Merge "Replace md5 with oslo version"Zuul2020-11-281-1/+2
|\
| * Replace md5 with oslo versionAde Lee2020-10-291-1/+2
* | Improve error handling during service level checkBalazs Gibizer2020-11-101-2/+19
* | Merge "Remove six.moves"Zuul2020-11-091-1/+0
|\ \
| * | Remove six.movesTakashi Natsume2020-11-071-1/+0
| |/
* | Prevent starting services with older than N-1 computesBalazs Gibizer2020-11-041-0/+33
|/
* api: Reject non-spawn operations for vTPMStephen Finucane2020-08-241-0/+2
* Remove six.reraiseTakashi Natsume2020-08-151-1/+1
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-13/+6
* utils: Move 'get_bdm_image_metadata' to nova.block_deviceStephen Finucane2020-07-081-92/+0
* Snapshot: offload glance upload in a native threadAlexandre Arents2020-06-301-0/+5
* trivial: Remove remaining '_LW' instancesStephen Finucane2020-05-181-4/+4
* trivial: Remove remaining '_LE' instancesStephen Finucane2020-05-181-3/+3
* compute: Extract _get_bdm_image_metadata into nova.utilsLee Yarwood2020-04-091-0/+56
* trivial: Remove 'run_once' helperStephen Finucane2020-02-061-43/+0
* nova-net: Kill itStephen Finucane2020-01-141-13/+0
* nova-net: Remove final references to nova-networkStephen Finucane2020-01-081-10/+8
* Remove workaround for bug #1709118Eric Fried2019-10-071-25/+1
* Allow strict_proxies for sdk ConnectionEric Fried2019-08-231-5/+15
* Merge "Limit get_sdk_adapter to requested service type"Zuul2019-08-221-1/+2
|\
| * Limit get_sdk_adapter to requested service typeEric Fried2019-08-161-1/+2
* | Merge "We no longer need rootwrap."Zuul2019-08-221-131/+4
|\ \
| * | We no longer need rootwrap.Michael Still2019-02-271-131/+4
| |/
* | [Trivial]Remove unused helper filter_and_format_resource_metadatazhufl2019-08-131-98/+0
|/
* Introduces the openstacksdk to novaDustin Cowles2019-07-221-23/+55
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-1/+1
* Eventlet monkey patching should be as early as possibleMatthew Booth2019-03-221-21/+0
* Flavor extra spec and image properties validation from APIChris Friesen2019-03-051-1/+1
* Merge "Address nits from I9e30a24a4c0640f282f507d0a96640d3cdefe43c"Zuul2019-02-201-3/+1
|\
| * Address nits from I9e30a24a4c0640f282f507d0a96640d3cdefe43cStephen Finucane2019-02-141-3/+1
* | Switch to using os-resource-classesChris Dent2019-02-071-0/+13
|/
* Merge "Remove args(os=False) in monkey_patch"Zuul2019-01-181-2/+6
|\
| * Remove args(os=False) in monkey_patchjiajunsu2019-01-041-2/+6
* | Merge "Fixed concurrent access to direct io test file"Zuul2018-12-081-2/+6
|\ \ | |/ |/|
| * Fixed concurrent access to direct io test filePavel Glushchak2018-12-071-2/+6
* | Harden placement init under wsgiSean Mooney2018-11-081-0/+43
|/
* Move test.nested to utils.nested_contextsMatthew Booth2018-10-061-0/+9
* Merge "Use check_string_length from oslo_utils"Zuul2018-09-121-19/+6
|\
| * Use check_string_length from oslo_utilssrushti2018-02-061-19/+6