Merge "Fix for debugging m-shr in PyCharm"

This commit is contained in:
Jenkins 2014-12-03 12:06:25 +00:00 committed by Gerrit Code Review
commit c40842fdc3

View File

@ -54,7 +54,8 @@ if __name__ == '__main__':
for backend in CONF.enabled_share_backends:
host = "%s@%s" % (CONF.host, backend)
server = service.Service.create(host=host,
service_name=backend)
service_name=backend,
binary='manila-share')
launcher.launch_server(server)
else:
server = service.Service.create(binary='manila-share')