puppet-nova/tests/rabbitmq.pp
Dan Bode 072e519171 Converted into nova module repo.
- removed all submodules
  I will create an openstack repo to
  hold all modules (including nova) as
  submodules
- moved nova module to top dir
2011-06-16 20:29:58 -07:00

8 lines
163 B
Puppet

class { 'nova::rabbitmq':
userid => 'dan',
password => 'password',
port => '1234',
virtual_host => 'my_queue',
install_repo => true,
}