Source: cinder Section: net Priority: extra Maintainer: MOS packaging Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, dh-systemd, openstack-pkg-tools (>= 40~), po-debconf, python-all, python-pbr (>= 1.8), python-setuptools, python-sphinx, Build-Depends-Indep: bandit (>= 0.13.2), git, python-anyjson, python-babel, python-barbicanclient (>= 3.3.0), python-coverage, python-crypto, python-decorator (>= 3.4.0), python-ddt (>= 1.0.1), python-enum34, python-eventlet (>= 0.18.4), python-fixtures (>= 1.3.1), python-glanceclient (>= 1:2.0.0), python-googleapi (>= 1.4.2), python-greenlet, python-hacking (>= 0.10.0), python-httplib2, python-iso8601, python-keystoneclient (>= 1:1.6.0), python-keystonemiddleware (>= 4.0.0), python-lxml, python-migrate (>= 0.9.6), python-mock (>= 1.3), python-mox3, python-mysqldb, python-novaclient (>= 2:2.29.0), python-oauth2client (>= 1.5.0), python-os-brick (>= 1.0.0), python-os-testr (>= 0.4.2), python-os-win (>= 0.2.3), python-oslo.concurrency (>= 3.5.0), python-oslo.config (>= 1:3.7.0), python-oslo.context (>= 0.2.0), python-oslo.db (>= 4.1.0), python-oslo.i18n (>= 2.1.0), python-oslo.log (>= 2.0.0), python-oslo.messaging (>= 4.0.0), python-oslo.middleware (>= 3.0.0), python-oslo.policy (>= 0.5.0), python-oslo.reports (>= 1.0.0), python-oslo.rootwrap (>= 2.0.0), python-oslo.serialization (>= 2.0.0), python-oslo.service (>= 1.0.0), python-oslo.utils (>= 3.5.0), python-oslo.versionedobjects (>= 1.5.0), python-oslo.vmware (>= 1.16.0), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.10.0), python-osprofiler (>= 1.1.0), python-paramiko (>= 1.13.0), python-paste, python-pastedeploy, python-psutil, python-psycopg2 (>= 2.5), python-pymysql, python-pyparsing, python-pywbem, python-requests (>= 2.8.1), python-retrying, python-routes, python-rtslib-fb (>= 2.1.57), python-simplejson, python-six (>= 1.9.0), python-sqlalchemy (>= 1.0.10), python-stevedore (>= 1.5.0), python-swiftclient (>= 1:2.2.0), python-taskflow (>= 1.26.0), python-tempest-lib (>= 0.14.0), python-testresources, python-testscenarios, python-testtools (>= 1.4.0), python-tooz (>= 1.28.0), python-tz, python-webob, subunit, testrepository, Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/cinder.git/ Vcs-Git: https://anonscm.debian.org/git/openstack/cinder.git Homepage: https://github.com/openstack/cinder Package: python-cinder Section: python Architecture: all Depends: python-babel, python-barbicanclient (>= 3.3.0), python-ceph, python-crypto, python-decorator (>= 3.4.0), python-eventlet (>= 0.18.4), python-glanceclient (>= 1:2.0.0), python-googleapi (>= 1.4.2), python-greenlet, python-httplib2, python-hp3parclient, python-iso8601, python-keystoneclient (>= 1:1.6.0), python-keystonemiddleware (>= 4.0.0), python-lxml, python-migrate (>= 0.9.6), python-mysqldb, python-novaclient (>= 2:2.29.0), python-oauth2client (>= 1.5.0), python-os-brick (>= 1.0.0), python-os-win (>= 0.2.3), python-oslo.concurrency (>= 3.5.0), python-oslo.config (>= 1:3.7.0), python-oslo.context (>= 0.2.0), python-oslo.db (>= 4.1.0), python-oslo.i18n (>= 2.1.0), python-oslo.log (>= 2.0.0), python-oslo.messaging (>= 4.0.0), python-oslo.middleware (>= 3.0.0), python-oslo.policy (>= 0.5.0), python-oslo.reports (>= 1.0.0), python-oslo.rootwrap (>= 2.0.0), python-oslo.serialization (>= 2.0.0), python-oslo.service (>= 1.0.0), python-oslo.utils (>= 3.5.0), python-oslo.versionedobjects (>= 1.5.0), python-oslo.vmware (>= 1.16.0), python-osprofiler (>= 1.1.0), python-paramiko (>= 1.13.0), python-paste, python-pastedeploy, python-pbr (>= 1.8), python-psutil, python-psycopg2 (>= 2.5), python-pymysql, python-pyparsing, python-requests (>= 2.8.1), python-retrying, python-routes, python-rtslib-fb (>= 2.1.57), python-simplejson, python-six (>= 1.9.0), python-sqlalchemy (>= 1.0.10), python-stevedore (>= 1.5.0), python-swiftclient (>= 1:2.2.0), python-taskflow (>= 1.26.0), python-tooz (>= 1.28.0), python-tz, python-webob, ${misc:Depends}, ${python:Depends}, Description: OpenStack block storage system - Python libraries Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains the Python libraries that are part of Cinder. Package: cinder-common Architecture: all Depends: adduser, dbconfig-common, debconf, python-cinder (= ${binary:Version}), sqlite3, ${misc:Depends}, ${python:Depends}, Provides: ${python:Provides}, Description: OpenStack block storage system - common files Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains common files and configuration that are needed by all the daemon packages of Cinder. Package: cinder-api Architecture: all Depends: adduser, cinder-common (= ${binary:Version}), debconf, python-keystoneclient, python-openstackclient, q-text-as-data, ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends}, Description: OpenStack block storage system - API server Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains the Cinder API server. Package: cinder-volume Architecture: all Depends: adduser, cinder-common (= ${binary:Version}), lvm2, qemu-utils, tgt, ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends}, Suggests: ceph-common, Description: OpenStack block storage system - Volume server Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains the Cinder Volume server. Package: cinder-scheduler Architecture: all Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends}, Description: OpenStack block storage system - Scheduler server Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains the Cinder Scheduler server. Package: cinder-backup Architecture: all Depends: adduser, cinder-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends}, Description: OpenStack block storage system - Backup server Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains the Cinder backup service. Package: cinder-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: OpenStack block storage system - doc Cinder is a block Storage-as-a-Service system for the OpenStack cloud computing suite. It re-implements the features of Nova-volume, which it directly replaces. . Cinder uses LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. It also has back-end drivers for many hardware and software storage solutions like Ceph, NFS, Net-APP, etc. . This package contains the documentation.