nova-lxd/setup.cfg
Chandan Kumar 56df4ecd91 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
2017-11-13 11:16:25 +05:30

36 lines
868 B
INI

[metadata]
name = nova-lxd
summary = native lxd driver for openstack
description-file =
README.md
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
packages =
nova/virt/lxd
nova/tests
nova_lxd_tempest_plugin
[entry_points]
tempest.test_plugins =
nova-lxd-tempest-plugin = nova_lxd_tempest_plugin.plugin:MyPlugin
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html