X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Fconfig.py;h=cea1f0c9d41e729e34540dec802f2312308d2bd8;hb=4639f15e6db2f1480b41f6fbfd11d70312d4e421;hp=dc05c0d875f7c27aaee20b4db25594d24bc22637;hpb=b54cbc5dd2d32fcb27238680b4657ed384d021c5;p=doctor.git diff --git a/doctor_tests/config.py b/doctor_tests/config.py index dc05c0d8..cea1f0c9 100644 --- a/doctor_tests/config.py +++ b/doctor_tests/config.py @@ -11,6 +11,8 @@ import itertools from oslo_config import cfg from doctor_tests import alarm +from doctor_tests import admin_tool +from doctor_tests import app_manager from doctor_tests import consumer from doctor_tests import image from doctor_tests import instance @@ -30,6 +32,8 @@ def list_opts(): ('monitor', monitor.OPTS), ('inspector', inspector.OPTS), ('consumer', consumer.OPTS), + ('admin_tool', admin_tool.OPTS), + ('app_manager', app_manager.OPTS), ('DEFAULT', itertools.chain( os_clients.OPTS, image.OPTS,