Files
puppet-openstack/tests/compute.pp
William Van Hevelingen e4297c1ca7 Fix smoke tests and update examples in README
* Add missing params and remove deprecated params from tests
* Fix classname changes
* Add new smoketests for testfile and auth_file
* Update README with new params

Change-Id: Ib25fcd6545aa704f64dd0709a75700480eaff684
2013-07-16 14:20:46 -07:00

13 lines
430 B
Puppet

class { 'openstack::compute':
cinder_db_password => 'password',
fixed_range => '192.168.101.64/28',
glance_api_servers => '192.168.1.1:9292',
internal_address => $::ipaddress_eth1,
libvirt_type => 'qemu',
nova_db_password => 'password',
nova_user_password => 'password',
quantum => false,
rabbit_password => 'password',
vncproxy_host => '192.168.1.1',
}