Skip to content

Commit f5025ba

Browse files
authored
Merge pull request #1076 from rackerlabs/docs-20250716-1
docs(images): Add config drive mandatory option when creating images
2 parents 6221866 + 7dbf139 commit f5025ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/user-guide/openstack-image.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Using the [Talos image factory][talos-image-factory] to create the image:
9696
* Choose the version and hit next
9797
* Choose `OpenStack` for the Cloud provider and hit next
9898
* Choose your machine architecture - in our case it's `amd64` - and hit next
99-
* Choose system extensions and drivers you may need. In our case we want the `amd-ucode` and `bnx2-bnx2x` extensions. Then hit next.
99+
* Choose system extensions and drivers you may need. In our case we want the `amd-ucode` extension. Then hit next.
100100
* Choose any customizations you may need. Understack works with the defaults. Then hit next.
101101
* On this page you can download The disk image for example `openstack-amd64.raw.xz`
102102

@@ -106,5 +106,11 @@ We can now take the raw image and add it to glance to make it available for new
106106
openstack image create --public --disk-format raw --file openstack-amd64.raw 'Talos 1.10.0'
107107
```
108108

109+
Ensure the image has config drive as mandatory:
110+
111+
``` bash
112+
openstack image set --property img_config_drive='mandatory' $NEW_IMAGE_UUID
113+
```
114+
109115
[talos]: <https://www.talos.dev/>
110116
[talos-image-factory]: <https://factory.talos.dev/>

0 commit comments

Comments
 (0)