
This PS enables shipyard to use PBR as rest of the other OpenStack project. Currently if shipyard is used as a requirement in another project, the dependencies for shipyard doesn't get installed. This PS fixes this bug. Change-Id: I34d452649a886af9d865d4ad51eeab70399fe395
31 lines
914 B
INI
31 lines
914 B
INI
[metadata]
|
|
name = shipyard_airflow
|
|
summary = Directed acyclic graph controller for Kubernetes and OpenStack control plane life cycle management
|
|
description-file = README.md
|
|
author = The Airship Authors
|
|
home-page = https://airship-shipyard.readthedocs.io/
|
|
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages =
|
|
shipyard_airflow
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
shipyard_api = shipyard_airflow.conf.opts:list_opts
|
|
|
|
oslo.policy.policies =
|
|
shipyard_api = shipyard_airflow.policy:list_policies
|
|
|
|
console_scripts =
|
|
upgrade_db = shipyard_airflow.shipyard_upgrade_db:upgrade_db
|