summaryrefslogtreecommitdiff
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Initialize global data separately and run_once in WSGI app initHervé Beraud2021-06-081-0/+46
* Warn when starting services with older than N-1 computesBalazs Gibizer2021-01-051-0/+50
* 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
* | Use six.string_types to improve python2/3 compatibilityChen2018-09-071-1/+1
* | Remove old check_attach version check in APIMatt Riedemann2018-08-291-3/+6
* | Make monkey patch work in uWSGI modeYikun Jiang2018-08-281-0/+17
* | Adapter raise_exc=False by defaultEric Fried2018-06-221-1/+5
* | Remove deprecated monkey_patch config optionsMatt Riedemann2018-05-161-51/+0
* | We don't need utils.trycmd any more.Michael Still2018-05-151-11/+0
* | Move image conversion to privsep.Michael Still2018-05-151-49/+0
* | Handle deprecation of inspect.getargspecStephen Finucane2018-04-261-2/+8
* | Address nits in I00d29e9fd80e6b8f7ba3bbd8e82dde9d4cb1522fYikun Jiang2018-04-161-2/+1
* | Extract generate_hostid method into utils.pyYikun Jiang2018-04-161-0/+18
* | Merge "Refactor WSGI apps and utils to limit imports"Zuul2018-03-081-13/+0
|\ \
| * | Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-13/+0
| |/
* | Move makefs to privsepMichael Still2018-02-281-25/+0
|/
* Merge "Handle TZ change in iso8601 >=0.1.12"Zuul2018-01-311-1/+1
|\
| * Handle TZ change in iso8601 >=0.1.12deepak_mourya2018-01-241-1/+1