Merge "Remove nova::db classes, moved to puppet-tripleo"

This commit is contained in:
Jenkins
2016-06-21 13:22:43 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 9 deletions

View File

@@ -77,8 +77,6 @@ if hiera('step') >= 2 {
# FIXME: this should only occur on the bootstrap host (ditto for db syncs)
# Create all the database schemas
include ::nova::db::mysql
include ::nova::db::mysql_api
if downcase(hiera('gnocchi_indexer_backend')) == 'mysql' {
include ::gnocchi::db::mysql
}

View File

@@ -251,13 +251,6 @@ if hiera('step') >= 2 {
# Create all the database schemas
if $sync_db {
class { '::nova::db::mysql':
require => Exec['galera-ready'],
}
class { '::nova::db::mysql_api':
require => Exec['galera-ready'],
}
if downcase(hiera('ceilometer_backend')) == 'mysql' {
class { '::ceilometer::db::mysql':
require => Exec['galera-ready'],