Comment 8 for bug 1065883

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

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

commit af51b46b1e08b26c07bd32019e54b9c521cb7813
Author: James Page <email address hidden>
Date: Mon Oct 15 13:21:55 2012 +0100

    Allow local rbd user and secret_uuid configuration

    By default, the rbd_user and rbd_secret_uuid are specified in the
    nova-volume/cinder configuration and passed to nova-compute when
    volumes are attached to instances.

    This change allows these values to be specified locally in
    nova-compute which means access control to RADOS devices in ceph
    can be managed independently from nova-volume/cinder with no
    requirement for consistent uuid's for libvirt secrets.

    Fixes bug 1065883.

    Change-Id: I9f07d040ae267bfbe8f794a5d22d327106314cc6