From 47fdc1f798e79a102c5328ed55c7aef02f9ad922 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 3 Mar 2017 15:46:38 +0800 Subject: [PATCH] Remove setup_cell0 option Change-Id: I48a851ad8edd9a07db6499767ca907c65df95391 --- manifests/db/mysql_api.pp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/manifests/db/mysql_api.pp b/manifests/db/mysql_api.pp index a8a5662eb..de64d5fef 100644 --- a/manifests/db/mysql_api.pp +++ b/manifests/db/mysql_api.pp @@ -31,15 +31,6 @@ # (optional) Additional hosts that are allowed to access this DB # Defaults to undef # -# === DEPRECATED -# -# TODO(aschultz): we can just remove this after tripleo gets fixed to use -# the new param -# [*setup_cell0*] -# (optional) Setup a cell0 for the cell_v2 functionality. This option will -# be set to true by default in Ocata when the cell v2 setup is mandatory. -# Defaults to undef -# class nova::db::mysql_api( $password, $dbname = 'nova_api', @@ -48,14 +39,8 @@ class nova::db::mysql_api( $charset = 'utf8', $collate = 'utf8_general_ci', $allowed_hosts = undef, - # DEPREACTED - $setup_cell0 = undef ) { - if $setup_cell0 { - warning('nova::db::mysql_api::setup_cell0 is deprecated, use nova::db::mysql::setup_cell0 instead. This will be removed in Pike') - } - include ::nova::deps ::openstacklib::db::mysql { 'nova_api':