diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-08 21:12:10 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-09 21:34:33 +0900 |
commit | 7dee5427d770340526afc7ffa642d223b53cfdf1 (patch) | |
tree | 21dc125ef663bd86658ccf909f23f16bf3709a30 /docs/configguide | |
parent | b065ccf2062ec2f38f059e133d0b8b47905f7d0a (diff) |
fix docs
- doc8 violations
- use latest index.rst format
- move userguide.rst to featureusage.rst
Change-Id: I73e0a8a45418e197b973537d4f2856bd98c9a06c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/featureconfig.rst | 10 | ||||
-rw-r--r-- | docs/configguide/postinstall.rst | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 99bafd5..1b3dd5a 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -117,7 +117,7 @@ Clone congress git clone https://github.com/openstack/congress.git cd congress git checkout stable/liberty - + Create virtualenv ................. @@ -362,8 +362,8 @@ Run Congress Tempest Tests Restarting after server power loss etc ...................................... -Currently this install procedure is manual. Automated install and restoral \ -after host recovery is TBD. For now, this procedure will get the Congress \ +Currently this install procedure is manual. Automated install and restoral +after host recovery is TBD. For now, this procedure will get the Congress service running again. .. code:: @@ -377,9 +377,9 @@ service running again. sudo lxc-start -n juju-trusty-congress -d # Verify the Congress container status sudo lxc-ls -f juju-trusty-congress - NAME STATE IPV4 IPV6 GROUPS AUTOSTART + NAME STATE IPV4 IPV6 GROUPS AUTOSTART ---------------------------------------------------------------------- - juju-trusty-congress RUNNING 192.168.10.117 - - NO + juju-trusty-congress RUNNING 192.168.10.117 - - NO # exit back to the Jumphost, wait a minute, and go back to the \ "SSH to Congress server" step above # On the Congress server that you have logged into diff --git a/docs/configguide/postinstall.rst b/docs/configguide/postinstall.rst index 4fd8148..9252d95 100644 --- a/docs/configguide/postinstall.rst +++ b/docs/configguide/postinstall.rst @@ -207,4 +207,6 @@ Using the Test Webapp ..................... Browse to the trusty-copper server IP address. -Interactive options are meant to be self-explanatory given a basic familiarity with the Congress service and data model. But the app will be developed with additional features and UI elements. +Interactive options are meant to be self-explanatory given a basic familiarity +with the Congress service and data model. +But the app will be developed with additional features and UI elements. |