Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
4724
Description
Recent changes to centralise endpoints and create service and step towards renderer listening on ResolvedPolicy instead of Tenant OPER IID have highlighted state issues with listeners.
The separation of policy and forwarding-context into containers in Tenant will resolve this, but this is technically an API change that we only discovered this morning after merging https://git.opendaylight.org/gerrit/#/c/30666/
A patch is being worked ASAP, and an email will be sent highlighting the minor change to API (its the addition of "/policy" and "/forwarding-context" to the existing tenant API:
restconf/config/policy:tenants/policy:tenant/<tenant-name>/
{
id
l2-flood-domain
name
l3-context
l2-bridge-domain
subnet
endpoint-group
subject-feature-instances
contract
}
will become:
restconf/config/policy:tenants/policy:tenant/<tenant-name>/
{
id
name
forwarding-context {
l3-context
l2-bridge-domain
l2-flood-domain
subnet
}
policy