b58adf43c0
neutron-ha-tool.py.j2 has been updated to resolve flake8 violations. This includes removing the venv activation code, by implementing the following change: https://review.openstack.org/#/c/275279/ Pep8 'E501: line too long' has been added to the ignore list since the Jinja2 templated shebang line now exceeds 79 characters. Change-Id: Ib309ee50d75a5386fbc5fb8cd40d8f6733bd7887
25 lines
549 B
INI
25 lines
549 B
INI
[metadata]
|
|
name = openstack-ansible-os_neutron
|
|
summary = os_neutron role for OpenStack-Ansible
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|