Comment 5 for bug 1632265

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

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

commit 7aab55331344df2cc1645e9ee2949107ac47e156
Author: xing-yang <email address hidden>
Date: Thu Jul 28 10:38:38 2016 -0400

    Add group_type_id in create_group_snapshot

    group_type_id should be set when a group_snapshot is created,
    however it was missed in the code. This patch adds the missing
    group_type_id in create_group_snapshot.

    Change-Id: I5fdb3324e19f53a1116a04fcb34f6776c42a798d
    Closes-Bug: #1632265