Added reference to the Nova Flavor documentation.

Updated contrib documentation with reference to the nova flavour README file.
Fixed the reference to the Docker documentation.

Change-Id: I23e352b8ec44424611066c0f64051ad3586b8c91
This commit is contained in:
Dimitri Mazmanov 2014-05-30 13:54:45 +02:00
parent 2d37843d13
commit ecd6f719fc

View File

@ -42,6 +42,19 @@ DockerInc Resource
This plugin enables the use of Docker containers in a Heat template and
requires the `docker-py <https://pypi.python.org/pypi/docker-py>`_
package. You can find more information in the `README
<https://github.com/openstack/heat/blob/master/contrib/docker/README.md>`_.
<https://github.com/openstack/heat/blob/master/contrib/docker/docker/
README.md>`_.
.. resourcepages:: DockerInc::
Nova Flavor Resource
------------------
.. rubric:: This resource is not enabled by default.
This plugin enables dynamic creation of Nova flavours through Heat. You can
find more information in the `README
<https://github.com/openstack/heat/blob/master/contrib/nova_flavor/nova_flavor
/README.md>`_.
.. resourcepages:: NovaFlavor::