Move out debug to keystone::logging

This patch moves out the deprecated keystone::debug
option to keystone::logging [1]

[1] https://review.openstack.org/#/c/619379/

Change-Id: I4d8270c08d9d59f36023fbd6cf561c23c5346662
This commit is contained in:
Tobias Urdin 2018-11-22 09:38:40 +01:00
parent 0fcb4ce9aa
commit ec6bc73d70
1 changed files with 3 additions and 1 deletions

View File

@ -55,8 +55,10 @@ class openstack_integration::keystone (
class { '::keystone::db::mysql':
password => 'keystone',
}
class { '::keystone::logging':
debug => true,
}
class { '::keystone':
debug => true,
database_connection => 'mysql+pymysql://keystone:keystone@127.0.0.1/keystone',
admin_token => 'a_big_token',
admin_password => 'a_big_secret',