Comment 19 for bug 1894966

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/752706
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cf6db29168c4ee9a34f3b3ebdd1deae31f95f203
Submitter: Zuul
Branch: stable/train

commit cf6db29168c4ee9a34f3b3ebdd1deae31f95f203
Author: Stephen Finucane <email address hidden>
Date: Wed Sep 16 10:52:17 2020 +0100

    tests: Add regression test for bug 1894966

    You must specify the 'policies' field. Currently, not doing so will
    result in a HTTP 500 error code. This should be a 4xx error. Add a test
    to demonstrate the bug before we provide a fix.

    Changes:
      nova/tests/functional/regressions/test_bug_1894966.py

    NOTE(stephenfin): Need to update 'super' call to Python 2-compatible
    variant.

    Change-Id: I72e85855f621d3a51cd58d14247abd302dcd958b
    Signed-off-by: Stephen Finucane <email address hidden>
    Related-Bug: #1894966
    (cherry picked from commit 2c66962c7a40d8ef4fab54324e06edcdec1bd716)
    (cherry picked from commit 94d24e3e8d04488abdebd4969daf98b780125297)