aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/database/mysql.pp
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-01-03 14:19:45 -0700
committerDan Prince <dprince@redhat.com>2017-01-09 10:34:58 -0500
commit77cd102c9a96c1be4bef7f8afb95f300c06d2134 (patch)
tree48760e878323b84ad4087e290ecea8148e060ef4 /manifests/profile/base/database/mysql.pp
parent17fbadba7df13df3df5c263e27fd55d561a6b576 (diff)
Use THT to define cell0 creation
As part of the initial implementation, we hard coded the cell0 setup in puppet. This change switches it to leverage the defined value in the tripleo-heat-templates Change-Id: I896a124d91d06ca85b77c9fbe24fd252815a2d28 Depends-On: I08119d781ef60750cc19753bc03190e413159925 Related-Bug: #1649341
Diffstat (limited to 'manifests/profile/base/database/mysql.pp')
-rw-r--r--manifests/profile/base/database/mysql.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/profile/base/database/mysql.pp b/manifests/profile/base/database/mysql.pp
index 634b615..54f6574 100644
--- a/manifests/profile/base/database/mysql.pp
+++ b/manifests/profile/base/database/mysql.pp
@@ -232,10 +232,7 @@ class tripleo::profile::base::database::mysql (
$messaging_use_ssl_real = sprintf('%s', bool2num(str2bool(
pick($nova_messaging_use_ssl, hiera('nova::rabbit_user_ssl', '0')))))
- # TODO(aschultz): switch this back to an include once setup_cell0 in THT
- class { '::nova::db::mysql_api':
- setup_cell0 => true,
- }
+ include ::nova::db::mysql_api
class { '::nova::db::sync_cell_v2':
transport_url => os_transport_url({
'transport' => $messaging_driver_real,