Fixed import error of nova-lxd-tempest-plugin

* While running nova lxd tempest plugin with tempest, it gives
  ERROR tempest ImportError: No module named nova_lxd_tempest_plugin.plugin.
  It can be fixed by adding nova_lxd_tempest_plugin to site packages.

Change-Id: Id08618a497b0f9205680a97d31600481b92eab08
This commit is contained in:
Chandan Kumar 2017-11-13 11:12:47 +05:30
parent 4afda828e4
commit 56df4ecd91
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ classifier =
packages =
nova/virt/lxd
nova/tests
nova_lxd_tempest_plugin
[entry_points]
tempest.test_plugins =