Fix sphinx warninngs

This commit is contained in:
Łukasz Oleś 2015-12-02 17:45:22 +01:00
parent 7af64a9f28
commit 83e8c61e15
5 changed files with 5 additions and 8 deletions

View File

@ -14,7 +14,7 @@ configure OpenStack Nova API service.
of this example. of this example.
Step 1: Find an appropriate puppet module Step 1: Find an appropriate puppet module
++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++
The `Puppet OpenStack <https://wiki.openstack.org/wiki/Puppet>`_ The `Puppet OpenStack <https://wiki.openstack.org/wiki/Puppet>`_
module for `Nova <https://github.com/openstack/puppet-nova>`_ module for `Nova <https://github.com/openstack/puppet-nova>`_

View File

@ -96,8 +96,7 @@ transition and type of event.
Right now we are supporting 2 types of events: Right now we are supporting 2 types of events:
1. Dependency - inserts edge between 2 changes into the deployment plan. 1. Dependency - inserts edge between 2 changes into the deployment plan.
2. Reaction - inserts change specified in reaction and makes edge between 2. Reaction - inserts change specified in reaction and makes edge between parent and child.
parent and child.
Example :: Example ::
@ -138,7 +137,7 @@ After action that is related to change will be executed - it will be moved to
history with same uuid. history with same uuid.
Committed resource data Committed resource data
---------------------- -----------------------
After each successful change committed copy of resource data will be updated After each successful change committed copy of resource data will be updated
with diff of that change. with diff of that change.

View File

@ -41,10 +41,8 @@ Solar currently supports following handlers:
* puppet - first version of puppet handler (legacy, will be deprecated soon) * puppet - first version of puppet handler (legacy, will be deprecated soon)
* puppetv2 - second, improved version of puppet, supporting hiera integration * puppetv2 - second, improved version of puppet, supporting hiera integration
* ansible_playbook - first version of ansible handler (legacy, will be * ansible_playbook - first version of ansible handler (legacy, will be deprecated soon)
deprecated soon) * ansible_template - second generation of ansible implementation, includes transport support
* ansible_template - second generation of ansible implementation, includes
transport support
Handlers are pluggable, so you can write your own easily to extend Handlers are pluggable, so you can write your own easily to extend
functionality of Solar. Interesting examples might be Chef, SaltStack, functionality of Solar. Interesting examples might be Chef, SaltStack,