Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2252334

Summary: nova-manage image_property show throws unexpected keyword
Product: Red Hat OpenStack Reporter: melanie witt <mwitt>
Component: openstack-novaAssignee: melanie witt <mwitt>
Status: CLOSED MIGRATED QA Contact: OSP DFG:Compute <osp-dfg-compute>
Severity: medium Docs Contact:
Priority: medium    
Version: 18.0 (Zed)CC: alifshit, dasmith, eglynn, jhakimra, kchamart, sbauza, sgordon, vromanso
Target Milestone: AlphaKeywords: Patch, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 2255181 (view as bug list) Environment:
Last Closed: 2024-01-10 20:41:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2255181    

Description melanie witt 2023-11-30 22:00:42 UTC
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