"Tempest init directory" throws error
I am trying to configure tempest for my OpenStack deployment. I follow the steps mentioned in the openstack document.
- git clone http://git.openstack.org/openstack/te...
- pip install tempest/
- tempest init cloud-01
After the "tempest init cloud-01" command I get the following error:
[vagrant@allinone47 ~]$ tempest init c
2016-12-15 10:39:38.670 26037 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf
2016-12-15 10:39:38.671 26037 ERROR tempest.test_discover.plugins [-] Could not load 'aodh_tests': No module named tests.tempest.plugin
2016-12-15 10:39:38.672 26037 ERROR tempest [-] No module named tests.tempest.plugin
The problem has started to occur very recently. Not able to find what is wrong.