4 Commits

Author SHA1 Message Date
Lucas Alvares Gomes
fc72b4d904 Enable doc8 style checker for *.rst files
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
2016-02-02 12:38:20 +00:00
Marcus Rafael
65f6b00bdf Updating OneView driver requirements and docs
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
2015-12-03 12:33:52 -03:00
Thiago Paiva
2f42c50737 Use server_profile_template_uri at scheduling
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
2015-11-18 12:25:05 -03:00
Lilia Sampaio
3b255534f5 Add OneView driver documentation
This patch adds the documentation for the OneView driver.

Implements: blueprint new-ironic-driver-for-oneview
Change-Id: Ibc48ab451e76001abccd5459ce9995f90d3be5df
2015-10-20 17:59:21 +00:00