File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Using the [Talos image factory][talos-image-factory] to create the image:
96
96
* Choose the version and hit next
97
97
* Choose ` OpenStack ` for the Cloud provider and hit next
98
98
* 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.
100
100
* Choose any customizations you may need. Understack works with the defaults. Then hit next.
101
101
* On this page you can download The disk image for example ` openstack-amd64.raw.xz `
102
102
@@ -106,5 +106,11 @@ We can now take the raw image and add it to glance to make it available for new
106
106
openstack image create --public --disk-format raw --file openstack-amd64.raw ' Talos 1.10.0'
107
107
```
108
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
+
109
115
[ talos ] : < https://www.talos.dev/ >
110
116
[ talos-image-factory ] : < https://factory.talos.dev/ >
You can’t perform that action at this time.
0 commit comments