Skip to content

Commit

Permalink
Updating based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt McCarrell authored Apr 23, 2020
1 parent 41527e3 commit 212e378
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/enable-nested-virt/files/update-nova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ assert() {
exit 1
}

echo "[libvirt]" > $NOVA_CONF
if [ $? -ne 0 ]; then assert "failed to update ${NOVA_CONF}"; fi
echo "virt_type = qemu" >> $NOVA_CONF
echo "[libvirt]" > $NOVA_CONF
echo "libvirt_type = qemu" >> $NOVA_CONF

Expand Down

0 comments on commit 212e378

Please sign in to comment.