From e9f9f2545f248f8166c65a0e4230b6ca71319fe3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 Apr 2014 22:47:06 +0200 Subject: [PATCH] Use all caps for variables in section_glance-verify Change-Id: Ia390bd161cc30507abdfeed507369dc928ee3430 --- doc/install-guide/section_glance-verify.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/install-guide/section_glance-verify.xml b/doc/install-guide/section_glance-verify.xml index 30173c3f75..3ad25566c6 100644 --- a/doc/install-guide/section_glance-verify.xml +++ b/doc/install-guide/section_glance-verify.xml @@ -30,19 +30,19 @@ Upload the image to the Image Service: - $ glance image-create --name=imageLabel --disk-format=fileFormat \ - --container-format=containerFormat --is-public=accessValue < imageFile + $ glance image-create --name=IMAGELABEL --disk-format=FILEFORMAT \ + --container-format=CONTAINERFORMAT --is-public=ACCESSVALUE < IMAGEFILE Where: - imageLabel + IMAGELABEL Arbitrary label. The name by which users refer to the image. - fileFormat + FILEFORMAT Specifies the format of the image file. Valid formats include @@ -62,7 +62,7 @@ - containerFormat + CONTAINERFORMAT Specifies the container format. Valid formats include: bare, @@ -83,7 +83,7 @@ - accessValue + ACCESSVALUE Specifies image access: @@ -98,7 +98,7 @@ - imageFile + IMAGEFILE Specifies the name of your downloaded image file.