tripleo-image-elements/elements/apache2
Tom Hancock 3a9de6eb60 Configure horizon when using /etc/apache2.
The horizon image element doesn't appear to work when the http server
uses the /etc/apache2 directory.

Fix up one incorrect symlink, add one more, and remove default config
files which might obscure horizon on port 80.

Change-Id: I6427de66f73a5853a80ea75d753218172a078d9d
Closes-bug: 1281703
2014-02-24 17:53:02 +00:00
..
install.d Adds Nagios and supporting elements. 2013-06-19 13:08:46 -07:00
os-apply-config/etc/ssl Update apache2 to use the os-apply-config dir. 2014-01-14 13:56:52 +13:00
os-refresh-config/post-configure.d Configure horizon when using /etc/apache2. 2014-02-24 17:53:02 +00:00
post-install.d Use dib helper script to determine init system 2013-11-15 18:29:43 +02:00
README.md Update stackforge references to openstack 2013-08-17 22:57:21 -04:00
element-deps Update apache2 element-deps "os-config-applier" to "os-apply-config" 2013-07-09 18:06:29 -07:00

README.md

Installs Apache2 from packages.

Will generate Snakeoil self signed ssl certs if the provided PEM file is unable to pass basic validity check.

The Snakeoil SSL cert can be configured via Heat Metadata. For example:

apache2:
    snakeoil_pem: -----  BEGIN PlaceHolder...
    snakeoil_key: -----  BEGIN PlaceHolder...

Sample usage shown in nagios3 template at: https://github.com/openstack/tripleo-heat-templates