nova/nova/conf
Lucas Alvares Gomes 26c69a6a62 Ironic: Lightweight fetching of nodes
The Ironic API version >= 1.8 supports fetching only a small number of
a resource instead of it's full representation. This patch is pinning
the API version for Ironic at 1.8 so the nova driver can benefit from
this feature by fetching only the required fields for the deployment,
making it more lightweight and improving the readability of the logs.

The configuration option "api_version" was marked as deprecated and
should be removed in the future. The only possible value for that
configuration was "1" (because Ironic only have 1 API version) and the
ironic team came to an agreement that setting the API version via
configuration option should not be supported anymore.

Closes-Bug: #1458934
Change-Id: Iebfa06da6811889e11fd4edf15d47ca4e0feea6f
2016-01-28 15:42:49 +00:00
..
__init__.py Merge "Move config options from nova/cert directory" 2016-01-27 12:49:40 +00:00
cert.py Improve the help text for the cert options 2016-01-20 22:31:24 +00:00
compute.py single point of entry for sample config generation 2016-01-08 13:55:26 +00:00
ephemeral_storage.py single point of entry for sample config generation 2016-01-08 13:55:26 +00:00
ironic.py Ironic: Lightweight fetching of nodes 2016-01-28 15:42:49 +00:00
opts.py Fix docstrings for sphinx 2016-01-24 19:20:00 +01:00
pci.py config options: Centralise PCI options 2016-01-18 09:25:57 +00:00
scheduler.py Add better help text to scheduler options (2) 2016-01-22 15:17:00 +00:00
serial_console.py single point of entry for sample config generation 2016-01-08 13:55:26 +00:00
virt.py Improve 'virt' conf options documentation 2016-01-05 09:39:48 +00:00