Skip to content

Commit

Permalink
Load node configuration generated by prepare-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jellonek committed Jul 4, 2018
1 parent ab91a39 commit 2df806b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/image_skel/libvirt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -o nounset
set -o pipefail
set -o errtrace

if [[ -f /var/lib/virtlet/config.sh ]]; then
. /var/lib/virtlet/config.sh
fi

testmode=
if [[ ${1:-} == -testmode ]]; then
testmode=1
Expand Down

0 comments on commit 2df806b

Please sign in to comment.