Remove setup_cell0 option
Change-Id: I48a851ad8edd9a07db6499767ca907c65df95391
This commit is contained in:
@@ -31,15 +31,6 @@
|
|||||||
# (optional) Additional hosts that are allowed to access this DB
|
# (optional) Additional hosts that are allowed to access this DB
|
||||||
# Defaults to undef
|
# 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(
|
class nova::db::mysql_api(
|
||||||
$password,
|
$password,
|
||||||
$dbname = 'nova_api',
|
$dbname = 'nova_api',
|
||||||
@@ -48,14 +39,8 @@ class nova::db::mysql_api(
|
|||||||
$charset = 'utf8',
|
$charset = 'utf8',
|
||||||
$collate = 'utf8_general_ci',
|
$collate = 'utf8_general_ci',
|
||||||
$allowed_hosts = undef,
|
$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
|
include ::nova::deps
|
||||||
|
|
||||||
::openstacklib::db::mysql { 'nova_api':
|
::openstacklib::db::mysql { 'nova_api':
|
||||||
|
Reference in New Issue
Block a user