Comment 4 for bug 1743941

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

Reviewed: https://review.openstack.org/535178
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=ecbe1f961caae0283f3114c68271173804a785d6
Submitter: Zuul
Branch: master

commit ecbe1f961caae0283f3114c68271173804a785d6
Author: lijunbo <email address hidden>
Date: Tue Jul 24 22:54:06 2018 +0800

    Fix is_default value is empty issue when create

    When we use manila client to create a share type or share group
    type, the is_default value is always empty, this patch is to fix
    this issue.

    Depends-On: Ia8bcb632591fc0b5438847b22ec59c2039ecf5f1
    Change-Id: Ib264d8422fe57701f990cbbf7ea5d1e90b8b0008
    Closes-bug: #1743941