Displaying 1 result from an estimated 1 matches for "genconfigdrive".
2016 Mar 30
1
cloud-init issue w/ GenericCloud image
I'm using the C7.2 GenericCloud image with KVM and am trying to inject my
own ssh key by adding it to /etc/cloud/cloud.cfg.d:
sudo virt-customize --upload
~/local/cloud/20_centos_sshkey.cfg:/etc/cloud/cloud.cfg.d/20_centos_sshkey.cfg
-d c7-template
Contents of the file:
#cloud-config
ssh_authorized_keys:
- ssh-rsa [mysshkeyhere]
The good news is that it puts something in the