python-cinderclient/cinderclient/tests
Minmin Ren 522e5a938b 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,
    },
    ...
    ]
}

Closes-Bug: #1860393
Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
(cherry picked from commit 03f228c11e)
(cherry picked from commit 5112244258)
(cherry picked from commit 14547dfb1b)
2020-01-21 09:33:16 +09:00
..
functional Use generic user for both zuul v2 and v3 2017-10-17 07:22:49 +00:00
unit Add missed 'Server ID' output in attachment-list 2020-01-21 09:33:16 +09:00
__init__.py Move tests into cinderclient package. 2013-05-20 14:32:32 -04:00