summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRussell Haering <russell.haering@rackspace.com>2014-01-14 21:29:04 -0800
committerRussell Haering <russell.haering@rackspace.com>2014-01-20 14:36:17 -0800
commit56f9a3ee9fcfcffdfe8c5c54d188a21ed3b9a1e1 (patch)
tree111aedf6650c19c806c02009457d4de63be07d09 /setup.cfg
parentf7766f1863fde223e13ded8763be9efd29b5a7f5 (diff)
downloadironic-python-agent-56f9a3ee9fcfcffdfe8c5c54d188a21ed3b9a1e1.tar.gz
register standby and decom modes in setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 869d5d76..69d6d6bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,3 +18,7 @@ packages =
console_scripts =
teeth-standby-agent = teeth_agent.cmd.standby:run
teeth-decom-agent = teeth_agent.cmd.decom:run
+
+teeth_agent.modes =
+ standby = teeth_agent.standby:StandbyMode
+ decom = teeth_agent.decom:DecomMode