Comment 1 for bug 1112605

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

Reviewed: https://review.openstack.org/21007
Committed: http://github.com/openstack/python-novaclient/commit/0b4590cb2438b4ec1fd8842d7ae3f2627059cabc
Submitter: Jenkins
Branch: master

commit 0b4590cb2438b4ec1fd8842d7ae3f2627059cabc
Author: Zane Bitter <email address hidden>
Date: Fri Feb 1 09:39:07 2013 +0100

    Mask permissions on private key files

    When using "nova x509-create-cert", the private key should be written to
    a file with the permissions 0400, not (world-readable) 0644, in line
    with how ssh private keys are treated.

    bug 1112605

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