Merge "Drop reference to Cloud Watch API service"

This commit is contained in:
Zuul 2024-11-14 15:31:22 +00:00 committed by Gerrit Code Review
commit 15b8cbac4b
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Newer versions of OpenStack require enabling heat services in devstack
[[local|localrc]] [[local|localrc]]
#Enable heat services #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 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`:: plugin add the following to the `[[local|localrc]]` section of `local.conf`::

View File

@ -44,7 +44,7 @@ The localrc looked like this::
disable_all_services disable_all_services
# Alternative RPC backends are zeromq and rabbit # Alternative RPC backends are zeromq and rabbit
ENABLED_SERVICES=qpid 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. Then run your ./stack.sh as normal.