OpenStack Compute Administration Manual: invalid option in glance command

Bug #1068209 reported by Marco CONSONNI
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Unassigned

Bug Description

The instruction for uploading images I found here http://docs.openstack.org/trunk/openstack-compute/admin/content/manually-creating-qcow2-images.html#d6e5429 is:

glance image-create name="${NAME}" is_public=true container_format=ovf disk_format=raw < ${IMAGE}

It does not work.

It should read as:

glance image-create name="${NAME}" is-public=true container-format=ovf disk-format=raw < ${IMAGE}

(hyphens substitute underscores)

I haven't verified the whole document; I suggest to check other parts that could contain the same error.

Tags: glance
Revision history for this message
Tom Fifield (fifieldt) wrote :

Thanks Marco.

Which version of OpenStack are you using?

tags: added: glance
Changed in openstack-manuals:
status: New → Incomplete
Revision history for this message
Marco CONSONNI (marco-consonni) wrote :

Hi Tom,

I originally used Folsom stable release, then I tried again with the latest version.
Same result.
For your information, I used devstack for downloading the code in both the tests.

For more information, the version of nova CLI in the package I used for the second test (the test with the latest code version) is 2.8.0.11.
I obtained nova CLI version by typing

   nova --version

Unfortunately I can't provide glance CLI's version because it does not support --version option.
I'm going to open a bug on this.

Revision history for this message
Tom Fifield (fifieldt) wrote :

Thanks Marco!

Changed in openstack-manuals:
status: Incomplete → Triaged
importance: Undecided → High
milestone: none → folsom
Revision history for this message
Eduardo Patrocinio (epatro) wrote :

This bug has been fixed in the latest version of the document:

glance image-create name="${NAME}" --is-public=true --container-format=ovf --disk-format=raw < ${IMAGE}

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.