072e519171
- removed all submodules I will create an openstack repo to hold all modules (including nova) as submodules - moved nova module to top dir
8 lines
163 B
Puppet
8 lines
163 B
Puppet
class { 'nova::rabbitmq':
|
|
userid => 'dan',
|
|
password => 'password',
|
|
port => '1234',
|
|
virtual_host => 'my_queue',
|
|
install_repo => true,
|
|
}
|