Skip to content

Commit 965716e

Browse files
author
Johannes Erdfelt
committed
Explicitly set connection_type to libvirt
A future merge to nova (http://review.openstack.org/2918) will require this to be set Change-Id: I92c28336a6022c325a84d6594764779d8fe5e655
1 parent 5d1b965 commit 965716e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ James E. Blair <[email protected]>
1010
Jason Cannavale <[email protected]>
1111
Jay Pipes <[email protected]>
1212
Jesse Andrews <[email protected]>
13+
Johannes Erdfelt <[email protected]>
1314
Justin Shepherd <[email protected]>
1415
Kiall Mac Innes <[email protected]>
1516
Scott Moser <[email protected]>

stack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,7 @@ if [ "$VIRT_DRIVER" = 'xenserver' ]; then
12281228
XEN_FIREWALL_DRIVER=${XEN_FIREWALL_DRIVER:-"nova.virt.firewall.IptablesFirewallDriver"}
12291229
add_nova_flag "--firewall_driver=$XEN_FIREWALL_DRIVER"
12301230
else
1231+
add_nova_flag "--connection_type=libvirt"
12311232
add_nova_flag "--flat_network_bridge=$FLAT_NETWORK_BRIDGE"
12321233
if [ -n "$FLAT_INTERFACE" ]; then
12331234
add_nova_flag "--flat_interface=$FLAT_INTERFACE"

0 commit comments

Comments
 (0)