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:
parent
c9dffb40cb
commit
e65a2148fc
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
echo 'export LIBVIRT_DEFAULT_URI="qemu:///system"' >> ~/.bashrc
|
||||
|
||||
# packages
|
||||
os=unsupported
|
||||
|
Loading…
Reference in New Issue
Block a user