From da4d6fda0f91e17358302cfd5f393a666c00542f Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Fri, 8 Apr 2022 21:32:47 +0000 Subject: [PATCH] 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 --- doc/source/admin/anaconda-deploy-interface.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/anaconda-deploy-interface.rst b/doc/source/admin/anaconda-deploy-interface.rst index 041bd9c31f..30848a1451 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- openstack image create --file ./squashfs.img --container-format ari \ --disk-format ari --shared anaconda-stage- - 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= \ --property ramdisk_id= \ --property stage2_id= disto-name-version \