Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit fdbed12

Browse files
author
Derek Gonyeo
authored
Merge pull request #1071 from dgonyeo/master
os: add ssh key to example config
2 parents 04a1cb0 + 1fafd82 commit fdbed12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: os/booting-on-openstack.md

+5
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ etcd:
9595
# generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3
9696
# specify the initial size of your cluster with ?size=X
9797
discovery: "https://discovery.etcd.io/<token>"
98+
passwd:
99+
users:
100+
- name: core
101+
ssh_authorized_keys:
102+
- ssh-rsa ABCD...
98103
```
99104

100105
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

Comments
 (0)