openstack-ansible-os_keystone/templates/keystone-ports.conf.j2
Andy McCrae f80f78bf63 Allow Apache ports to be specified per VHost
With more services moving to an Apache2 model, having a ports.conf file
becomes unmanageable - we should instead add the Listen line to each
Vhost and set a blank "ports.conf".

Change-Id: I58b12b799d15ad84e1c40125aba492109cdcb130
2017-01-09 14:55:39 +00:00

7 lines
201 B
Django/Jinja

# {{ ansible_managed }}
# We place a blank file here
# Listen commands happen inside the individual VHost files
# This allows for multiple services VHosts to exist without
# overwriting Listen lines.