-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
35 lines (32 loc) · 1.05 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = nuage-openstack-heat
summary = Heat resources for working with Nuage VSP
description-file =
README.md
author = Nokia
author-email = [email protected]
home-page = http://www.nuagenetworks.net/
license = ASL 2.0
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 =
nuage-heat
extra_files =
nuage-heat/heat-templates/hot/gateway.yaml
nuage-heat/heat-templates/hot/l3_redirect.yaml
nuage-heat/heat-templates/hot/nuage_security_group.yaml
nuage-heat/heat-templates/hot/redirect_targets.yaml
nuage-heat/heat-templates/hot/server_new_netpartition.yaml
nuage-heat/heat-templates/hot/project_netpartition_mapping.yaml
[global]
setup-hooks =
pbr.hooks.setup_hook