From 9551d25218245bf7fd34e5754ad9f3bc36e80782 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Thu, 21 Jan 2016 14:57:09 -0500 Subject: [PATCH] cleanup of cli manage images file in common rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changed of to or? didn’t make sense added “the” where necessary removed besides from the beginning of the sentence Change-Id: I53bd4b2dead1b6d8186268413c21b6ff4ba23b71 --- doc/common-rst/cli_manage_images.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/common-rst/cli_manage_images.rst b/doc/common-rst/cli_manage_images.rst index b9ab7cdbec..f40a261298 100644 --- a/doc/common-rst/cli_manage_images.rst +++ b/doc/common-rst/cli_manage_images.rst @@ -7,9 +7,9 @@ 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. Besides, you can use the ``nova`` client for the image management. +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 of snapshot and +image metadata, and create images of a running instance or snapshot and backup types. After you upload an image, you cannot change it. @@ -20,7 +20,7 @@ Guide `__. List or get details for images (glance) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To get a list of images and to then get further details about a single +To get a list of images and to get further details about a single image, use :command:`glance image-list` and :command:`glance image-show` commands. @@ -289,7 +289,7 @@ in the following tables. Troubleshoot image creation ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you encounter problems in creating an image in Image service or +If you encounter problems in creating an image in the Image service or Compute, the following information may help you troubleshoot the creation process.