Remove setup_cell0 option

Change-Id: I48a851ad8edd9a07db6499767ca907c65df95391
This commit is contained in:
ZhongShengping 2017-03-03 15:46:38 +08:00
parent d7e2d37ecf
commit 47fdc1f798
1 changed files with 0 additions and 15 deletions

View File

@ -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':