openstack-ansible-lxc_hosts/releasenotes/notes/ssh-pub-key-check-c42309653dbe3493.yaml
Jesse Pretorius b93b84c59c Correct LXC host public key check
In I167446eee35e40cde645873fbab7491f840dcd15 a pre-flight check
was introduced to validate whether an ssh public key is available
before doing anything on the LXC hosts.

The check is supposed to validate that the requirements for the
lookup are available. The lookup is executed on the deployment
host, not the target host. The check was therefore incorrect.

This patch corrects it to ensure that it does the check in the
right places.

Change-Id: Ifb5b23e2b472bf0c738a01acefba578754f20b4f
2016-05-11 13:33:30 +01:00

6 lines
196 B
YAML

---
fixes:
- The check to validate whether an appropriate ssh public key
is available to copy into the container cache has been
corrected to check the deployment host, not the LXC host.