yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91721
[Bug 2016346] [NEW] nova-manage image_property show throws unexpected keyword
Public bug reported:
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
** Affects: nova
Importance: Undecided
Assignee: Robert Breker (rbreker)
Status: New
** Changed in: nova
Assignee: (unassigned) => Robert (rbreker)
--
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):
New
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
Follow ups