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.