Comment 6 for bug 1786054

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

Reviewed: https://review.openstack.org/589935
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=3a5f83be2d3be7f2a56d874f6260dfc7ff28f1ee
Submitter: Zuul
Branch: master

commit 3a5f83be2d3be7f2a56d874f6260dfc7ff28f1ee
Author: Sean McGinnis <email address hidden>
Date: Wed Aug 8 09:50:08 2018 -0500

    Add volume create schema enforcement unit tests

    This increases test coverage with the volume create call to verify calls
    using microversions < 3.53 allow extra parameters to be passed and calls
    starting with microversion 3.53 will raise a schema validation error for
    unexpected values.

    Partial-bug: #1786054

    Change-Id: Ib532eb9d4fe0bd597724b734d2e8a7c6daf7c4f1
    Signed-off-by: Sean McGinnis <email address hidden>