e56acc2eac
Dependencies in openstack are sometimes a little hairy (resulting in some painful mismatches) and the Openstack requirements bot only complicates things. So I removed the ones we aren't actually using. There's also some removal of configs for internationalization that haven't worked since right after xenial was released, and that we aren't using and don't really have a need for. Change-Id: If5c1725cf420174cd75cbd93e1915e276adfe46e
35 lines
839 B
INI
35 lines
839 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 = http://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
|
|
|
|
[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
|