95ac80a0d5
Support "Environment" section in the create/update body. We the roll up the parameters and the environment and send that as json using the rpc "params" argument. So no changes to the rpc layer are needed. The engine knows how to deal with both formats in the Environments class. blueprint envirnonments Change-Id: I6d6085d5c052a5f9115ecd46891b00d2fad4d1db |
||
---|---|---|
.. | ||
docbkx | ||
source | ||
.gitignore | ||
Makefile | ||
README.rst |
Building the developer docs
For user and admin docs, go to the directory doc/docbkx.
Dependencies
- Sphinx
-
You'll need sphinx (the python one) and if you are using the virtualenv you'll need to install it in the virtualenv specifically so that it can load the cinder modules.
sudo yum install python-sphinx sudo pip-python install sphinxcontrib-httpdomain
Use make
Just type make:
make
Look in the Makefile for more targets.
To build the man pages:
make man
To build the developer documentation as HTML:
make html