1c6fdc9aec
This change adds a new microversion to expose virtual device tags for volumes and ports attached to a server. Implements blueprint expose-virtual-device-tags-in-rest-api Change-Id: I09420ff7134874dfe4dc399931c7740e81ecc2d0
19 lines
618 B
YAML
19 lines
618 B
YAML
---
|
|
features:
|
|
- |
|
|
The 2.70 compute API microversion exposes virtual device tags for volume
|
|
attachments and virtual interfaces (ports). A ``tag`` parameter is added
|
|
to the response body for the following APIs:
|
|
|
|
**Volumes**
|
|
|
|
* GET /servers/{server_id}/os-volume_attachments (list)
|
|
* GET /servers/{server_id}/os-volume_attachments/{volume_id} (show)
|
|
* POST /servers/{server_id}/os-volume_attachments (attach)
|
|
|
|
**Ports**
|
|
|
|
* GET /servers/{server_id}/os-interface (list)
|
|
* GET /servers/{server_id}/os-interface/{port_id} (show)
|
|
* POST /servers/{server_id}/os-interface (attach)
|