senlin/contrib/vdu/setup.cfg
Ethan Lynn a334e1b897 Add a NFV VDU profile in contrib
- Create ports before creating instance
- Store port_ids in node.data['internal_ports'] for deletion

Change-Id: I41a9ee51eed0922ac2e39882422cff76218cfbc5
2017-02-12 22:02:28 +08:00

33 lines
865 B
INI

[metadata]
name = senlin-vdu
summary = VDU profile for senlin
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/senlin/
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 :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
# [files]
# packages =
# senlin-vdu
[entry_points]
senlin.profiles =
os.senlin.vdu-1.0 = vdu.server:ServerProfile
[global]
setup-hooks =
pbr.hooks.setup_hook