From a79f548b26b17f558e3ec92d16993d140febe4ef Mon Sep 17 00:00:00 2001 From: qiaomin Date: Mon, 25 Jul 2016 14:22:31 +0000 Subject: [PATCH] [admin-guide] use the 'openstack image create' command The "upload-to-image" is not complete, so this patch use "openstack image create" to replace it. Change-Id: I5a7d4ef89da9a3d700b9f18e9bbc712b94743869 --- .../source/blockstorage_volume_backed_image.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/admin-guide/source/blockstorage_volume_backed_image.rst b/doc/admin-guide/source/blockstorage_volume_backed_image.rst index c561b235d6..248fbd43e5 100644 --- a/doc/admin-guide/source/blockstorage_volume_backed_image.rst +++ b/doc/admin-guide/source/blockstorage_volume_backed_image.rst @@ -41,17 +41,18 @@ Volume, set the following options in the ``DEFAULT`` section of the glance_api_version = 2 allowed_direct_url_schemes = cinder -To enable the :command:`cinder upload-to-image` command to create an image -that refers an ``Image-Volume``, set the following options in each back-end -section of the ``cinder.conf`` file: +To enable the :command:`openstack image create --volume ` command to +create an image that refers an ``Image-Volume``, set the following options in +each back-end section of the ``cinder.conf`` file: .. code-block:: ini image_upload_use_cinder_backend = True -By default, the :command:`upload-to-image` command creates the Image-Volume in -the current tenant. To store the Image-Volume into the internal tenant, set the -following options in each back-end section of the ``cinder.conf`` file: +By default, the :command:`openstack image create --volume ` command +creates the Image-Volume in the current tenant. To store the Image-Volume into +the internal tenant, set the following options in each back-end section of the +``cinder.conf`` file: .. code-block:: ini