edd6810c3d
This patch is part of inspector HA work, which wraps inspector api into oslo service. oslo.service has also provided support to signal processing like SIGHUP or SIGTERM, so these code were removed in this patch. Deprecated current SSL cert/key options used by ironic-inspector, code manually creates ssl context were removed. These options will be fed from [ssl] section. Change-Id: Ia5e16fcb9104556d62c90f5507f17b41f73a5208 Story: #2001842 Task: #12609
7 lines
277 B
YAML
7 lines
277 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Configuration options ``[DEFAULT]ssl_cert_path`` and
|
|
``[DEFAULT]ssl_key_path`` are deprecated for ironic-inspector now uses
|
|
oslo.service as underlying HTTP service instead of Werkzeug. Please use
|
|
``[ssl]cert_file`` and ``[ssl]key_file``. |