Files
python-cinderclient/cinderclient/tests/unit/v3
Minmin Ren 03f228c11e Add missed 'Server ID' output in attachment-list
'server_id' is not Attachment attribute, should be
set by 'instance' attribute.

v3/attachments respond body:

{"attachments":
   [{"status": "attached",
     "instance": INSTANCE_UUID,
     "id": ATTACHMENT_UUID,
     "volume_id": VOLUME_UUID,
    },
    ...
    ]
}

Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
2019-06-04 10:11:02 +00:00
..
2017-08-01 16:23:49 -04:00
2018-01-25 21:00:08 +08:00
2017-08-01 16:23:49 -04:00