forked from openstack-snaps/snap-openstack-hypervisor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
40 lines (37 loc) · 1.55 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[metadata]
name = openstack-hypervisor
summary = A snap package for MicroStack Hypervisor
description_file =
README.md
author = Canonical
author_email = openstack-charmers@lists.launchpad.net
home_page = https://github.com/openstack-snaps/openstack-hypervisor
python_requires = >= 3.8
classifier =
Environment :: OpenStack
Environment :: Web Environment
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operation System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =
openstack_hypervisor
[entry_points]
console_scripts =
nova-compute-service = openstack_hypervisor.services:nova_compute
nova-api-metadata-service = openstack_hypervisor.services:nova_api_metadata
ovsdb-server-service = openstack_hypervisor.services:ovsdb_server
neutron-ovn-metadata-agent-service = openstack_hypervisor.services:neutron_ovn_metadata_agent
ceilometer-compute-agent-service = openstack_hypervisor.services:ceilometer_compute_agent
ovs-exporter-service = openstack_hypervisor.services:ovs_exporter
masakari-instancemonitor-service = openstack_hypervisor.services:masakari_instancemonitor
hypervisor = openstack_hypervisor.cli.main:main
snaphelpers.hooks =
configure = openstack_hypervisor.hooks:configure
install = openstack_hypervisor.hooks:install