Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.
Change-Id: I813ca759abceaa19bb395f2811f0491f494a8da0
The following resources are being renamed:
Endpoints -> Policy Targets
Endpoints Groups -> Policy Target Groups
Contracts -> Policy Rule Sets
The changes to the spec are outlined in:
https://review.openstack.org/#/c/134747
Partially-implements: blueprint group-based-policy-abstraction
Change-Id: Idcabea87dbaf921b59c6c1f869b1ad971501d473
This is the fourth patch in the Group Policy resources implementation
series. This patch implements:
Network Service Policy
Change-Id: I7839d74740fd08cfa176df81cac7f5580d796740
Implements: blueprint group-based-policy-automation
This is the third patch in the Group Policy resources implementation
series. This patch implements:
Contracts
In the context of larger Group Policy model, Contracts contain Policy
Rules and Endpoint Groups consume or provide Contracts.
Change-Id: I9d92913f656af5a5d177f0cff5f3b306ced06fdf
Implements: blueprint group-based-policy-automation
This is the second patch in the Group Policy resources implementation
series. This patch implements:
Policy Classifiers
Policy Actions
Policy Rules
In the context of larger Group Policy model, the Policy Rule resource
is referenced by Contracts, which will be introduced in the subsequent
patch.
Change-Id: If6df98133bb517ebfba37e20a988d9837aeee7f8
Implements: blueprint group-based-policy-automation
This is the first in a series of patches which implement
resources for neutron group policy APIs.
This patch implements four new resources:
Endpoint
EndpointGroup
L2-Policy
L3-Policy
Change-Id: Iac413aaa460bffa5c6f111e2e16beb9507a3d24a
Implements: blueprint group-based-policy-automation