File: control

package info (click to toggle)
rally-openstack 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,568 kB
  • sloc: python: 54,150; sh: 252; makefile: 33
file content (101 lines) | stat: -rw-r--r-- 2,567 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: rally-openstack
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools (>= 108~),
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-barbicanclient,
 python3-cinderclient,
 python3-dateutil,
 python3-ddt,
 python3-designateclient,
 python3-glanceclient,
 python3-gnocchiclient,
 python3-hacking,
 python3-heatclient,
 python3-ironicclient,
 python3-keystoneauth1,
 python3-keystoneclient,
 python3-kubernetes,
 python3-magnumclient,
 python3-manilaclient,
 python3-mistralclient,
 python3-monascaclient,
 python3-muranoclient,
 python3-neutronclient,
 python3-novaclient,
 python3-octaviaclient,
 python3-os-faults,
 python3-oslo.db,
 python3-oslo.log,
 python3-oslosphinx,
 python3-osprofiler,
 python3-pygments,
 python3-pytest,
 python3-rally (>= 3.1.0),
 python3-requests,
 python3-saharaclient,
 python3-senlinclient,
 python3-swiftclient,
 python3-testtools,
 python3-troveclient,
 python3-watcherclient,
 python3-zaqarclient,
 rally (>= 2.1.0),
Standards-Version: 4.2.1
Homepage: https://github.com/openstack/rally-openstack
Vcs-Browser: https://salsa.debian.org/openstack-team/services/rally-openstack
Vcs-Git: https://salsa.debian.org/openstack-team/services/rally-openstack.git

Package: python3-rally-openstack
Section: python
Architecture: all
Depends:
 rally (>= 3.1.0),
 python3-barbicanclient,
 python3-cinderclient,
 python3-designateclient,
 python3-glanceclient,
 python3-gnocchiclient,
 python3-heatclient,
 python3-ironicclient,
 python3-keystoneauth1,
 python3-keystoneclient,
 python3-kubernetes,
 python3-magnumclient,
 python3-manilaclient,
 python3-mistralclient,
 python3-monascaclient,
 python3-muranoclient,
 python3-neutronclient,
 python3-novaclient,
 python3-octaviaclient,
 python3-os-faults,
 python3-osprofiler,
 python3-rally (>= 3.1.0),
 python3-requests,
 python3-saharaclient,
 python3-senlinclient,
 python3-swiftclient,
 python3-troveclient,
 python3-watcherclient,
 python3-zaqarclient,
 ${misc:Depends},
 ${python3:Depends},
Description: OpenStack plugin for the Rally benchmark system - Python code
 Rally is a Benchmark-as-a-Service project for OpenStack.
 .
 Rally is intended to provide the community with a benchmarking tool that is
 capable of performing specific, complicated and reproducible test cases on
 real deployment scenarios.
 .
 This package contains the Python code of the OpenStack pluggin.