Comment 2 for bug 1837105

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

Reviewed: https://review.opendev.org/671745
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=e5a9f0ed8ee8342fbd4b83f8ecd75aaf3145ce5a
Submitter: Zuul
Branch: master

commit e5a9f0ed8ee8342fbd4b83f8ecd75aaf3145ce5a
Author: Don Penney <email address hidden>
Date: Fri Jul 19 09:59:48 2019 -0400

    Add 1.0-17 to supported stx-openstack app version list

    The formal CENGN build uses the --label option when building
    the application tarballs, resulting in application versions of:
    - 1.0-17-centos-stable-versioned
    - 1.0-17-centos-stable-latest

    These versions were added to the new application version check
    in the following update:
    https://review.opendev.org/670754

    When the --label is not specified, however, the version does not
    include a label. So most developer application build will just
    have a version set to "1.0-17" (as a current example).

    This update adds this version to the supported version list to
    allow for developers using custom builds.

    Change-Id: Ifb26e2f391a0195fc53d65b8adf8f87cb87f68e5
    Closes-Bug: 1837105
    Signed-off-by: Don Penney <email address hidden>