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
This commit is contained in:
Johannes Erdfelt 2012-01-23 14:45:21 -08:00
parent 5d1b965fe6
commit 965716e168
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ James E. Blair <james.blair@rackspace.com>
Jason Cannavale <jason.cannavale@rackspace.com>
Jay Pipes <jaypipes@gmail.com>
Jesse Andrews <anotherjesse@gmail.com>
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
Justin Shepherd <galstrom21@gmail.com>
Kiall Mac Innes <kiall@managedit.ie>
Scott Moser <smoser@ubuntu.com>

View File

@ -1228,6 +1228,7 @@ if [ "$VIRT_DRIVER" = 'xenserver' ]; then
XEN_FIREWALL_DRIVER=${XEN_FIREWALL_DRIVER:-"nova.virt.firewall.IptablesFirewallDriver"}
add_nova_flag "--firewall_driver=$XEN_FIREWALL_DRIVER"
else
add_nova_flag "--connection_type=libvirt"
add_nova_flag "--flat_network_bridge=$FLAT_NETWORK_BRIDGE"
if [ -n "$FLAT_INTERFACE" ]; then
add_nova_flag "--flat_interface=$FLAT_INTERFACE"