Comment 4 for bug 1435819

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

Reviewed: https://review.openstack.org/167251
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=22ba5ab2c0827b11517d13f5000b5edfb7a18e78
Submitter: Jenkins
Branch: master

commit 22ba5ab2c0827b11517d13f5000b5edfb7a18e78
Author: Valeriy Ponomaryov <email address hidden>
Date: Tue Mar 24 16:33:42 2015 +0200

    Fix setting of extra specs for share types

    Share types have one required extra spec - "driver_handles_share_servers".
    And API disallows us to set some additional extra specs if we do not provide
    required one too. It should not be so, because if we do not want to update
    already existing spec then we should not be obligated to provide it.

    Change-Id: Id2b2c9dfae3da551ae79e66199a84773f333b883
    Closes-Bug: #1435819