remove extra line and ref. to LOG that doesn't exist
This commit is contained in:
@@ -167,7 +167,6 @@ class VpnCommands(object):
|
|||||||
'vpn_public_port': int(port)})
|
'vpn_public_port': int(port)})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class ShellCommands(object):
|
class ShellCommands(object):
|
||||||
def bpython(self):
|
def bpython(self):
|
||||||
"""Runs a bpython shell.
|
"""Runs a bpython shell.
|
||||||
|
|||||||
@@ -662,7 +662,7 @@ class AuthManager(object):
|
|||||||
port=vpn_port)
|
port=vpn_port)
|
||||||
zippy.writestr(FLAGS.credential_vpn_file, config)
|
zippy.writestr(FLAGS.credential_vpn_file, config)
|
||||||
else:
|
else:
|
||||||
LOG.warn("No vpn data for project %s", pid)
|
logging.warn("No vpn data for project %s", pid)
|
||||||
|
|
||||||
zippy.writestr(FLAGS.ca_file, crypto.fetch_ca(pid))
|
zippy.writestr(FLAGS.ca_file, crypto.fetch_ca(pid))
|
||||||
zippy.close()
|
zippy.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user