summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-04-19 06:39:22 +0000
committerGerrit Code Review <review@openstack.org>2022-04-19 06:39:22 +0000
commit8e57495d10fc941e594e6a7866330943bba96d7f (patch)
tree58d5636e3e476d37d84a5b8950440ef9347fcacf
parent57a21b1577cf502a9d858d1d4202b8c25bf67406 (diff)
parentda4d6fda0f91e17358302cfd5f393a666c00542f (diff)
downloadironic-8e57495d10fc941e594e6a7866330943bba96d7f.tar.gz
Merge "fix typo: container-format is bare"
-rw-r--r--doc/source/admin/anaconda-deploy-interface.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/admin/anaconda-deploy-interface.rst b/doc/source/admin/anaconda-deploy-interface.rst
index 041bd9c31..30848a145 100644
--- a/doc/source/admin/anaconda-deploy-interface.rst
+++ b/doc/source/admin/anaconda-deploy-interface.rst
@@ -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 \