Merge "Add example of deploying with privileged virt"

This commit is contained in:
Zuul 2018-02-02 05:41:35 +00:00 committed by Gerrit Code Review
commit be788f02e8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# If you prefer privileged VMs in order to use tools like virt-manager on the host
# you can use these options. This also makes VMs survive reboots \o/
# This is particularly useful for local development environments
non_root_chown: true
non_root_user: stack
undercloud_user: stack
working_dir: "/home/{{non_root_user}}"
ssh_user: root
libvirt_uri: qemu:///system