devstack/files
Rob Crittenden 18d4778cf7 Configure endpoints to use SSL natively or via proxy
Configure nova, cinder, glance, swift and neutron to use SSL
on the endpoints using either SSL natively or via a TLS proxy
using stud.

To enable SSL via proxy, in local.conf add

ENABLED_SERVICES+=,tls-proxy

This will create a new test root CA, a subordinate CA and an SSL
server cert. It uses the value of hostname -f for the certificate
subject. The CA certicates are also added to the system CA bundle.

To enable SSL natively, in local.conf add:

USE_SSL=True

Native SSL by default will also use the devstack-generate root and
subordinate CA.

You can override this on a per-service basis by setting

<SERVICE>_SSL_CERT=/path/to/cert
<SERVICE>_SSL_KEY=/path/to/key
<SERVICE>_SSL_PATH=/path/to/ca

You should also set SERVICE_HOST to the FQDN of the host. This
value defaults to the host IP address.

Change-Id: I36fe56c063ca921131ad98439bd452cb135916ac
Closes-Bug: 1328226
2014-09-24 18:36:37 -04:00
..
apts The python-qpid packages must be installed when qpidd is configured 2014-09-15 14:21:55 -04:00
ldap LDAP root DN creation fails 2014-01-31 16:54:10 -08:00
patches tempest py26 setup 2014-05-05 07:36:49 +02:00
rpms Configure endpoints to use SSL natively or via proxy 2014-09-24 18:36:37 -04:00
rpms-suse Merge "don't install boto from packages" 2014-09-13 15:46:27 +00:00
swift have the run and logs files in $SWIFT_DATA_DIR 2013-01-22 11:30:49 +00:00
apache-dib-pip-repo.template Utility functions for building test images 2014-08-22 15:02:26 +12:00
apache-horizon.template Use mod_version to clean-up apache version matching 2014-09-08 15:59:29 +10:00
apache-ironic.template Ironic: Setup/Configure iPXE 2014-08-20 17:32:32 +01:00
apache-keystone.template Configure endpoints to use SSL natively or via proxy 2014-09-24 18:36:37 -04:00
default_catalog.templates Update orchestration-related service names in template catalog 2014-02-05 15:22:55 -06:00
dnsmasq-for-baremetal-from-nova-network.conf Add option to serve PXE for baremetal from nova-network 2013-07-30 10:47:46 +09:00