diff --git a/debian/changelog b/debian/changelog index 5281c6d..4c42683 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 03 Jun 2016 13:44:41 +0000 + python-os-brick (1.2.0-3) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 36996a3..4862fe9 100644 --- a/debian/control +++ b/debian/control @@ -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),