Adds nova to setup.cfg packages

pip install doesn't include the nova.virt.compute_hyperv
namespace into nova without this.

Change-Id: Ie0d95735a8cd2371704bf31bd500fd5d807c0b95
This commit is contained in:
Claudiu Belu 2016-09-13 18:15:03 +03:00
parent 081c331edf
commit 7362f038db
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ keywords = openstack nova hyper-v compute
[files]
packages =
hyperv
nova
nova.virt.compute_hyperv
[build_sphinx]