Comment 1 for bug 1549424

Revision history for this message
Pradeep Kilambi (pkilambi) wrote :

This seems to be because tempest repo still has aodh opt registered

tempest/tempest/config.py: cfg.BoolOpt('aodh',
                                                         help="Whether or not Aodh is expected to be available"),

and its failing when it loads the config from aodh plugin since the new tempest code is merged in aodh now.

I assume we have plans to remove this from tempest code?