Add .gitreview file.
Also adds password to spec/classes/quantum_init_spec.rb to make tests pass. Change-Id: Ia4cfcf6dfb8ed764f262fbf1c286948acc628c3e
This commit is contained in:
parent
1c2323dbdb
commit
f3ae8308c4
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=stackforge/puppet-quantum.git
|
@ -10,7 +10,7 @@ describe 'quantum' do
|
||||
:rabbit_host => '127.0.0.1',
|
||||
:rabbit_port => 5672,
|
||||
:rabbit_user => 'guest',
|
||||
:rabbit_password => '',
|
||||
:rabbit_password => 'guest',
|
||||
:rabbit_virtual_host => '/',
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user