Comment 2 for bug 1103130

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/20266
Committed: http://github.com/openstack/nova/commit/aa3686a86f903c3b87ea73f1784117c36b2ed6fa
Submitter: Jenkins
Branch: master

commit aa3686a86f903c3b87ea73f1784117c36b2ed6fa
Author: Zane Bitter <email address hidden>
Date: Tue Jan 22 19:20:45 2013 +0100

    Don't limit SSH keys generation to 1024 bits

    Use the default bit length of the underlying ssh-keygen command
    (currently 2048) if no bit length is supplied, rather than defaulting to
    1024 bits.

    bug 1103130

    Change-Id: Iba9d378d5bf9e28663e52180ed04c31c16d08aad
    Signed-off-by: Zane Bitter <email address hidden>