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