summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+2
* Fix typo in test_utilsArchit Modi2021-05-101-3/+3
* Merge "Initialize global data separately and run_once in WSGI app init"Zuul2021-03-231-0/+98
|\
| * Initialize global data separately and run_once in WSGI app initHervé Beraud2020-12-141-0/+98
* | utils: Remove periods from instance hostnamesStephen Finucane2021-01-141-17/+18
* | Remove six.text_type (2/2)Takashi Natsume2020-12-131-3/+1
* | Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-1/+1
|/
* Merge "Replace md5 with oslo version"Zuul2020-11-281-2/+2
|\
| * Replace md5 with oslo versionAde Lee2020-10-291-2/+2
* | Improve error handling during service level checkBalazs Gibizer2020-11-101-0/+27
* | Merge "Remove six.byte2int/int2byte"Zuul2020-11-091-1/+1
|\ \
| * | Remove six.byte2int/int2byteTakashi Natsume2020-11-071-1/+1
* | | Merge "Remove six.moves"Zuul2020-11-091-1/+1
|\ \ \ | |/ /
| * | Remove six.movesTakashi Natsume2020-11-071-1/+1
| |/
* | Prevent starting services with older than N-1 computesBalazs Gibizer2020-11-041-0/+60
|/
* utils: Move 'get_bdm_image_metadata' to nova.block_deviceStephen Finucane2020-07-081-38/+0
* Snapshot: offload glance upload in a native threadAlexandre Arents2020-06-301-0/+6
* trivial: Remove 'run_once' helperStephen Finucane2020-02-061-98/+0
* nova-net: Remove final references to nova-networkStephen Finucane2020-01-081-10/+0
* Remove workaround for bug #1709118Eric Fried2019-10-071-16/+0
* DRY get_sdk_adapter testsEric Fried2019-08-291-25/+15
* Allow strict_proxies for sdk ConnectionEric Fried2019-08-231-36/+66
* Merge "Limit get_sdk_adapter to requested service type"Zuul2019-08-221-2/+3
|\
| * Limit get_sdk_adapter to requested service typeEric Fried2019-08-161-2/+3
* | Merge "We no longer need rootwrap."Zuul2019-08-221-185/+4
|\ \
| * | We no longer need rootwrap.Michael Still2019-02-271-185/+4
| |/
* | [Trivial]Remove unused helper filter_and_format_resource_metadatazhufl2019-08-131-73/+0
|/
* Introduces the openstacksdk to novaDustin Cowles2019-07-221-20/+173
* Merge "Mock time.sleep() in unit tests"Zuul2019-06-141-2/+5
|\
| * Mock time.sleep() in unit testsEric Fried2019-04-011-2/+5
* | Fix a warning about flags in an expression stringTakashi NATSUME2019-06-131-1/+1
|/
* Switch to using os-resource-classesChris Dent2019-02-071-0/+21
* Harden placement init under wsgiSean Mooney2018-11-081-0/+98
* Adapter raise_exc=False by defaultEric Fried2018-06-221-3/+3
* Remove deprecated monkey_patch config optionsMatt Riedemann2018-05-161-70/+0
* Move image conversion to privsep.Michael Still2018-05-151-91/+0
* Address nits in I00d29e9fd80e6b8f7ba3bbd8e82dde9d4cb1522fYikun Jiang2018-04-161-2/+2
* Extract generate_hostid method into utils.pyYikun Jiang2018-04-161-0/+10
* Remove mox in tests/unit/test_utils.pyTakashi NATSUME2018-04-111-39/+77
* Move makefs to privsepMichael Still2018-02-281-39/+0
* Use method validate_integer from oslo.utilsChangBo Guo(gcb)2018-01-051-19/+1
* qemu-img do not use cache=none if no O_DIRECT supportThomas Goirand2017-11-291-0/+53
* Get auth from context for glance endpointEric Fried2017-11-211-0/+53
* Update cinder in RequestContext service catalogEric Fried2017-10-101-1/+1
* nova.utils.get_ksa_adapter()Eric Fried2017-10-091-0/+78
* Move the dac_admin privsep code to a new location.Michael Still2017-09-181-1/+1
* Fix missed chown callMichael Still2017-09-141-8/+5
* First attempt at adding a privsep user to nova itself.Michael Still2017-09-071-12/+0
* trivial: Remove dead function, variableStephen Finucane2017-08-211-54/+0