We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6221866 commit 6748669Copy full SHA for 6748669
docs/user-guide/openstack-image.md
@@ -106,5 +106,11 @@ We can now take the raw image and add it to glance to make it available for new
106
openstack image create --public --disk-format raw --file openstack-amd64.raw 'Talos 1.10.0'
107
```
108
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
115
[talos]: <https://www.talos.dev/>
116
[talos-image-factory]: <https://factory.talos.dev/>
0 commit comments