Allow libvirt to be configured externally
config-enternal.sh for libvirt does not look for any external config. Change-Id: I5ab4ff93166a9d96a3c3a3073c47faf86493efae Closes-Bug: 1475760
This commit is contained in:
parent
a6ccb90922
commit
e31edb4b15
@ -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