Skip to content

Commit 6748669

Browse files
docs(images): Add config drive mandatory option when creating images
1 parent 6221866 commit 6748669

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/user-guide/openstack-image.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)