]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow combined certificate/key files for SSL
authorKevin Benton <blak111@gmail.com>
Sun, 6 Apr 2014 11:08:25 +0000 (11:08 +0000)
committerGerrit Code Review <review@openstack.org>
Sun, 13 Apr 2014 09:22:23 +0000 (09:22 +0000)
commit7f9c6259923747f0629166dc85561b0ab231ff70
tree88e3f0c68e34326840e38a95325abeec43a5e328
parent405fa193cec17a0f12d11dc5690ef95b69bf3493
Allow combined certificate/key files for SSL

Allows the ssl_key_file parameter to be excluded
during SSL operation to support combined certificate/key files.

Closes-Bug: #1303312
Change-Id: Ied5c7a7657e0e26eda31305fc96104c6593e9593
neutron/tests/unit/test_wsgi.py
neutron/tests/var/certandkey.pem [new file with mode: 0644]
neutron/wsgi.py