This patch is enabling the doc8 style checker for the *.rst files in
Ironic.
Since this patch is just the first stab at enabling this new check two
errors are currently being ignored by doc8 because of the number of
occurrences in our docs:
* D000 - Duplicated target names. We do have many links with generic
names scattered around the docs (e.g "see", "link")
* D001 - Line's too long
These errors will be fixed in a following patch.
Change-Id: I32fb5a3104b9773c55a80a84dd81e49c567c76ac
A bump of the required python-oneviewclient version and
docs update regarding the use of Server Profile Templates.
Co-Authored-By: Sinval Vieira <sinvalneto01@gmail.com>
Change-Id: Icfef11c4953523b993631bc798efd2cfebcbe5f8
Since Server Profile Templates define configuration options that can change
important characteristics of a node, it is important to make this property
available in Nova flavors. That way the scheduler selects a node with accurate
configuration.
This patch moves the server_profile_template_uri from driver_info to
properties/capabilities so the user can use a properly defined flavor to
get a node with an appropriate configuration.
Co-Authored-By: Gabriel Assis Bezerra <gabrielb@lsd.ufcg.edu.br>
Change-Id: I543a07c8978fae4adc29ccd23e7943429aa3186a
This patch adds the documentation for the OneView driver.
Implements: blueprint new-ironic-driver-for-oneview
Change-Id: Ibc48ab451e76001abccd5459ce9995f90d3be5df