Merge "Allow libvirt to be configured externally"
This commit is contained in:
commit
5b46d8bca4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user