]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support for SSL in wsgi.Server
authorDavanum Srinivas <dims@linux.vnet.ibm.com>
Fri, 22 Mar 2013 14:31:35 +0000 (10:31 -0400)
committerGerrit Code Review <review@openstack.org>
Thu, 28 Mar 2013 12:55:50 +0000 (12:55 +0000)
commita4faa98b99c9ab50e8fdb299cc3f404d8144b3a9
treeae9c699e24e347df518b82e7218b7807f9150a45
parenta30e7c10da39cfaacddef0cf074793567abb0cde
Support for SSL in wsgi.Server

SSL are entirely optional. Support for SSL as well using code from glance. We
have some new options for configuring the SSL support. There are tests for
accessing a sample app w/o ipv6 or ssl, one with just ssl and one with
ipv6 and ssl

Fixes LP# 1101342

DocImpact

Change-Id: I824acef4130d27828dcf199736b3ca668d6202d7
etc/quantum.conf
quantum/tests/unit/test_wsgi.py
quantum/tests/var/ca.crt [new file with mode: 0644]
quantum/tests/var/certificate.crt [new file with mode: 0644]
quantum/tests/var/privatekey.key [new file with mode: 0644]
quantum/wsgi.py