diff --git a/doc/install-guide/section_glance-verify.xml b/doc/install-guide/section_glance-verify.xml index 3846539a17..e9ca0be92f 100644 --- a/doc/install-guide/section_glance-verify.xml +++ b/doc/install-guide/section_glance-verify.xml @@ -30,7 +30,7 @@ Upload the image to the Image Service: - # glance image-create --name=imageLabel --disk-format=fileFormat \ + $ glance image-create --name=imageLabel --disk-format=fileFormat \ --container-format=containerFormat --is-public=accessValue < imageFile Where: @@ -138,7 +138,7 @@ Confirm that the image was uploaded and display its attributes: - # glance image-list + $ glance image-list +--------------------------------------+-----------------+-------------+------------------+----------+--------+ | ID | Name | Disk Format | Container Format | Size | Status | +--------------------------------------+-----------------+-------------+------------------+----------+--------+ @@ -148,7 +148,7 @@ Alternatively, the upload to the Image Service can be done without having to use local disk space to store the file, by use of the --copy-from parameter. For example: - # glance image-create --name="CirrOS 0.3.1" --disk-format=qcow2 \ + $ glance image-create --name="CirrOS 0.3.1" --disk-format=qcow2 \ --container-format=bare --is-public=true --copy-from http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img +------------------+--------------------------------------+ | Property | Value |