Optimise indentation for db client
Optimise indentation for db client, just like the others: https://github.com/openstack/watcher/blob/master/watcher/conf/nova_client.py#L22 Change-Id: Icfbd4f26ce048fe3c3db430d95795fb0e58b7161
This commit is contained in:
@@ -25,7 +25,7 @@ _DEFAULT_SQL_CONNECTION = 'sqlite:///{0}'.format(
|
||||
paths.state_path_def('watcher.sqlite'))
|
||||
|
||||
database = cfg.OptGroup(name='database',
|
||||
title='Configuration Options for database')
|
||||
title='Configuration Options for database')
|
||||
|
||||
SQL_OPTS = [
|
||||
cfg.StrOpt('mysql_engine',
|
||||
|
||||
Reference in New Issue
Block a user