Comment 16 for bug 1983053

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron-specs (master)

Reviewed: https://review.opendev.org/c/openstack/neutron-specs/+/883268
Committed: https://opendev.org/openstack/neutron-specs/commit/7600a542f724cbb1e4b711e148d247c6713b8d17
Submitter: "Zuul (22348)"
Branch: master

commit 7600a542f724cbb1e4b711e148d247c6713b8d17
Author: Slawek Kaplonski <email address hidden>
Date: Tue May 16 16:12:47 2023 +0200

    Add "remote_address_group_id" attribute to the default SG rules API

    This patch adds new parameter to the API of the default SG rules
    templates API. New parameter is called
    "remote_address_group_id" and can be used to define uuid of the remote
    address group which will be referenced in default rule(s) created for
    each new SG.

    Additionally this patch updates type of the "remote_ip_prefix" field in
    the database. It was set by mistake to "Integer" but should be "String".

    Related-bug: #1983053
    Change-Id: Ieccd6e70bce6be9a16d38b25efc2774ffefe1699