Comment 2 for bug 1403952

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

Reviewed: https://review.openstack.org/142861
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=397950e1e92b6a99102213b440820b01c84bdede
Submitter: Jenkins
Branch: master

commit 397950e1e92b6a99102213b440820b01c84bdede
Author: Valeriy Ponomaryov <email address hidden>
Date: Thu Dec 18 19:58:57 2014 +0200

    Fix driver mode opt definition

    Share driver mode opt should be StrOpt, but now it is ListOpt. We get driver
    mode validation error when option is redefined within external config file.
    It can not be caught by update of config opt within code.

    Change-Id: I77cab322beba7ec2258e106eebf631c081cfebe5
    Closes-Bug: #1403952