From 588f2e921f7df5103aaa21352ecc8bce33bdbe5c Mon Sep 17 00:00:00 2001 From: yuan liang Date: Sun, 9 Apr 2017 19:14:27 +0800 Subject: [PATCH] add portgroups in the task_manager docstrings Ironic portgroup property is added to the TaskManager class,but it is not mentioned in the docstrings.. Change-Id: I228fd3410810b130d14d8c53cf14eade5186153d --- ironic/conductor/task_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ironic/conductor/task_manager.py b/ironic/conductor/task_manager.py index c3581c794f..f19a736170 100644 --- a/ironic/conductor/task_manager.py +++ b/ironic/conductor/task_manager.py @@ -50,6 +50,8 @@ attributes that you may access: The Node object task.ports Ports belonging to the Node + task.portgroups + Portgroups belonging to the Node task.volume_connectors Storage connectors belonging to the Node task.volume_targets