Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Nov 8, 2018
1 parent 9669972 commit 2a576c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/topology/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ def __init__(self, args):
self.default_mtu = None
self._read_defaults(self.args.network)
self.port_gen = PortGenerator()
if self.args.docker and (self.args.cert_server != DEFAULT_CERTIFICATE_SERVER):
logging.critical("Cannot use non-default CS with docker!")
sys.exit(1)

def _read_defaults(self, network):
"""
Expand Down

0 comments on commit 2a576c7

Please sign in to comment.