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 #!/bin/bash
SOURCE="" SOURCE="/opt/kolla/libvirt/libvirt.conf"
TARGET="" TARGET="/etc/libvirt/libvirt.conf"
OWNER="" OWNER="libvirt"
if [[ -f "$SOURCE" ]]; then if [[ -f "$SOURCE" ]]; then
cp $SOURCE $TARGET cp $SOURCE $TARGET