4 Maintainer: Chuck Short <zulcss@ubuntu.com>
5 Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
7 python-anyjson (>= 0.3.3),
10 python-eventlet (>= 0.15.1),
11 python-fixtures (>= 0.3.14),
12 python-glanceclient (>= 1:0.14.0 ),
13 python-greenlet (>= 0.3.2),
15 python-iso8601 (>= 0.1.9),
16 python-keystoneclient (>= 1:0.10.0),
17 python-keystonemiddleware (>= 1.0.0),
18 python-kombu (>= 2.5.0),
20 python-migrate (>= 0.9.1), python-migrate (<< 0.9.2) | python-migrate (>> 0.9.2),
24 python-netaddr (>= 0.7.12),
25 python-novaclient (>= 2.18.0),
26 python-oslo.config (>= 1:1.4.0),
27 python-oslo.db (>= 1.0.0),
28 python-oslo.rootwrap (>= 1.3.0),
29 python-oslo.messaging (>= 1.4.0),
31 python-paramiko (>= 1.13.0),
33 python-pastedeploy (>= 1.5.0),
34 python-requests (>= 1.2.1), python-requests (<< 2.4.0) | python-requests (>> 2.4.0),
35 python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0),
36 python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0),
38 python-six (>= 1.7.0),
40 python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<= 0.8.99) | python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99),
41 python-stevedore (>= 1.0.0),
43 python-swiftclient (>= 2.2.0),
44 python-taskflow (>= 0.4),
45 python-testtools (>= 0.9.32),
46 python-webob (>= 1.2.3),
47 python-subunit (>=0.0.18),
48 testrepository (>= 0.0.18)
49 Standards-Version: 3.9.4
50 Homepage: http://launchpad.net/cinder
51 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/juno/files
52 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/cinder/juno
53 XS-Testsuite: autopkgtest
55 Package: python-cinder
59 python-amqplib (>= 0.6.1),
60 python-anyjson (>= 0.3.3),
62 python-babel (>= 1.3),
63 python-eventlet (>= 0.15.1),
64 python-glanceclient (>= 1:0.14.0 ),
65 python-requests (>= 1.2.1), python-requests (<< 2.4.0) | python-requests (>> 2.4.0),
66 python-greenlet (>= 0.3.2),
67 python-iso8601 (>= 0.1.9) ,
68 python-keystoneclient (>= 1:0.10.0),
69 python-keystonemiddleware (>= 1.0.0),
70 python-kombu (>= 2.5.0),
71 python-lockfile (>= 0.8),
73 python-migrate (>= 0.9.1), python-migrate (<< 0.9.2) | python-migrate (>> 0.9.2),
74 python-netaddr (>= 0.7.12),
75 python-novaclient (>= 1:2.18.0),
76 python-oslo.config (>= 1:1.4.0),
77 python-oslo.db (>= 1.0.0),
78 python-oslo.messaging (>= 1.4.0),
79 python-oslo.rootwrap (>= 1.3.0),
80 python-osprofiler (>= 0.3.0),
81 python-paramiko (>= 1.13.0),
83 python-pastedeploy (>= 1.5.0),
84 python-crypto (>= 2.6),
85 python-barbicanclient (>= 2.1.0),
86 python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0),
87 python-six (>= 1.7.0),
88 python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<= 0.8.99) | python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99),
89 python-stevedore (>= 1.0.0),
91 python-swiftclient (>= 2.2.0),
92 python-taskflow (>= 0.4),
93 python-rtslib-fb (>= 2.1.39),
94 python-webob (>= 1.2.3),
95 python-wsgiref (>= 0.1.2),
99 Suggests: python-ceph, python-hp3parclient
100 Description: Cinder Python libraries
101 OpenStack is a reliable cloud infrastructure. Its mission is to produce
102 the ubiquitous cloud computing platform that will meet the needs of public
103 and private cloud providers regardless of size, by being simple to implement
104 and massively scalable.
106 Cinder is the OpenStack Block storage service.
108 This package contains the Python library for Cinder.
110 Package: cinder-common
114 python-cinder (= ${binary:Version}),
117 Provides: ${python:Provides}
118 Description: Cinder storage service - common files
119 OpenStack is a reliable cloud infrastructure. Its mission is to produce
120 the ubiquitous cloud computing platform that will meet the needs of public
121 and private cloud providers regardless of size, by being simple to implement
122 and massively scalable.
124 Cinder is the OpenStack Block storage service.
126 This package contains commons components for Cinder.
130 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
131 Description: Cinder storage service - API server
132 OpenStack is a reliable cloud infrastructure. Its mission is to produce
133 the ubiquitous cloud computing platform that will meet the needs of public
134 and private cloud providers regardless of size, by being simple to implement
135 and massively scalable.
137 Cinder is the OpenStack Block storage service.
139 This package contains the Cinder API server.
141 Package: cinder-volume
144 cinder-common (= ${binary:Version}),
149 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
150 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
151 Description: Cinder storage service - Volume server
152 OpenStack is a reliable cloud infrastructure. Its mission is to produce
153 the ubiquitous cloud computing platform that will meet the needs of public
154 and private cloud providers regardless of size, by being simple to implement
155 and massively scalable.
157 Cinder is the OpenStack Block storage service.
159 This package contains the Cinder Volume server.
161 Package: cinder-scheduler
163 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
164 Description: Cinder storage service - Scheduler server
165 OpenStack is a reliable cloud infrastructure. Its mission is to produce
166 the ubiquitous cloud computing platform that will meet the needs of public
167 and private cloud providers regardless of size, by being simple to implement
168 and massively scalable.
170 Cinder is the OpenStack Block storage service.
172 This package contains the Cinder Scheduler server.
174 Package: cinder-backup
176 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
177 Description: Cinder storage service - Scheduler server
178 OpenStack is a reliable cloud infrastructure. Its mission is to produce
179 the ubiquitous cloud computing platform that will meet the needs of public
180 and private cloud providers regardless of size, by being simple to implement
181 and massively scalable.
183 Cinder is the OpenStack Block storage service.
185 This package contains the Cinder backup service.