Merge "Remove calls to ::mysql from the manifests"

This commit is contained in:
Jenkins 2016-05-05 15:02:48 +00:00 committed by Gerrit Code Review
commit c18950b41f
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -377,12 +377,6 @@ MYSQL_HOST=localhost\n",
# Create all the database schemas
if $sync_db {
class { '::keystone::db::mysql':
require => Exec['galera-ready'],
}
class { '::glance::db::mysql':
require => Exec['galera-ready'],
}
class { '::nova::db::mysql':
require => Exec['galera-ready'],
}