diff --git a/content/docs/latest/installing/cloud/openstack.md b/content/docs/latest/installing/cloud/openstack.md index 72320123..d7bdc94a 100644 --- a/content/docs/latest/installing/cloud/openstack.md +++ b/content/docs/latest/installing/cloud/openstack.md @@ -134,7 +134,7 @@ Boot the machines with the `openstack` CLI, referencing the image ID from the im ```shell openstack server create \ ---user-data ./config.ign \ +--user-data ./ignition.json \ --image cdf3874c-c27f-4816-bc8c-046b240e0edd \ --key-name flatcar \ --flavor m1.medium \