ironic/ironic/cmd
Anton Arefiev 564f5f7cd7 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
2015-11-18 12:04:18 +00:00
..
__init__.py Drop use of 'oslo' namespace package 2015-05-06 20:25:22 +00:00
api.py Add SSL support to the Ironic API 2015-11-18 12:04:18 +00:00
conductor.py Enable cmd/api & cmd/conductor to be launched directly 2015-10-16 15:23:47 -07:00
dbsync.py Enable translation for config option help messages 2015-07-06 10:57:53 -07:00