Reviewed: https://review.opendev.org/c/openstack/nova/+/880557 Committed: https://opendev.org/openstack/nova/commit/1c02c0da1702ab1f58e930782a8866ed683c3c7d Submitter: "Zuul (22348)" Branch: master
commit 1c02c0da1702ab1f58e930782a8866ed683c3c7d Author: Robert Breker <m...@robertbreker.de> Date: Fri Apr 14 23:24:02 2023 +0100 Fix nova-manage image_property show unexpected keyword Reproduction steps: 1. Execute: nova-manage image_property show <vm_uuid> \ 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' Change-Id: I1349b880934ad9f44a943cf7de324d7338619d2e Closes-Bug: #2016346 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/2016346 Title: nova-manage image_property show throws unexpected keyword Status in OpenStack Compute (nova): Fix Released Bug description: 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 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/2016346/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp