Enable Orchestration in DevStack
Heat is configured by default on DevStack for Icehouse and Juno releases. Newer versions of OpenStack require enabling Heat services in DevStack local.conf. Change-Id: I236178edab04999852d41590aeb2210a23c1a66f
This commit is contained in:
@@ -49,6 +49,12 @@ enable_service ceilometer-api
|
||||
enable_plugin zaqar https://github.com/openstack/zaqar
|
||||
enable_service zaqar-server
|
||||
|
||||
# Enable Heat
|
||||
enable_service h-eng
|
||||
enable_service h-api
|
||||
enable_service h-api-cfn
|
||||
enable_service h-api-cw
|
||||
|
||||
# Automatically download and register a VM image that Heat can launch
|
||||
# For more information on Heat and DevStack see
|
||||
# http://docs.openstack.org/developer/heat/getting_started/on_devstack.html
|
||||
|
Reference in New Issue
Block a user