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:
Terry Wilson 2013-04-26 10:07:47 -05:00
parent 1c2323dbdb
commit f3ae8308c4
2 changed files with 5 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/puppet-quantum.git

View File

@ -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