python-cinderclient/cinderclient
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
..
apiclient Remove unused and duplicated fake_client module 2017-03-10 17:27:49 +02:00
contrib Fix noauth support 2017-03-24 13:24:50 +02:00
tests Add missed 'Server ID' output in attachment-list 2020-01-21 09:33:16 +09:00
v1 Enable H306 2017-08-01 16:23:49 -04:00
v2 Merge "Add snapshot_id param note for backup-create" 2018-01-23 22:58:59 +00:00
v3 Add missed 'Server ID' output in attachment-list 2020-01-21 09:33:16 +09:00
__init__.py Fix pep8 errors 2017-03-15 13:42:49 +01:00
_i18n.py Update URLs in documentation 2017-07-20 15:20:11 +08:00
api_versions.py Bump API microversion to 3.50 2018-01-23 10:36:00 -06:00
base.py Support list with 'with_count' in client 2017-12-05 01:15:19 +00:00
client.py Let keystoneauth set the microversion header 2017-09-28 20:53:27 +00:00
exceptions.py Add cinder create --poll 2017-07-24 09:06:28 -04:00
extension.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30
shell.py Migrate to keystoneauth identity cli opts. 2018-01-16 20:49:14 +08:00
shell_utils.py Merge "Enable H306" 2017-08-22 14:34:25 +00:00
utils.py Add cluster support in migration and manage 2017-10-03 11:03:28 +02:00
version.py Add reno for release notes management 2015-12-13 19:56:41 -06:00