Documentation reformatting

Changed the lines to be no more than 79 characters in length.

Change-Id: I39a317bce3d59f346a0fe0cd0018c5917782fa90
This commit is contained in:
Summer Barringer 2015-07-27 16:50:12 -04:00
parent 4781320cc3
commit 37a3c3495c

View File

@ -1,7 +1,8 @@
bifrost-unprovision-node-dynamic
=================================
This role unprovisions nodes. Essentially calls `ironic node-set-provisioned-state <uuid> deleted`
This role unprovisions nodes. Essentially calls
`ironic node-set-provisioned-state <uuid> deleted`
Requirements
------------
@ -15,12 +16,14 @@ Role Variables
uuid: The UUID value for the node, at the host level.
ironic_url: The setting defining the URL to the Ironic API. Presently defaulted to: "http://localhost:6385/"
ironic_url: The setting defining the URL to the Ironic API. Presently
defaulted to: "http://localhost:6385/"
Dependencies
------------
This role has no roles that it is directly dependent upon, but expects that the environment has been installed with the ironic-install role.
This role has no roles that it is directly dependent upon, but expects that the
environment has been installed with the ironic-install role.
Example Playbook
----------------