From 92ef526eb44c898f500c0f8acc68761bcaa10fad Mon Sep 17 00:00:00 2001 From: chenxing Date: Sun, 7 May 2017 06:02:47 +0000 Subject: [PATCH] [common] Update the inconsistent content Change-Id: Idcbd9bd3eebf28fde281daac9096f12fcad6ee65 Closes-Bug: #1688375 --- doc/common/cli-manage-images.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/common/cli-manage-images.rst b/doc/common/cli-manage-images.rst index 6f9e35a6fb..6e44a9ffc4 100644 --- a/doc/common/cli-manage-images.rst +++ b/doc/common/cli-manage-images.rst @@ -6,11 +6,11 @@ The cloud operator assigns roles to users. Roles determine who can upload and manage images. The operator might restrict image upload and management to only cloud administrators or operators. -You can upload images through the ``glance`` client or the Image service -API. You can use the ``nova`` client for the image management. -The latter provides mechanisms to list and delete images, set and delete -image metadata, and create images of a running instance or snapshot and -backup types. +You can upload images through the :command:`openstack image create` +command or the Image service API. You can use the ``openstack`` client +for the image management. It provides mechanisms to list and +delete images, set and delete image metadata, and create images of a +running instance or snapshot and backup types. After you upload an image, you cannot change it.