python-vitrageclient/setup.cfg
Eyal 6327e9ee52 add option to connect without authentication
user can provide the user name , project id and endpoint
and connect directly to vitrage without connecting to keystone

the user should use the no-auth plugin for this

Change-Id: Id672ab974fb383c03ef8360b54a385b2f6aeae86
2017-06-28 11:49:54 +03:00

73 lines
2.0 KiB
INI

[metadata]
name = python-vitrageclient
summary = Vitrage Client API Library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://launchpad.net/python-vitrageclient
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.5
[files]
packages =
vitrageclient
data_files =
share = tools/vitrage.bash_completion
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
vitrage = vitrageclient.shell:main
keystoneauth1.plugin =
vitrage-noauth = vitrageclient.auth:VitrageNoAuthLoader
openstack.cli.extension =
rca = vitrageclient.osc
openstack.rca.v1 =
rca_show = vitrageclient.v1.cli.rca:RcaShow
rca_topology_show = vitrageclient.v1.cli.topology:TopologyShow
rca_alarm_list = vitrageclient.v1.cli.alarm:AlarmList
rca_resource_list = vitrageclient.v1.cli.resource:ResourceList
rca_resource_show = vitrageclient.v1.cli.resource:ResourceShow
rca_template_list = vitrageclient.v1.cli.template:TemplateList
rca_template_show = vitrageclient.v1.cli.template:TemplateShow
rca_template_validate = vitrageclient.v1.cli.template:TemplateValidate
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = vitrageclient/locale
domain = python-vitrageclient
[update_catalog]
domain = python-vitrageclient
output_dir = vitrageclient/locale
input_file = vitrageclient/locale/python-vitrageclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = vitrageclient/locale/python-vitrageclient.pot