Merge "Fixed synchronous driver's import redirect"

This commit is contained in:
Jenkins 2015-03-04 23:10:42 +00:00 committed by Gerrit Code Review
commit a5b5b2f96d
1 changed files with 4 additions and 1 deletions

View File

@ -21,4 +21,7 @@ LOG = logging.getLogger(__name__)
LOG.warn(_LW("This path has been deprecated. "
"Use neutron_lbaas.drivers.haproxy."
"synchronous_namespace_driver instead."))
__path__ = synchronous_namespace_driver.__path__
class HaproxyNSDriver(synchronous_namespace_driver.HaproxyNSDriver):
pass