From 180275baefacc4553fbf7d974b9513b674cc6e48 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Mon, 5 Dec 2016 12:09:20 +0000 Subject: [PATCH] Correct the wrong commands Change-Id: I3acfbeae88bb04f44761a75266cd9d29896089cc --- doc/common/cli-manage-volumes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common/cli-manage-volumes.rst b/doc/common/cli-manage-volumes.rst index 750cdf219f..6d60dc69fa 100644 --- a/doc/common/cli-manage-volumes.rst +++ b/doc/common/cli-manage-volumes.rst @@ -651,7 +651,7 @@ Unmanage a snapshot with the :command:`cinder snapshot-unmanage` command: .. code-block:: console - $ openstack snapshot unset SNAPSHOT + $ cinder snapshot-unmanage SNAPSHOT The arguments to be passed are: @@ -662,4 +662,4 @@ The following example unmanages the ``my-snapshot-id`` image: .. code-block:: console - $ openstack snapshot unset my-snapshot-id + $ cinder snapshot-unmanage my-snapshot-id