e675ae10f1
The new openstack-discuss mailing list is going to replace few mailing lists, including openstack-dev. Change-Id: I5d5f87614f692444728eb204f8d794e80179a4c8
27 lines
749 B
INI
27 lines
749 B
INI
[metadata]
|
|
name = heat-contrib-docker
|
|
summary = Heat resource for Docker containers
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/heat/latest/
|
|
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]
|
|
# Copy to /usr/lib/heat for plugin loading
|
|
data_files =
|
|
lib/heat/docker = heat_docker/resources/*
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|