Expose VIF net-id attribute in os-virtual-interfaces
Adds a new microversion to show virtual interface 'net-id' in virtual interface list. DocImpact - See nova/api/openstack/rest_api_version_history.rst for details APIImpact Implements blueprint add-vif-net-id-in-vif-list Change-Id: Ic8b26df8d7e69bd71d23dfbc983fa3449c16fa7d
This commit is contained in:
@@ -52,6 +52,7 @@ REST_API_VERSION_HISTORY = """REST API Version History:
|
||||
* 2.10 - Allow admins to query, create and delete keypairs owned by any
|
||||
user.
|
||||
* 2.11 - Exposes forced_down attribute for os-services
|
||||
* 2.12 - Exposes VIF net-id in os-virtual-interfaces
|
||||
"""
|
||||
|
||||
# The minimum and maximum versions of the API supported
|
||||
@@ -60,7 +61,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.11"
|
||||
_MAX_API_VERSION = "2.12"
|
||||
DEFAULT_API_VERSION = _MIN_API_VERSION
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user