Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/enable-nested-virt/files/update-nova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 "virt_type = qemu" >> $NOVA_CONF
echo "libvirt_type = qemu" >> $NOVA_CONF

service pf9-ostackhost restart
if [ $? -ne 0 ]; then assert "failed to restart pf9-ostackhost"; fi
Expand Down