Remove mkdir of shared dir

We no longer bindmount qemu directories and instead use the
volume_from feature to get that job done.  As such remove the
creation of the directory.

Change-Id: I20aa0b5d8b8e5e0bd9ccc69ab07009635c693b02
This commit is contained in:
Steven Dake 2015-04-02 15:18:02 -07:00
parent 7c9acf4806
commit 49c7160259
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@ if [[ -x /usr/sbin/getenforce ]]; then
fi
fi
# This directory is shared with the host to allow qemu instance
# configs to remain accross restarts. This is needed in the event libvirt
# is not installed in the system.
mkdir -p /etc/libvirt/qemu
MY_IP=$(ip route get $(ip route | awk '$1 == "default" {print $3}') |
awk '$4 == "src" {print $5}')