API support for tagged device attachment

This patch adds microversion 2.49, which supports tagged attachment
of network interfaces and block devices.

Change-Id: I8d3bbe7e9a21d2694d10ee89628deb333e6b0487
Implements: blueprint virt-device-tagged-attach-detach
This commit is contained in:
Artom Lifshitz
2016-09-25 10:00:43 -04:00
parent 7d428ac24a
commit 125c17465f
25 changed files with 356 additions and 21 deletions
+2 -1
View File
@@ -115,6 +115,7 @@ REST_API_VERSION_HISTORY = """REST API Version History:
the flavor extra-specs by policy, simply omit the field from
the output.
* 2.48 - Standardize VM diagnostics info.
* 2.49 - Support tagged attachment of network interfaces and block devices.
"""
# The minimum and maximum versions of the API supported
@@ -123,7 +124,7 @@ REST_API_VERSION_HISTORY = """REST API Version History:
# Note(cyeoh): This only applies for the v2.1 API once microversions
# support is fully merged. It does not affect the V2 API.
_MIN_API_VERSION = "2.1"
_MAX_API_VERSION = "2.48"
_MAX_API_VERSION = "2.49"
DEFAULT_API_VERSION = _MIN_API_VERSION
# Almost all proxy APIs which related to network, images and baremetal