Comment 3 for bug 2031971

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

Reviewed: https://review.opendev.org/c/openstack/rally-openstack/+/892052
Committed: https://opendev.org/openstack/rally-openstack/commit/a2bad0296804138c5be7af350ef5f69aa63c4ad8
Submitter: "Zuul (22348)"
Branch: master

commit a2bad0296804138c5be7af350ef5f69aa63c4ad8
Author: Brian Haley <email address hidden>
Date: Sat Aug 19 12:06:57 2023 -0400

    Change to use openstack instead of nova command

    One of the playbooks was using 'nova flavor-create',
    which was causing failures in the neutron gate. Change
    to use 'openstack flavor create' instead as nova has
    been deprecated for a while.

    Change-Id: I193396ecdff50748c8253287d3e9a273be843db4
    Closes-bug: #2031971