Fixed RST bugs in README.rst

1) Proper indent of continuation lines in bullet list item

2) Need to escape underscore at the end of "powervm_" so it's not
interpreted as a backlink.

3) Continuation lines for hyperlinks aren't possible in RST.  In cases
where the link makes the line "too long", it's okay to break the
line-length rule.  See the Dependencies section of the following
(approved) blueprint for precedent:

https://raw.githubusercontent.com/stackforge/fuel-specs/master/specs/5.1/openstack-from-master.rst

Change-Id: Ide52b4930ab4695e4b97bc11f6e7002af9beaf13
This commit is contained in:
Eric Fried 2014-10-23 10:03:46 -05:00
parent eaad2c22e1
commit c183a3dd33

View File

@ -147,7 +147,7 @@ However, the driver is likely to need some PowerVM specific options.
In this case, we plan to keep the PowerVM specifics contained within the
configuration file (and driver code). Any new configuration options will have
the prefix "powervm_".
the prefix "powervm\_".
There should be no impact to customers upgrading their cloud stack as this is
a genesis driver and should not have database impacts.
@ -311,8 +311,7 @@ Documentation will be contributed which identifies how to configure the
driver. This will include configuring the dependencies specified above.
Documentation will be done on wiki, specifically at a minimum to the following
page: http://docs.openstack.org/trunk/config-reference/content/
section_compute-hypervisors.html
page: http://docs.openstack.org/trunk/config-reference/content/section_compute-hypervisors.html
Interlock will be done with the OpenStack documentation team.