Fix docstring for SystemdConsoleContainer.start_container
Change-Id: Ia519921ed8c2293abf5f0eef09a6f2d0ee3ce4a8 Signed-off-by: Clif Houck <me@clifhouck.com>
This commit is contained in:
@@ -247,11 +247,13 @@ class SystemdConsoleContainer(base.BaseConsoleContainer):
|
||||
raise exception.ConsoleContainerError(provider='systemd', reason=e)
|
||||
|
||||
def start_container(self, task, app_name, app_info):
|
||||
"""Stop a console container for a node.
|
||||
"""Start a console container for a node.
|
||||
|
||||
Any existing running container for this node will be stopped.
|
||||
Starts a console container for the task's node.
|
||||
|
||||
:param task: A TaskManager instance.
|
||||
:param app_name: Sets container environment APP value
|
||||
:param app_info: Sets container environment APP_INFO value
|
||||
:raises: ConsoleContainerError
|
||||
"""
|
||||
self._init_unit_dir()
|
||||
|
||||
Reference in New Issue
Block a user