From 70b3c2951b870e2b80a384cbe2f793bc821f522c Mon Sep 17 00:00:00 2001 From: Steven Deaton Date: Wed, 5 Mar 2014 06:26:14 +0000 Subject: [PATCH] Added an additional Glance installation verification example. Added an addition of uploading an instance with the --copy-from option for Glance, which allows for downloading from the URL specified and also upload to Glance at the same time. Made a couple small changes. Change-Id: Ieb7a8e097184e5ed60e17f5f29de13efe5ba6239 --- doc/install-guide/section_glance-verify.xml | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/install-guide/section_glance-verify.xml b/doc/install-guide/section_glance-verify.xml index 76c7d78104..b71f3a2b24 100644 --- a/doc/install-guide/section_glance-verify.xml +++ b/doc/install-guide/section_glance-verify.xml @@ -145,4 +145,27 @@ +--------------------------------------+-----------------+-------------+------------------+----------+--------+ + 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 \ + --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 | ++------------------+--------------------------------------+ +| checksum | d972013792949d0d3ba628fbe8685bce | +| container_format | bare | +| created_at | 2014-03-05T06:13:18 | +| deleted | False | +| disk_format | qcow2 | +| id | 3cce1e32-0971-4958-9719-1f92064d4f54 | +| is_public | True | +| min_disk | 0 | +| min_ram | 0 | +| name | CirrOS 0.3.1 | +| owner | e519b772cb43474582fa303da62559e5 | +| protected | False | +| size | 13147648 | +| status | active | +| updated_at | 2014-03-05T06:13:20 | ++------------------+--------------------------------------+