kolla-ansible/releasenotes/notes/allow-disabling-nova-ssh-51028805f163e5a2.yaml
Clint Byrum 6781c18134 Allow disabling nova-ssh
This service is only required if you want to support cold migration.
In some instances that is not a needed feature, and avoiding having
another key to manage is an advantage.

Co-Authored-By: Adam Harwell <flux.adam@gmail.com>

Change-Id: I0a55a91673d9178933f134832df4bd849ddf5af4
2018-07-16 17:58:51 +00:00

7 lines
223 B
YAML

---
features:
- |
Add a configuration option `enable_nova_ssh` to allow disabling the
service. This is useful when an operator is not supporting cold-migration
and does not want to manage additional SSH keys.