Trove: use default api-paste.ini location

api-paste.ini was moved to default /etc/trove/ location in RDO >= liberty

Change-Id: I9b136853101dbbaba5cedcaadb7645f0ed2f65d8
This commit is contained in:
Alan Pevec 2016-04-04 00:52:44 +02:00
parent a402b86cbe
commit 0dabdd0aa5
1 changed files with 0 additions and 5 deletions

View File

@ -28,8 +28,3 @@ class { '::trove::taskmanager':
verbose => true,
debug => hiera('CONFIG_DEBUG_MODE'),
}
# TO-DO: Remove this as soon as bz#1298245 is resolved.
trove_config {
'DEFAULT/api_paste_config': value => '/usr/share/trove/trove-dist-paste.ini';
}