From b624702565053552273d44049062892eb9c40806 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 21 Mar 2014 22:34:08 +0100 Subject: [PATCH] More # to $ prompts Change-Id: I1c420908dc97bf8e9ffefc78c498d0241dbf01b6 --- doc/install-guide/section_glance-verify.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 |