Fix formatting in doc files
Change-Id: Ib2946ce366fbfaec3b1cfe14786db7613286cdd3
This commit is contained in:
parent
d8af511813
commit
1c60b743cb
@ -1,4 +1,4 @@
|
|||||||
tripleo-common Style Commandments
|
tripleo-common Style Commandments
|
||||||
===============================================
|
=================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||||
|
@ -10,13 +10,13 @@ A common library for TripleO workflows.
|
|||||||
* Bugs: http://bugs.launchpad.net/tripleo-common
|
* Bugs: http://bugs.launchpad.net/tripleo-common
|
||||||
|
|
||||||
Action Development
|
Action Development
|
||||||
-------------------
|
------------------
|
||||||
|
|
||||||
|
|
||||||
When developing new actions, you will checkout a copy of tripleo-common to an
|
When developing new actions, you will checkout a copy of tripleo-common to an
|
||||||
undercloud machine and add actions as needed. To test the actions they need
|
undercloud machine and add actions as needed. To test the actions they need
|
||||||
to be installed and selected services need to be restarted. Use the following
|
to be installed and selected services need to be restarted. Use the following
|
||||||
code below to accomplish these tasks. ::
|
code to accomplish these tasks. ::
|
||||||
|
|
||||||
|
|
||||||
sudo rm -Rf /usr/lib/python2.7/site-packages/tripleo_common*
|
sudo rm -Rf /usr/lib/python2.7/site-packages/tripleo_common*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
Welcome to tripleo-common's documentation!
|
Welcome to tripleo-common's documentation!
|
||||||
========================================================
|
==========================================
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
|
@ -10,3 +10,4 @@ Or, if you have virtualenvwrapper installed::
|
|||||||
|
|
||||||
$ mkvirtualenv tripleo-common
|
$ mkvirtualenv tripleo-common
|
||||||
$ pip install tripleo-common
|
$ pip install tripleo-common
|
||||||
|
|
||||||
|
@ -46,9 +46,6 @@ Mistral actions can be run through the CLI:
|
|||||||
echo '{"container": "<container-name>"}' > input.json
|
echo '{"container": "<container-name>"}' > input.json
|
||||||
openstack action execution run tripleo.create_container input.json
|
openstack action execution run tripleo.create_container input.json
|
||||||
|
|
||||||
To install the undercloud follow the `TripleO developer documentation
|
|
||||||
<http://docs.openstack.org/developer/tripleo-docs/environments/environments.html>`_.
|
|
||||||
|
|
||||||
For REST API usage please reference the `full Mistral documentation
|
For REST API usage please reference the `full Mistral documentation
|
||||||
<http://docs.openstack.org/developer/mistral/>`_.
|
<http://docs.openstack.org/developer/mistral/>`_.
|
||||||
|
|
||||||
|
@ -18,3 +18,4 @@ YAML file format
|
|||||||
uploader: docker
|
uploader: docker
|
||||||
pull_source: docker.io
|
pull_source: docker.io
|
||||||
push_destination: localhost:8787
|
push_destination: localhost:8787
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
========
|
=====
|
||||||
Usage
|
Usage
|
||||||
========
|
=====
|
||||||
|
|
||||||
To use tripleo-common in a project::
|
To use tripleo-common in a project::
|
||||||
|
|
||||||
import tripleo_common
|
import tripleo_common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user