Add .gitreview config

Change-Id: I012a0b214c5c05491d5cabf8a6725ca738f98586
This commit is contained in:
Xingchao Yu
2013-10-29 22:10:17 +08:00
parent 9c0751ec7b
commit 1f017351d9
3 changed files with 19 additions and 15 deletions

4
.gitreview Normal file
View File

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

View File

@@ -5,7 +5,7 @@ puppet-designate
Module Description
------------------
The designate module to aim to make Puppet capable of managing the entirely of designate.
The designate module aims to make Puppet capable of managing the entirely of designate.
WORK IN PROGRESS

View File

@@ -34,7 +34,7 @@ class designate::db (
command => $::designate::params::dbinit_command,
path => '/usr/bin',
user => 'root',
unless => "/usr/bin/mysql designate -e 'select * from migrate_version'",
unless => '/usr/bin/mysql designate -e "select * from migrate_version"',
refreshonly => true,
logoutput => on_failure,
subscribe => Designate_config['storage:sqlalchemy/database_connection']