Remove deprecated keystone::enable_bootstrap
This patch removes usage of the keystone::enable_bootstrap parameter, because it has been deprecated[1] and has no effect now. Note that we currently implement bootstrap process in t-h-t, thus we don't need to include keystone::bootstrap in puppet-tripleo. [1] bc1ff1d7cb01ac02790c3302a3da6e994598d9f6 Change-Id: I9e29f774afe26c56f0091aa28ef5517f26fe1e4b
This commit is contained in:
parent
e976e46cf6
commit
344c4b5c4f
@ -229,7 +229,6 @@ class tripleo::profile::base::keystone (
|
||||
|
||||
class { 'keystone':
|
||||
sync_db => $sync_db,
|
||||
enable_bootstrap => $sync_db,
|
||||
default_transport_url => os_transport_url({
|
||||
'transport' => $oslomsg_rpc_proto,
|
||||
'hosts' => $oslomsg_rpc_hosts,
|
||||
|
Loading…
x
Reference in New Issue
Block a user