Add info to docs about heat devstack plugin

Since Newton release heat devstack plugin will be available,
so need to add info about that to documentation.

Change-Id: Ie2503fbdd9e3f72c20889a675664fb5149d2b287
Closes-bug: #1610987
This commit is contained in:
Peter Razumovsky 2016-08-09 14:10:48 +03:00
parent f5291d5781
commit a7c7945d01
1 changed files with 12 additions and 3 deletions

View File

@ -23,16 +23,25 @@ which can launch basic instances.
Configure DevStack to enable heat
---------------------------------
Heat is configured by default on devstack for Icehouse and Juno releases.
Newer versions of OpenStack require enabling heat services in devstack
`local.conf`.
Add the following to `[[local|localrc]]` section of `local.conf`::
Newer versions of OpenStack require enabling heat services in devstack
`local.conf`. Add the following to `[[local|localrc]]` section of
`local.conf`::
[[local|localrc]]
#Enable heat services
enable_service h-eng h-api h-api-cfn h-api-cw
Since Newton release, users have the option to use the ``enable_service``
directive as shown above or add the following to the `[[local|localrc]]`
section of `local.conf`::
[[local|localrc]]
#Enable heat plugin
enable_plugin heat https://git.openstack.org/openstack/heat
It would also be useful to automatically download and register
a VM image that heat can launch. To do that add the following to
`[[local|localrc]]` section of `local.conf`::