]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Support for SSL in wsgi.Server
authorDavanum Srinivas <dims@linux.vnet.ibm.com>
Sat, 12 Jan 2013 21:16:19 +0000 (16:16 -0500)
committerDavanum Srinivas <dims@linux.vnet.ibm.com>
Mon, 14 Jan 2013 20:55:16 +0000 (15:55 -0500)
commit24d961023f2a32ca3454991a7891199d2da796dc
treecfd6239411a5045bdfb5654e0cf6bf6fe234693b
parentb8fca650b41e894d057a10970c6eec412716ff57
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

DocImpact

Change-Id: I9aa1db6c9563868bf68ced7c4311daa870216ced
cinder/tests/test_wsgi.py
cinder/tests/var/ca.crt [new file with mode: 0644]
cinder/tests/var/certificate.crt [new file with mode: 0644]
cinder/tests/var/privatekey.key [new file with mode: 0644]
cinder/wsgi.py