Merge "Documentation: nova-volume (n-vol) is long gone."

This commit is contained in:
Jenkins 2016-02-14 23:57:26 +00:00 committed by Gerrit Code Review
commit f130b283d9

View File

@ -110,11 +110,11 @@ How do I turn off a service that is enabled by default?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Services can be turned off by adding ``disable_service xxx`` to
``local.conf`` (using ``n-vol`` in this example):
``local.conf`` (using ``c-vol`` in this example):
::
disable_service n-vol
disable_service c-vol
Is enabling a service that defaults to off done with the reverse of the above?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~