python-nova should include openssh-client as a dependency
Bug #956177 reported by
Andrew Glen-Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova (Ubuntu) |
Fix Released
|
Undecided
|
Paul Belanger |
Bug Description
The package python-nova should include openssh-client as a dependency as it includes a call to the ssh-keygen binary. Specifically, the file /usr/share/
= Testing =
$ grep -n "ssh-keygen" /usr/share/
122: (out, err) = utils.execute(
143: utils.execute(
$ apt-cache show python-nova | grep -E 'Depends|Suggests' | grep -c ssh
0
Related branches
lp://staging/~pabelanger/nova/dbconfig-common
Rejected
for merging
into
lp://staging/~ubuntu-server-dev/nova/essex
- Ubuntu Server Developers: Pending requested
-
Diff: 840 lines (+610/-24)15 files modifieddebian/changelog (+15/-0)
debian/control (+100/-14)
debian/gbp.conf (+5/-2)
debian/nova-backend-mysql.config (+38/-0)
debian/nova-backend-mysql.postinst (+77/-0)
debian/nova-backend-mysql.prerm (+47/-0)
debian/nova-backend-pgsql.config (+38/-0)
debian/nova-backend-pgsql.postinst (+77/-0)
debian/nova-backend-pgsql.prerm (+47/-0)
debian/nova-backend-sqlite3.config (+39/-0)
debian/nova-backend-sqlite3.postinst (+75/-0)
debian/nova-backend-sqlite3.prerm (+47/-0)
debian/nova-common.postinst (+0/-4)
debian/nova.conf (+1/-0)
debian/rules (+4/-4)
lp://staging/~openstack-ubuntu-testing/nova/precise-essex-proposed
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
To post a comment you must log in.
Fixed in my bzr branch