Revert cells v2 support
Partial revert of a64f86e3a0
matching puppet-openstack-integration workaround
https://review.openstack.org/420167
Related-bug: 1656276
Change-Id: Iffc70e22a762f58c3f946e27cd0064f3e33b892d
This commit is contained in:
@@ -100,18 +100,20 @@ class packstack::mariadb::services ()
|
|||||||
host => '%',
|
host => '%',
|
||||||
allowed_hosts => '%',
|
allowed_hosts => '%',
|
||||||
charset => 'utf8',
|
charset => 'utf8',
|
||||||
setup_cell0 => true,
|
#TODO(apevec): enable it again when it's fixed upstream in nova
|
||||||
}
|
# https://bugs.launchpad.net/nova/+bug/1656276
|
||||||
class { '::nova::db::sync_cell_v2':
|
setup_cell0 => false,
|
||||||
transport_url => os_transport_url({
|
|
||||||
'transport' => 'rabbit',
|
|
||||||
'hosts' => [hiera('CONFIG_AMQP_HOST_URL')],
|
|
||||||
'port' => hiera('CONFIG_AMQP_CLIENTS_PORT'),
|
|
||||||
'username' => hiera('CONFIG_AMQP_AUTH_USER'),
|
|
||||||
'password' => hiera('CONFIG_AMQP_AUTH_PASSWORD'),
|
|
||||||
'ssl' => sprintf('%s', hiera('CONFIG_AMQP_SSL_ENABLED')),
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
#class { '::nova::db::sync_cell_v2':
|
||||||
|
# transport_url => os_transport_url({
|
||||||
|
# 'transport' => 'rabbit',
|
||||||
|
# 'hosts' => [hiera('CONFIG_AMQP_HOST_URL')],
|
||||||
|
# 'port' => hiera('CONFIG_AMQP_CLIENTS_PORT'),
|
||||||
|
# 'username' => hiera('CONFIG_AMQP_AUTH_USER'),
|
||||||
|
# 'password' => hiera('CONFIG_AMQP_AUTH_PASSWORD'),
|
||||||
|
# 'ssl' => sprintf('%s', hiera('CONFIG_AMQP_SSL_ENABLED')),
|
||||||
|
# })
|
||||||
|
#}
|
||||||
}
|
}
|
||||||
|
|
||||||
if hiera('CONFIG_PANKO_INSTALL') == 'y' and
|
if hiera('CONFIG_PANKO_INSTALL') == 'y' and
|
||||||
|
|||||||
Reference in New Issue
Block a user