summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlexander Gordeev <agordeev@mirantis.com>2014-04-04 20:21:34 +0400
committerAlexander Gordeev <agordeev@mirantis.com>2014-04-14 20:01:08 +0400
commit18aa51f1f13fa54eaec91f14bb1de5004fa53295 (patch)
tree674eb05ce6b2d3e7b4211acce700529c366daaba /setup.cfg
parentbd19a03f92065211ba3ed7cf23082d4aeacc6e8c (diff)
downloadironic-python-agent-18aa51f1f13fa54eaec91f14bb1de5004fa53295.tar.gz
Add FlowExtension
It makes possible of running data-driven flow which's the list of the other existent extensions to be called. Change-Id: Ib73ea4da92f291c872b7ae51e46ecc7fdd45ee16
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7ab4a804..a5bf098a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,7 @@ console_scripts =
ironic_python_agent.extensions =
standby = ironic_python_agent.standby:StandbyExtension
decom = ironic_python_agent.decom:DecomExtension
+ flow = ironic_python_agent.flow:FlowExtension
ironic_python_agent.hardware_managers =
generic = ironic_python_agent.hardware:GenericHardwareManager