Skip to content

Commit

Permalink
Remove unused wsgi/ssl options from oslo.service
Browse files Browse the repository at this point in the history
Barbican does not provide wsgi server based on oslo.service library,
thus these options are not used.

Change-Id: I74c67b61796bcc7e5418144b10134e6171b1777f
  • Loading branch information
kajinamit committed Dec 15, 2023
1 parent 85fbe40 commit 6acb4f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions barbican/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ def new_config():
conf.register_opts(_options.eventlet_backdoor_opts)
conf.register_opts(_options.periodic_opts)

conf.register_opts(_options.ssl_opts, "ssl")

conf.register_group(db_opt_group)
conf.register_opts(core_db_opts, group=db_opt_group)

Expand Down
2 changes: 0 additions & 2 deletions etc/oslo-config-generator/barbican.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ namespace = oslo.middleware.http_proxy_to_wsgi
namespace = oslo.policy
namespace = oslo.service.periodic_task
namespace = oslo.service.service
namespace = oslo.service.sslutils
namespace = oslo.service.wsgi
namespace = oslo.versionedobjects

0 comments on commit 6acb4f8

Please sign in to comment.