Skip to content

Commit

Permalink
Adding proper dependency in python-nova to make vcenter work on compu…
Browse files Browse the repository at this point in the history
…te node

changes are to add python-oslo-vmware and python-urllib3 dependencies in python-nova
Closes-Bug:#1533475

Change-Id: Ibbe4d22af3244b3471e6c76c946a0eb525197a95
  • Loading branch information
moghea committed Jan 13, 2016
1 parent c707b8a commit 97e9a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,11 @@ file = python-tz_2014.10~dfsg1-0ubuntu2~15.04.0~cloud0_all.deb
md5 = e03825d3bc3628ee78e59f03b5deb467
source = repo:trusty-updates-kilo

[python-urllib3_1.9.1-3~cloud0_all.deb]
file = python-urllib3_1.9.1-3~cloud0_all.deb
md5 = 2de0f455d3d83cf764617e7501c7b84b
source = repo:trusty-updates-kilo

[python-waitress_0.8.8-1ubuntu3]
file = python-waitress_0.8.8-1ubuntu3_all.deb
md5 = 684a0b7c8d8fa234c4fc289afc8914f6
Expand Down
2 changes: 2 additions & 0 deletions openstack/debian/openstack-nova/kilo/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Depends:
python-oslo-rootwrap (>= 1.6.0),
python-oslo-serialization (>= 1.4.0),
python-oslo-utils (>= 1.4.0),
python-oslo-vmware (>= 0.11.1),
python-paramiko (>= 1.13.0),
python-paste,
python-pastedeploy (>= 1.5.0),
Expand All @@ -141,6 +142,7 @@ Depends:
python-six (>= 1.9.0),
python-sqlalchemy (>= 0.9.7),
python-stevedore (>= 1.3.0),
python-urllib3 (>= 1.9.1),
python-webob (>= 1.2.3),
${misc:Depends},
${python:Depends}
Expand Down

0 comments on commit 97e9a23

Please sign in to comment.