cinder attachment-list always shows empty Server ID
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-cinderclient |
Fix Released
|
Medium
|
Unassigned | ||
Bug Description
In Queens, we observe that cinder attachment-list always shows empty server ID, while cinder api returns instance id correctly.
~~~
$ cinder --debug --os-volume-
...
DEBUG:keystonea
RESP BODY: {"attachments": [{"status": "attached", "instance": "8f1f617d-
DEBUG:keystonea
+------
| ID | Volume ID | Status | Server ID |
+------
| b0b71b46-
+------
~~~
We have the fix for this issue merged in master and included in stable/trains.
https:/
Let's backport that fix to other stable branches so that we can get the basic attachment information by a single command.
| description: | updated |
| affects: | cinder → python-cinderclient |

Fix proposed to branch: stable/stein /review. opendev. org/703525
Review: https:/