From 47985ea077e59c23adb05056e84fd38b8ffa5534 Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Thu, 14 Jul 2016 17:03:18 -0700 Subject: [PATCH] Follow-up to 317392 Fixing two nits on the last review of 317392. Change-Id: Ib6e7a696b6ae2b4a5197d20009ee21f06ebba811 --- ironic/common/driver_factory.py | 2 +- .../add-network-interface-api-a3a56b8d0c796d88.yaml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ironic/common/driver_factory.py b/ironic/common/driver_factory.py index 967ac9252e..28906f464a 100644 --- a/ironic/common/driver_factory.py +++ b/ironic/common/driver_factory.py @@ -51,7 +51,7 @@ driver_opts = [ 'production-oriented network interfaces. A complete ' 'list of network interfaces present on your system may ' 'be found by enumerating the ' - '"ironic.hardware.interfaces.network" entrypoint.' + '"ironic.hardware.interfaces.network" entrypoint. ' 'This value must be the same on all ironic-conductor ' 'and ironic-api services, because it is used by ' 'ironic-api service to validate a new or updated ' diff --git a/releasenotes/notes/add-network-interface-api-a3a56b8d0c796d88.yaml b/releasenotes/notes/add-network-interface-api-a3a56b8d0c796d88.yaml index d778eb480e..fb891a3f0f 100644 --- a/releasenotes/notes/add-network-interface-api-a3a56b8d0c796d88.yaml +++ b/releasenotes/notes/add-network-interface-api-a3a56b8d0c796d88.yaml @@ -1,7 +1,9 @@ --- features: - - Bumped API version to 1.20. It adds API methods to work with - ``network_interface`` node object field, that specifies the network - interface to use for that node. Its value must be identical and - present in the ``[DEFAULT]enabled_network_interfaces`` list option - on conductor and api nodes. + - | + Exposes the ``network_interface`` field of the Node resource to the REST + API, raising the API maximum version to 1.20. This field is the network + interface to use for a node. Its possible values are from the + configuration option ``[DEFAULT]enabled_network_interfaces``. Note that + the value of this option must be the same on all the ironic-conductor and + ironic-api service nodes.