78d1f4ccc8
As of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I103ab61e29647e5830597343c6fbbbd3b9907afc Closes-Bug: 1519510
27 lines
747 B
INI
27 lines
747 B
INI
[metadata]
|
|
name = heat-contrib-docker
|
|
summary = Heat resource for Docker containers
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/heat/
|
|
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
|