Role os_nova for OpenStack-Ansible
dcbc394948
Currently, non-encrypted SASL-authenticated communication (qemu+tcp protocol) is the default for connecting to libvirtd in remote compute nodes during live migration. This commit changes the scheme to encrypted SSH-authenticated communication, which is readily usable since the role already distributes SSH keypairs between the nodes. Change-Id: Ia6d2c99872e192ab308fc6d0195b609c95f55ff5 Closes-Bug: #1580276 |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
os_nova role
- tags
-
openstack, cloud, ansible, os_nova
- category
-
*nix
os_nova Role
- name: os_nova role
hosts: "hosts"
user: root
roles:
- { role: "os_nova" }