fix typo: container-format is bare
When adding an image to glance for use with anaconda deploy interface, the tarball being added should be in the 'bare' container-format, not 'compressed'. Change-Id: Iaf976a4c9e04b9a19acd7e2701fb422009b02d0e
This commit is contained in:
parent
688f8cb7e8
commit
da4d6fda0f
@ -127,8 +127,8 @@ glance:
|
||||
--disk-format ari --shared anaconda-ramdisk-<version>
|
||||
openstack image create --file ./squashfs.img --container-format ari \
|
||||
--disk-format ari --shared anaconda-stage-<verison>
|
||||
openstack image create --file ./os-image.tar.gz --container-format \
|
||||
compressed --disk-format raw --shared \
|
||||
openstack image create --file ./os-image.tar.gz \
|
||||
--container-format bare --disk-format raw --shared \
|
||||
--property kernel_id=<glance_uuid_vmlinuz> \
|
||||
--property ramdisk_id=<glance_uuid_ramdisk> \
|
||||
--property stage2_id=<glance_uuid_stage2> disto-name-version \
|
||||
|
Loading…
x
Reference in New Issue
Block a user