ad2b7fab31
Fix issues in py files in the directories valet/valet/api/common valet/api valet/cli valet/engine/optimizer/ valet/tests/ valet/tests/tempest valet_plugins
34 lines
943 B
INI
34 lines
943 B
INI
[metadata]
|
|
name = valet_plugins
|
|
version = 1.0
|
|
summary = Valet Orchestration Plugins for OpenStack
|
|
description-file = README.md
|
|
author = AT&T
|
|
author-email = jdandrea@research.att.com
|
|
homepage = https://github.com/att-comdev/valet
|
|
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
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
valet_plugins
|
|
data_files =
|
|
valet_plugins/heat = valet_plugins/heat/*
|
|
|
|
[entry_points]
|
|
#cinder.scheduler.filters =
|
|
# ValetFilter = valet_os.cinder.valet_filter:ValetFilter
|
|
heat.stack_lifecycle_plugins =
|
|
valet.lifecycle_plugin = valet_plugins.plugins.heat.plugins:ValetLifecyclePlugin
|