volume backup show fails when backup is identified by name
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
New
|
Undecided
|
Unassigned | ||
Bug Description
This is on a Dalmatian Devstack.
$ openstack volume backup list -c ID -c Name
+------
| ID | Name |
+------
| f5d02a9f-
$ openstack volume backup show incbackup1
No Backup found for incbackup1: Client Error for url: http://
$ openstack volume backup show f5d02a9f-
+------
| Field | Value |
+------
| availability_zone | nova |
...
$ openstack --version
openstack 7.1.3
The --debug option confirms that the openstack client issues an incorrect API, i.e.
GET http://
| description: | updated |
| description: | updated |