summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2018-10-06 18:14:15 +0200
committerSlawek Kaplonski <skaplons@redhat.com>2018-10-25 12:11:27 +0200
commit152364dbc89b13e1d7bbe38cda0db736a0c3f782 (patch)
tree48f04670aac1c711e29d9d5fa529c5987d164b57 /setup.cfg
parentc232f3686c76827da27ace4799d848d786fdb59f (diff)
downloadneutron-152364dbc89b13e1d7bbe38cda0db736a0c3f782.tar.gz
Add neutron-status upgrade check command framework
This adds basic framework for neutron-status upgrade check commands. For now it has only "check_nothing" check implemented. Real checks can be added to this tool in the future. Depends-On: https://review.openstack.org/#/c/610061/ Change-Id: Ib08119e1bb8de80856edb6a39769d4bc9d98c587 Story: 2003657 Task: 26144
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 5bdd41aedc..a466a51bf7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -56,6 +56,7 @@ console_scripts =
neutron-metering-agent = neutron.cmd.eventlet.services.metering_agent:main
neutron-sriov-nic-agent = neutron.cmd.eventlet.plugins.sriov_nic_neutron_agent:main
neutron-sanity-check = neutron.cmd.sanity_check:main
+ neutron-status = neutron.cmd.status:main
neutron.core_plugins =
ml2 = neutron.plugins.ml2.plugin:Ml2Plugin
neutron.service_plugins =