Merge "Run sync in step 3 when $sync_db"

This commit is contained in:
Jenkins 2016-04-26 19:42:21 +00:00 committed by Gerrit Code Review
commit 51dbad07ea
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ MYSQL_HOST=localhost\n",
} #END STEP 2
if hiera('step') >= 4 {
if hiera('step') >= 4 or ( hiera('step') >= 3 and $sync_db ) {
$nova_ipv6 = hiera('nova::use_ipv6', false)
if $nova_ipv6 {