nova/nova/cmd
Takashi Kajinami 7dbceeceef Fix request path to query a resource provider by uuid
To query a resource provider by uuid, request path should look like
 /resource_providers?uuid=<uuid>
istead of
 /resource_providers&uuid=<uuid>

This change fixes the wrong path so that "nova-manage placement audit"
command can look up the target resource provider properly.

Closes-Bug: #1936278
Change-Id: I2ae7e9782316e3662e4e51e3f5ba0ef597bf281b
(cherry picked from commit 1d3373dcf0)
(cherry picked from commit 62a3fa4fff)
2021-08-18 14:09:40 +00:00
..
__init__.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00
api.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
api_metadata.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
api_os_compute.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
baseproxy.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
common.py Remove future imports 2020-03-24 15:05:36 +00:00
compute.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
conductor.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
manage.py Fix request path to query a resource provider by uuid 2021-08-18 14:09:40 +00:00
novncproxy.py xenapi: Remove Xen-only code paths 2020-09-11 14:09:06 +01:00
policy.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
scheduler.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
serialproxy.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
spicehtml5proxy.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
status.py Add upgrade check about old computes 2021-01-11 14:05:08 +00:00