Change log_verbose and log_debug to verbose and debug
to make it compatible with the concurrent changes to keystone.
This commit is contained in:
@@ -156,8 +156,8 @@ class openstack::keystone (
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { '::keystone':
|
class { '::keystone':
|
||||||
log_verbose => $verbose,
|
verbose => $verbose,
|
||||||
log_debug => $verbose,
|
debug => $verbose,
|
||||||
catalog_type => 'sql',
|
catalog_type => 'sql',
|
||||||
admin_token => $admin_token,
|
admin_token => $admin_token,
|
||||||
enabled => $enabled,
|
enabled => $enabled,
|
||||||
|
Reference in New Issue
Block a user