Comment 2 for bug 1378369

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

Reviewed: https://review.openstack.org/126591
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=c11aeb9f8385408502be06ffc5869eb142136127
Submitter: Jenkins
Branch: master

commit c11aeb9f8385408502be06ffc5869eb142136127
Author: Sean McGinnis <email address hidden>
Date: Tue Oct 7 10:10:57 2014 -0500

    Eqlx fix NoSuchOptError for volume_name_template on clone

    The eqlx driver was referencing the volume_name_template
    config setting via self.configuration.volume_name_template.
    This option is not imported in self.configuration.

    The curent preferred method for volume clone is to reference
    the passed in name, avoiding the need for the driver to
    know what the naming template is all together.

    Change-Id: If4963bbe61574c006ad04e5e88d04c7f7bc7cee1
    Closes-Bug: 1378369