openstack-ansible/releasenotes/notes/utility_container_ssh_key-44b1d15a1c06395e.yaml
Travis Truman 7b2a99584d Disable root private key distribution by the utility playbook
There is no clear need for this behavior so it has been disabled
by default. A new var: ``utility_ssh_private_key`` has been
introduced for deployers who desire this behavior.

Change-Id: Iac51d667e19a0cabd825714dc90da73eef9c6992
2016-06-18 09:04:49 +00:00

7 lines
253 B
YAML

---
upgrade:
- The ``utility-all.yml`` playbook will no longer distribute the deployment
host's root user's private ssh key to all utility containers. Deployers
who desire this behavior should set the ``utility_ssh_private_key``
variable.