From 6f858c3cf748285690b95c6d17a56c7e45589992 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Sat, 6 Jan 2018 18:56:56 +0800 Subject: [PATCH] [doc] Modify the description for the command The displayed image attributes of the command 'openstack image list' do not has 'Server', so this patch remove it. The available status of image should be 'active' according to the output of the command. Change-Id: I90efd2b3f1838cdcaa79feea78d73429cded1257 --- doc/source/admin/troubleshooting.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/source/admin/troubleshooting.rst b/doc/source/admin/troubleshooting.rst index f01cea12f4..b0662e43dd 100644 --- a/doc/source/admin/troubleshooting.rst +++ b/doc/source/admin/troubleshooting.rst @@ -351,14 +351,9 @@ The displayed image attributes are: Free form, human-readable name for the image. ``Status`` - The status of the image. Images marked ``ACTIVE`` are available for + The status of the image. Images marked ``active`` are available for use. -``Server`` - For images that are created as snapshots of running instances, this - is the UUID of the instance the snapshot derives from. For uploaded - images, this field is blank. - Virtual hardware templates are called ``flavors``, and are defined by administrators. Prior to the Newton release, a default installation also includes five predefined flavors.