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
{{ message }}
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: os/booting-on-openstack.md
+5
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,11 @@ etcd:
95
95
# generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3
96
96
# specify the initial size of your cluster with ?size=X
97
97
discovery: "https://discovery.etcd.io/<token>"
98
+
passwd:
99
+
users:
100
+
- name: core
101
+
ssh_authorized_keys:
102
+
- ssh-rsa ABCD...
98
103
```
99
104
100
105
The `{PRIVATE_IPV4}` and `{PUBLIC_IPV4}` substitution variables are fully supported in Container Linux Configs on OpenStack deployments using the metadata service. Unfortunately systems relying on config drive are currently unsupported.
0 commit comments