Revert "Disable Apache default ports"

This reverts commit 235ef232df.

Change-Id: Iebd50c664273ed7178e3ec590c30eee66760b9df
This commit is contained in:
Tiago Pasqualini da Silva
2019-12-20 02:05:18 +00:00
parent 235ef232df
commit f7a3670d87
2 changed files with 0 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ MEMCACHED_CONF = '/etc/memcached.conf'
SWIFT_RINGS_CONF = '/etc/apache2/conf.d/swift-rings'
SWIFT_RINGS_24_CONF = '/etc/apache2/conf-available/swift-rings.conf'
HAPROXY_CONF = '/etc/haproxy/haproxy.cfg'
APACHE_PORTS_CONF = '/etc/apache2/ports.conf'
APACHE_SITES_AVAILABLE = '/etc/apache2/sites-available'
APACHE_SITE_CONF = os.path.join(APACHE_SITES_AVAILABLE,
'openstack_https_frontend')
@@ -200,10 +199,6 @@ CONFIG_FILES = OrderedDict([
'hook_contexts': [MemcachedContext()],
'services': ['memcached'],
}),
(APACHE_PORTS_CONF, {
'contexts': [],
'services': ['apache2'],
}),
])

View File

@@ -1 +0,0 @@
#File written by Juju: leave default ports closed (see LP 1845665).