Really add open-iscsi to solve live migration issues.

This commit is contained in:
Thomas Goirand 2016-06-03 13:45:36 +00:00
parent e71d27981d
commit 019c5c707a
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-os-brick (1.2.0-4) unstable; urgency=medium
* Really add open-iscsi to solve live migration issues.
-- Thomas Goirand <zigo@debian.org> Fri, 03 Jun 2016 13:44:41 +0000
python-os-brick (1.2.0-3) unstable; urgency=medium
[ Ondřej Nový ]

2
debian/control vendored
View File

@ -57,6 +57,7 @@ Homepage: https://github.com/openstack/os-brick
Package: python-os-brick
Architecture: all
Depends: os-brick-common (= ${binary:Version}),
open-iscsi,
python-babel,
python-eventlet (>= 0.18.2),
python-oslo.concurrency (>= 3.5.0),
@ -83,6 +84,7 @@ Description: Library for managing local volume attaches - Python 2.x
Package: python3-os-brick
Architecture: all
Depends: os-brick-common (= ${binary:Version}),
open-iscsi,
python3-babel,
python3-eventlet (>= 0.18.2),
python3-oslo.concurrency (>= 3.5.0),