ironic/tools
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
..
config Add SSL support to the Ironic API 2015-11-18 12:04:18 +00:00
__init__.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
states_to_dot.py Refactor map_color() 2015-09-01 13:56:47 +00:00
with_venv.sh Rename files and fix things. 2013-05-07 16:47:55 -07:00