Add example of deploying with privileged virt

This example is copied from the following opnfv review

https://gerrit.opnfv.org/gerrit/#/c/28675/26/config/quickstart_defaults.yaml

It seems to work well for me, I can deploy VMs via quickstart which
show up via virt-manager and should survive reboots because
the qcow2 files are stored in /home/stack.

Change-Id: Ifbd0d6eefaebc3e8aec986501e67eadb5d7aa9cd
Closes-Bug: #1692987
This commit is contained in:
Steven Hardy 2018-02-01 09:56:25 +00:00
parent 8aeb71162d
commit ee032196e5
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