+++ This bug was initially created as a clone of Bug #2252334 +++ This is a copy of an upstream bug: https://bugs.launchpad.net/nova/+bug/2016346 Description =========== The `nova-manage image_property show` CLI command passes in an invalid parameter. It passes in `property` while `image_property` is expected by the method. Steps to reproduce ================== 1. Execute: nova-manage image_property show 23fb2a96-2739-4dda-8f05-aa543bbc305f hw_vif_multiqueue_enabled 2. Observe: An error has occurred: Traceback (most recent call last): File "/var/lib/kolla/venv/lib/python3.9/site-packages/nova/cmd/manage.py", line 3394, in main ret = fn(*fn_args, **fn_kwargs) TypeError: show() got an unexpected keyword argument 'property' Environment =========== Zed - nova.26.0.1
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHOSP 17.1.4 bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2024:9974