Added LIBVIRT_DEFAULT_URI

This patch adds 'export LIBVIRT_DEFAULT_URI="qemu:///system"' to
the ~/.bashrc file.  The documentation has been updated to notify
the user they must log out and log back in.
This commit is contained in:
Ryan Brady 2014-04-01 10:07:11 -04:00
parent c9dffb40cb
commit e65a2148fc
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ instack-undercloud virt setup
instack-install-dependencies
After running this command, you will need to log out and log back in for the changes to be applied.
1. Run script to setup your virtual environment.
export NODE_DISK=30

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -eu
echo 'export LIBVIRT_DEFAULT_URI="qemu:///system"' >> ~/.bashrc
# packages
os=unsupported