nfv/nfv/nfv-plugins/nfv_plugins/nfvi_plugins
Luan Nunes Utimura 1e475dca0c Debian: Fix nova actions
Since the platform migration to Debian, it was observed that the
following Nova actions stopped working:
  - pause;
  - unpause;
  - suspend;
  - resume;
  - live-migration.

The reason behind that is that some packages related to Nova, which have
already been migrated to Debian, still have some incompatibilities with
Python 3. Consequently, whenever these Nova actions were executed, some
exceptions occurred on the nova-api-proxy and NFV side, preventing them
from working.

Therefore, this change aims to improve this compatibility.

Most of the changes were necessary due to the fact that in Python 3
there is more of a distinction between `bytes` and `str`, whereas in
Python 2 `bytes` is just an alias for `str`.

Test Plan (on AIO-DX):
PASS - Successfully perform a VM pause, unpause, suspend, resume.
PASS - Successfully perform a VM live-migration.

Closes-Bug: 2003813

Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
Change-Id: I918fe6e3deaa68630c797449649012e9fbf16fe4
2023-02-03 08:53:52 -03:00
..
clients Fix host-delete for host that has k8s pods 2022-11-04 18:19:24 +00:00
openstack Debian: Fix nova actions 2023-02-03 08:53:52 -03:00
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
config.ini Increase sysinv API timeout from 45 to 60 seconds 2022-08-18 15:35:17 +00:00
config.py Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
nfvi_block_storage_api.py Refactor nova service creation in the VIM 2019-01-11 09:23:54 -06:00
nfvi_compute_api.py Debian: Fix nova actions 2023-02-03 08:53:52 -03:00
nfvi_fault_mgmt_api.py add NFVFaultMgmtAPI to get alarms from fm in pods 2019-06-05 09:29:57 +08:00
nfvi_guest_api.py py3: Fix http server request handler wfile write parameter 2021-07-26 13:12:58 -04:00
nfvi_identity_api.py Refactor nova service creation in the VIM 2019-01-11 09:23:54 -06:00
nfvi_image_api.py Refactor nova service creation in the VIM 2019-01-11 09:23:54 -06:00
nfvi_infrastructure_api.py Improving kube rootca orchestration recovery 2021-11-25 09:11:04 -06:00
nfvi_network_api.py Remove kubernetes checks, wrs-headers from Rest API calls, and dead code. 2019-04-09 15:01:16 -04:00
nfvi_sw_mgmt_api.py py3: nfv wrap dict.keys() in list() 2021-07-26 13:13:11 -04:00
unit_test.py Remove kubernetes checks, wrs-headers from Rest API calls, and dead code. 2019-04-09 15:01:16 -04:00