dae6d383fc
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Note that python35-charm-jobs is retained since this charm is supported on Xenial. Change-Id: I54278e976568bbf050cd71c17b01d3aa31317464 Story: #2005924 Task: #34228
25 lines
735 B
INI
25 lines
735 B
INI
[metadata]
|
|
name = charm-nova-cloud-controller
|
|
summary = Charm module for OpenStack Nova Cloud Controller
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/charm-guide/latest/
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[nosetests]
|
|
verbosity=2
|
|
with-coverage=1
|
|
cover-erase=1
|
|
cover-package=hooks
|