Comment 5 for bug 1179671

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/grizzly)

Reviewed: https://review.openstack.org/35406
Committed: http://github.com/openstack/cinder/commit/f857b9630c54288064646ed446188f373671973b
Submitter: Jenkins
Branch: stable/grizzly

commit f857b9630c54288064646ed446188f373671973b
Author: Mathieu Gagné <email address hidden>
Date: Mon May 13 17:05:21 2013 -0400

    solidfire: Add ability to override account prefix

    The SolidFire account is created with a prefix based on the hostname
    of the host running cinder-volume. This prevents cinder-volume from
    being run in an active/active setup.

    This patch introduces a new configuration option sf_account_prefix
    to override the prefix used when a SolidFire account is created.

    If sf_account_prefix is empty, no prefix will be added to
    the SolidFire account name when created.

    The default value is still the hostname.

    Change-Id: I3b974789ea3e749cc8696b69754023ad76155179
    Fixes: bug #1179671
    (cherry picked from commit f9fd91e05e7d8d4a7d3a4659ba3c0ebd483732e1)