nova-manage image_property show throws unexpected keyword
Bug #2016346 reported by
Robert Breker
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
OpenStack Compute (nova) | Status tracked in 2024.2 | |||||
2024.1 |
Fix Committed
|
Undecided
|
Unassigned | |||
2024.2 |
Fix Released
|
Undecided
|
Robert Breker | |||
Antelope |
Fix Released
|
Undecided
|
Unassigned | |||
Bobcat |
Fix Released
|
Undecided
|
Unassigned | |||
Zed |
In Progress
|
Undecided
|
Unassigned |
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-
2. Observe:
An error has occurred:
Traceback (most recent call last):
File "/var/lib/
ret = fn(*fn_args, **fn_kwargs)
TypeError: show() got an unexpected keyword argument 'property'
Environment
===========
Zed - nova.26.0.1
Changed in nova: | |
assignee: | nobody → Robert (rbreker) |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /nova/+ /880557
Review: https:/