openstack-ansible/releasenotes/notes/nova-largecluster-key-inserts-afc8cac63af41087.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

13 lines
637 B
YAML

---
features:
- The nova SSH public key distribution has been made a lot faster
especially when deploying against very large clusters. To support
larger clusters the role has moved away from the "authorized_key"
module and is now generating a script to insert keys that may
be missing from the authorized keys file. The script is saved on all
nova compute nodes and can be found at
``/usr/local/bin/openstack-nova-key.sh``. If ever there is a need to
reinsert keys or fix issues on a given compute node the script can be
executed at any time without directly running the ansible playbooks
or roles.