Drop reference to Cloud Watch API service

It was already removed by 6d55417f80384ead56e176beec9e2fc4eb162d61 .

Change-Id: Ica75c6220cdbfda8cb58610ea88e17e1a4b235fa
This commit is contained in:
Takashi Kajinami 2024-11-14 23:31:31 +09:00
parent 656e71c102
commit abf2caafa2
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]]
#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`::

View File

@ -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.