Add actions for the ironic virtual network interface commands

To do this we need to update the Ironic API version to the latest stable
release.

Change-Id: I60101883db26f679aa833e8b5638225d9fb93761
This commit is contained in:
Dougal Matthews 2017-09-21 16:39:17 +01:00
parent b791850ba2
commit 9e5d57dadb
2 changed files with 5 additions and 2 deletions

View File

@ -31,10 +31,10 @@ LOG = log.getLogger(__name__)
CONF = cfg.CONF
IRONIC_API_VERSION = '1.22'
IRONIC_API_VERSION = '1.34'
"""The default microversion to pass to Ironic API.
1.22 corresponds to Newton final.
1.34 corresponds to Pike final.
"""

View File

@ -1059,6 +1059,9 @@
"node_update": "node.update",
"node_validate": "node.validate",
"node_vendor_passthru": "node.vendor_passthru",
"node_vif_attach": "node.vif_attach",
"node_vif_detach": "node.vif_detach",
"node_vif_list": "node.vif_list",
"port_create": "port.create",
"port_delete": "port.delete",
"port_get": "port.get",