Merge "Allow libvirt to be configured externally"

This commit is contained in:
Jenkins 2015-07-19 17:48:15 +00:00 committed by Gerrit Code Review
commit 5b46d8bca4

View File

@ -1,7 +1,7 @@
#!/bin/bash
SOURCE=""
TARGET=""
OWNER=""
SOURCE="/opt/kolla/libvirt/libvirt.conf"
TARGET="/etc/libvirt/libvirt.conf"
OWNER="libvirt"
if [[ -f "$SOURCE" ]]; then
cp $SOURCE $TARGET