heat/doc/docbkx
Angus Salkeld 95ac80a0d5 API support for Environments
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
2013-06-17 20:26:28 +10:00
..
api-ref API support for Environments 2013-06-17 20:26:28 +10:00
heat-admin A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00
heat-cli-guide A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00
README.rst A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00

README.rst

Building the user and admin docs

This documentation should eventually end up in the OpenStack documentation repositories api-site and openstack-manuals.

Dependencies

on Ubuntu:

sudo apt-get install maven

on Fedora Core:

sudo yum install maven

Use mvn

Build the REST API reference manual:

cd api-ref mvn clean generate-sources

Build the Heat admin guide:

cd heat-admin mvn clean generate-sources

Build the Heat CLI guide:

cd heat-cli-guide mvn clean generate-sources