~ubuntu-branches/ubuntu/wily/heat/wily

« back to all changes in this revision

Viewing changes to contrib/cinder_volume_type/setup.cfg

  • Committer: Package Import Robot
  • Author(s): Corey Bryant, Corey Bryant, James Page
  • Date: 2015-07-07 17:06:19 UTC
  • mfrom: (1.1.26) (45.1.1 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150707170619-hra2dbjpfofpou4s
Tags: 1:5.0.0~b1-0ubuntu1
[ Corey Bryant ]
* New upstream milestone for OpenStack Liberty:
  - d/control: Align (build-)depends with upstream.
  - d/p/fix-requirements.patch: Rebased.
  - d/p/sudoers_patch.patch: Rebased.

[ James Page ]
* d/s/options: Ignore any removal of egg-info data during package clean.
* d/control: Drop MySQL and PostgreSQL related BD's, not required for unit
  testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[metadata]
2
 
name = heat-contrib-cinder-volume-type
3
 
version = 0.1
4
 
summary = Heat resource for managing cinder volume_types
5
 
description-file =
6
 
    README.md
7
 
author = OpenStack
8
 
author-email = openstack-dev@lists.openstack.org
9
 
home-page = http://www.openstack.org/
10
 
classifier =
11
 
    Environment :: OpenStack
12
 
    Intended Audience :: Information Technology
13
 
    Intended Audience :: System Administrators
14
 
    License :: OSI Approved :: Apache Software License
15
 
    Operating System :: POSIX :: Linux
16
 
    Programming Language :: Python
17
 
    Programming Language :: Python :: 2
18
 
    Programming Language :: Python :: 2.7
19
 
    Programming Language :: Python :: 2.6
20
 
 
21
 
[files]
22
 
# Copy to /usr/lib/heat for plugin loading
23
 
data_files =
24
 
    lib/heat/cinder_volume_type = cinder_volume_type/resources/*
25
 
 
26
 
[global]
27
 
setup-hooks =
28
 
    pbr.hooks.setup_hook