yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #93790
[Bug 2016346] Re: nova-manage image_property show throws unexpected keyword
** Also affects: nova/antelope
Importance: Undecided
Status: New
** Also affects: nova/zed
Importance: Undecided
Status: New
** Also affects: nova/2024.1
Importance: Undecided
Status: New
** Also affects: nova/2024.2
Importance: Undecided
Assignee: Robert Breker (rbreker)
Status: Fix Released
** Also affects: nova/bobcat
Importance: Undecided
Status: New
--
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
Status in OpenStack Compute (nova) 2024.1 series:
In Progress
Status in OpenStack Compute (nova) 2024.2 series:
Fix Released
Status in OpenStack Compute (nova) antelope series:
In Progress
Status in OpenStack Compute (nova) bobcat series:
In Progress
Status in OpenStack Compute (nova) zed series:
In Progress
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
References