[Bug 956177] [NEW] python-nova should include openssh-client as a dependency

Andrew Glen-Young 956177 at bugs.launchpad.net
Thu Mar 15 16:42:30 UTC 2012


Public bug reported:

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/pyshared/nova/crypto.py includes a shell out to this binary.

= Testing =

$ grep -n "ssh-keygen" /usr/share/pyshared/nova/crypto.py 
122:    (out, err) = utils.execute('ssh-keygen', '-q', '-l', '-f', public_key_file)
143:        utils.execute('ssh-keygen', '-q', '-b', bits, '-N', '',

$ apt-cache show python-nova | grep -E 'Depends|Suggests' | grep -c ssh
0

** Affects: nova (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: canonistack

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/956177

Title:
  python-nova should include openssh-client as a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/956177/+subscriptions



More information about the Ubuntu-server-bugs mailing list