Browse code

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

Long live cinder-volume (c-vol) !

Change-Id: I78257c0ef314e97e4abddf82b709fc496401cf14

Jordan Pittier authored on 2016/02/12 23:23:43
Showing 1 changed files
... ...
@@ -110,11 +110,11 @@ How do I turn off a service that is enabled by default?
110 110
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111 111
 
112 112
 Services can be turned off by adding ``disable_service xxx`` to
113
-``local.conf`` (using ``n-vol`` in this example):
113
+``local.conf`` (using ``c-vol`` in this example):
114 114
 
115 115
     ::
116 116
 
117
-        disable_service n-vol
117
+        disable_service c-vol
118 118
 
119 119
 Is enabling a service that defaults to off done with the reverse of the above?
120 120
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~