Merge "Drop reference to Cloud Watch API service"
This commit is contained in:
commit
15b8cbac4b
@ -31,7 +31,7 @@ Newer versions of OpenStack require enabling heat services in devstack
|
||||
[[local|localrc]]
|
||||
|
||||
#Enable heat services
|
||||
enable_service h-eng h-api h-api-cfn h-api-cw
|
||||
enable_service h-eng h-api h-api-cfn
|
||||
|
||||
Since Newton release, heat is available as a devstack plugin. To enable the
|
||||
plugin add the following to the `[[local|localrc]]` section of `local.conf`::
|
||||
|
@ -44,7 +44,7 @@ The localrc looked like this::
|
||||
disable_all_services
|
||||
# Alternative RPC backends are zeromq and rabbit
|
||||
ENABLED_SERVICES=qpid
|
||||
enable_service mysql heat h-api h-api-cfn h-api-cw h-eng
|
||||
enable_service mysql heat h-api h-api-cfn h-eng
|
||||
|
||||
Then run your ./stack.sh as normal.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user