[worker] No longer require sudo for socat.

If we change the owner of the haproxy stats socket to the same owner
as the worker, we don't need to use sudo (which may be causing some
odd slowness).

Change-Id: I362ef2a14e591f162dcf9571a244dc6d8ff07ff9
This commit is contained in:
David Shrewsbury
2013-06-19 20:47:23 +00:00
parent a795eddf29
commit 14e705b492
4 changed files with 16 additions and 6 deletions

View File

@@ -37,7 +37,6 @@ class LBaaSController(object):
def __init__(self, logger, driver, json_msg):
self.logger = logger
self.driver = driver
self.logger.debug("Entered LBaaSController")
self.msg = json_msg
def run(self):