diff --git a/lib/swift_context.py b/lib/swift_context.py index 828dbef..a3a6e1c 100644 --- a/lib/swift_context.py +++ b/lib/swift_context.py @@ -55,6 +55,7 @@ class ApacheSSLContext(SSLContext): # We make this a property so that we avoid import-time # dependencies on config() + @property def external_ports(self): return [config('bind-port')]