ironic/ironic/api
Mark Goddard 02fff930fb Expose ports' physical network attribute in API
In change Ib22753aa6ae0fedce7fb9ecf63f135fda0185c5b the port data model
was updated to include a physical_network field, but this was not
exposed to the user by the REST API. This change exposes the
physical_network field in the REST API.

The port CRUD notification object has been updated to include the
physical_network field.

The API reference and user guide have been updated to include
information about the ports' physical network field.

The API microversion has been bumped to 1.34. During a rolling upgrade
from Ocata when the API service is pinned, the port physical network
field is hidden from API responses, and API requests including the field
are rejected.

Change-Id: I7023a1d6618608c867c31396fa677d3016ca493e
Partial-Bug: #1666009
2017-07-19 17:29:20 +01:00
..
controllers Expose ports' physical network attribute in API 2017-07-19 17:29:20 +01:00
middleware TrivialFix: Remove logging import unused 2017-04-26 17:32:06 +07:00
__init__.py Centralize config options - [api] 2016-07-21 11:51:45 -07:00
app.py Properly allow Ironic headers in REST API 2017-05-04 15:30:45 -03:00
app.wsgi Replace logging constants with oslo.log 2016-04-26 16:38:51 +08:00
config.py Remove agent vendor passthru completely 2016-12-13 09:31:08 +02:00
expose.py Disable XML now that we have WSME/Pecan support 2015-04-06 09:31:09 -07:00
hooks.py Remove translation of log messages from ironic/api 2017-04-05 09:53:58 -07:00