X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Fconfig.py;h=cea1f0c9d41e729e34540dec802f2312308d2bd8;hb=235730febc8e7d2f18a6a397d56f2a341688305a;hp=dc05c0d875f7c27aaee20b4db25594d24bc22637;hpb=776ad2a555b52a6d435f897a11217d669e88bca8;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,