You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The flavor reference for the flavor for your server instance.
429
+
export OPENSTACK_NODE_MACHINE_FLAVOR=<flavor>
430
+
# The name of the image to use for your server instance. If the RootVolume is specified, this will be ignored and use rootVolume directly.
431
+
export OPENSTACK_IMAGE_NAME=<image name>
432
+
# SSHAuthorizedKeys specifies a list of ssh authorized keys for the user
433
+
export OPENSTACK_SSH_AUTHORIZED_KEY=<ssh key>
434
+
```
435
+
415
436
A full configuration reference can be found in [configuration.md](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/master/docs/configuration.md).
0 commit comments