diff --git a/doc/source/getting_started/on_devstack.rst b/doc/source/getting_started/on_devstack.rst index 22b1d44cef..fc26d3750a 100644 --- a/doc/source/getting_started/on_devstack.rst +++ b/doc/source/getting_started/on_devstack.rst @@ -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`:: diff --git a/doc/source/getting_started/standalone.rst b/doc/source/getting_started/standalone.rst index 1f0207f5a9..f21ff361d0 100644 --- a/doc/source/getting_started/standalone.rst +++ b/doc/source/getting_started/standalone.rst @@ -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.