8307f1e075
Change-Id: I9eb68c27e79782f0da0d9a79bf231e09f2f679bc
34 lines
879 B
INI
34 lines
879 B
INI
[metadata]
|
|
name = heat-contrib-zaqar
|
|
summary = Heat resources for working Zaqar queues
|
|
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
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
heat_zaqar
|
|
# Copy to /usr/lib/heat for plugin loading
|
|
data_files =
|
|
lib/heat/zaqar = heat_zaqar/resources/*
|
|
|
|
[entry_points]
|
|
heat.clients =
|
|
zaqar = heat_zaqar.client:ZaqarClientPlugin
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|