Comment 5 for bug 1776684

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

Reviewed: https://review.openstack.org/575132
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=1604a3854462df3386a5f9861ac5913e1ce97b37
Submitter: Zuul
Branch: master

commit 1604a3854462df3386a5f9861ac5913e1ce97b37
Author: Matt Riedemann <email address hidden>
Date: Wed Jun 13 14:39:11 2018 +0000

    Revert "Add server name check for multiple creations"

    This reverts commit b59f458f2823bfcfd8a530003d34e912110c2f3a.

    This breaks the nova-cells-v1 job since the cells v1 API
    does not honor the same multi-create instance name format.

    Furthermore, prior to Rocky [1], the
    multi_instance_display_name_template config option could be used to
    customize the display name for multiple servers in a single request.
    Since Tempest is branchless, this means deployments older than Rocky
    could now fail this test if they are customizing that option.

    Really, the change to assert the server names shouldn't be possible
    until the nova pike series enters extended maintenance mode since that
    would be the last branch that supports the
    multi_instance_display_name_template config option.

    [1] https://review.openstack.org/499612/

    Change-Id: Ia9273be6bf9fd55822dfe46f56503f70953c3ff3
    Closes-Bug: #1776684