File: control

package info (click to toggle)
python-vmmsclient 0.0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 559; makefile: 18; sh: 10
file content (49 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download
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
Source: python-vmmsclient
Section: python
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,
 python3-all,
 python3-pbr,
 python3-setuptools,
Build-Depends-Indep:
 python3-coverage,
 python3-fixtures,
 python3-keystoneauth1,
 python3-mistralclient,
 python3-osc-lib,
 python3-openstackclient,
 python3-requests,
 python3-requests-mock,
 python3-stestr,
 python3-subunit,
 python3-testtools,
 subunit,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-vmmsclient
Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-vmmsclient.git
Homepage: https://salsa.debian.org/openstack-team/clients/python-vmmsclient

Package: python3-vmmsclient
Architecture: all
Depends:
 python3-keystoneauth1,
 python3-mistralclient,
 python3-osc-lib,
 python3-openstackclient,
 python3-pbr,
 python3-requests,
 ${misc:Depends},
 ${python3:Depends},
Description: OpenStack VM migration scheduler - API client
 VM Migration Scheduler (aka: vmms) is an OpenStack project that makes it
 possible to schedule the migraiton of VMs from one cloud to another. Its API
 allows one to add, list, delete VMs in the Mistral workflow scheduler, while
 the worker is able to schedule VM migrations during a time window.
 .
 This package provides the API client.