Merge "Remove heat as enable_service in devstack"

This commit is contained in:
Jenkins 2017-02-10 15:25:39 +00:00 committed by Gerrit Code Review
commit 098da4bf7f
3 changed files with 8 additions and 4 deletions

View File

@ -7,12 +7,15 @@ Enabling in Devstack
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
#. Edit ``local.conf`` to enable murano devstack plugin::
#. Edit ``local.conf`` to enable murano and heat devstack plugin::
> cat local.conf
[[local|localrc]]
enable_plugin murano git://git.openstack.org/openstack/murano
#Enable heat plugin
enable_plugin heat https://git.openstack.org/openstack/heat
#. If you want Murano Cloud Foundry Broker API service enabled, add the
following line to ``local.conf``::

View File

@ -74,6 +74,3 @@ GLARE_ENDPOINT_TYPE=${GLARE_ENDPOINT_TYPE:-publicURL}
enable_service murano
enable_service murano-api
enable_service murano-engine
# Enable heat orchestration engine and other heat services
enable_service heat h-api h-api-cfn h-api-cw h-eng

View File

@ -0,0 +1,4 @@
---
other:
- Since Newton release, heat is available as a devstack plugin.
So we remove heat as enable_service in devstack.