diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-11-02 07:26:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-02 07:26:55 +0000 |
commit | 782ccb88294a3b43fdd368ae3a98fdd72aca0c24 (patch) | |
tree | 791531c264a04554fd3f66a77016286e4f6ac1ca /docs/architecture/architecture.rst | |
parent | 0645b537ab50bbda1757c49a626d987ff9b34467 (diff) | |
parent | 688a2dd3a681c28ac48ad737316c2dc1dff08526 (diff) |
Merge "Fix doc config files and dead links"
Diffstat (limited to 'docs/architecture/architecture.rst')
-rw-r--r-- | docs/architecture/architecture.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index cd0e0be9..69484ac3 100644 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -476,20 +476,20 @@ The following services will be required for the ONAP Policy Framework: ================ ============================== ======================================================================= **Service** **Endpoint** **Description** ================ ============================== ======================================================================= -PAP https://policy-pap The PAP service, used for policy administration and deployment. See +PAP policy-pap The PAP service, used for policy administration and deployment. See :ref:`Policy Design and Development <design-label>` for details of the API for this service -PDP-X-\ *domain* https://policy-pdpx-\ *domain* A PDP service is defined for each PDP group. A PDP group is identified +PDP-X-\ *domain* policy-pdpx-\ *domain* A PDP service is defined for each PDP group. A PDP group is identified by the domain on which it operates. For example, there could be two PDP-X domains, one for admission policies for ONAP proper and another for admission policies for VNFs of operator *Supacom*. Two PDP-X services are defined: - | https://policy-pdpx-onap - | https://policy-pdpx-\ *supacom* -PDP-D-\ *domain* https://policy-pdpd-\ *domain* -PDP-A-\ *domain* https://policy-pdpa-\ *domain* + | policy-pdpx-onap + | policy-pdpx-\ *supacom* +PDP-D-\ *domain* policy-pdpd-\ *domain* +PDP-A-\ *domain* policy-pdpa-\ *domain* ================ ============================== ======================================================================= There is one and only one PAP service, which handles policy deployment, administration, and monitoring for all policies |