Files
packstack/packstack/puppet/templates/nova_quantum.pp
Terry Wilson 77b481a44c Update to more recent nova/quantum puppet modules for Puppet 2.6
Several fixes upstream for Puppet 2.6 compatibility. There was also
a change that required the metadata agent stuff to be shuffled
around a bit.

Change-Id: Ic054839ebe2931b82a83e49ed967537a3597cec5
2013-05-22 23:54:13 -05:00

13 lines
420 B
Puppet

class {"nova::network::quantum":
quantum_admin_password => "%(CONFIG_QUANTUM_KS_PW)s",
quantum_auth_strategy => "keystone",
quantum_url => "http://%(CONFIG_QUANTUM_SERVER_HOST)s:9696",
quantum_admin_tenant_name => "services",
quantum_admin_auth_url => "http://%(CONFIG_KEYSTONE_HOST)s:35357/v2.0",
}
class {"nova::compute::quantum":
libvirt_vif_driver => "nova.virt.libvirt.vif.LibvirtGenericVIFDriver",
}