summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAnton Arefiev <aarefiev@mirantis.com>2015-10-29 13:00:51 +0200
committerAnton Arefiev <aarefiev@mirantis.com>2015-11-18 12:04:18 +0000
commit564f5f7cd7d4771a48b53ec4d8c626650f3da4da (patch)
tree4a8a5babc2d8e60e6687066565ebf0a5185ceb64 /tools
parent8a47be981d10d83dba23685971bd22f650456933 (diff)
downloadironic-564f5f7cd7d4771a48b53ec4d8c626650f3da4da.tar.gz
Add SSL support to the Ironic API
Add posibility to configure the API to service requests via HTTPS instead of HTTP using native ssl from oslo.service wsgi. New options was added: * enable_ssl_api - turn on ssl support; Options defined in oslo.service for configure certs: * ca_file - ca certificate file to use to verify connecting clients; * cert_file - certificate file to use when starting the server securely; * key_file - private key file to use when starting the server securely; Closes-bug: #1430213 Change-Id: Id4b84d83f9aa6c7f898b3b9b59158d5b1a00e159
Diffstat (limited to 'tools')
-rw-r--r--tools/config/oslo.config.generator.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
index 2b977e866..e66acd5ac 100644
--- a/tools/config/oslo.config.generator.rc
+++ b/tools/config/oslo.config.generator.rc
@@ -1,2 +1,2 @@
-export IRONIC_CONFIG_GENERATOR_EXTRA_LIBRARIES='oslo.db oslo.messaging oslo.middleware.cors keystonemiddleware.auth_token oslo.concurrency oslo.policy oslo.log oslo.service.service oslo.service.periodic_task'
+export IRONIC_CONFIG_GENERATOR_EXTRA_LIBRARIES='oslo.db oslo.messaging oslo.middleware.cors keystonemiddleware.auth_token oslo.concurrency oslo.policy oslo.log oslo.service.service oslo.service.periodic_task oslo.service.sslutils'
export IRONIC_CONFIG_GENERATOR_EXTRA_MODULES=