Add .gitreview config
Change-Id: I012a0b214c5c05491d5cabf8a6725ca738f98586
This commit is contained in:
4
.gitreview
Normal file
4
.gitreview
Normal file
@@ -0,0 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=stackforge/puppet-designate.git
|
@@ -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
|
||||
|
@@ -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']
|
||||
|
Reference in New Issue
Block a user