Replace unused oslo.service options
In threading mode the options implemented in oslo.service are not used, in favor of the options imported from cotyledon. Change-Id: I69254b15a1362d4a87b4081f80aedb3269ef1d33 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -8,6 +8,7 @@ namespace = barbican.plugin.dogtag
|
||||
namespace = barbican.plugin.secret_store
|
||||
namespace = barbican.plugin.secret_store.kmip
|
||||
namespace = barbican.plugin.secret_store.vault
|
||||
namespace = cotyledon
|
||||
namespace = keystonemiddleware.audit
|
||||
namespace = keystonemiddleware.auth_token
|
||||
namespace = oslo.db
|
||||
@@ -17,5 +18,4 @@ namespace = oslo.middleware.cors
|
||||
namespace = oslo.middleware.healthcheck
|
||||
namespace = oslo.middleware.http_proxy_to_wsgi
|
||||
namespace = oslo.policy
|
||||
namespace = oslo.service.service
|
||||
namespace = oslo.versionedobjects
|
||||
|
||||
Reference in New Issue
Block a user