This commit is contained in:
Andres Rodriguez 2013-07-05 14:59:58 -04:00
parent 824b9e7945
commit 6bde8cd9ad
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class HAProxyContext(OSContextGenerator):
class ApacheSSLContext(SSLContext):
interfaces = ['https']
external_port = [9292]
external_ports = [9292]
service_namespace = 'glance'
def __call__(self):