Merge "fix typo: container-format is bare"
This commit is contained in:
commit
8e57495d10
@ -127,8 +127,8 @@ glance:
|
|||||||
--disk-format ari --shared anaconda-ramdisk-<version>
|
--disk-format ari --shared anaconda-ramdisk-<version>
|
||||||
openstack image create --file ./squashfs.img --container-format ari \
|
openstack image create --file ./squashfs.img --container-format ari \
|
||||||
--disk-format ari --shared anaconda-stage-<verison>
|
--disk-format ari --shared anaconda-stage-<verison>
|
||||||
openstack image create --file ./os-image.tar.gz --container-format \
|
openstack image create --file ./os-image.tar.gz \
|
||||||
compressed --disk-format raw --shared \
|
--container-format bare --disk-format raw --shared \
|
||||||
--property kernel_id=<glance_uuid_vmlinuz> \
|
--property kernel_id=<glance_uuid_vmlinuz> \
|
||||||
--property ramdisk_id=<glance_uuid_ramdisk> \
|
--property ramdisk_id=<glance_uuid_ramdisk> \
|
||||||
--property stage2_id=<glance_uuid_stage2> disto-name-version \
|
--property stage2_id=<glance_uuid_stage2> disto-name-version \
|
||||||
|
Loading…
Reference in New Issue
Block a user