From c183a3dd33545236ceee4a63ee2a25f461e53989 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 23 Oct 2014 10:03:46 -0500 Subject: [PATCH] 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 --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index acaa369a..02e14edd 100644 --- a/README.rst +++ b/README.rst @@ -38,8 +38,8 @@ This new driver must meet the following: The use cases should be the following: * As a deployer, all of the standard lifecycle operations (start, stop, -reboot, migrate, destroy, etc...) should be supported on a PowerVM based -instance. + reboot, migrate, destroy, etc...) should be supported on a PowerVM based + instance. * As a deployer, I should be able to capture an instance to an image. @@ -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.