diff options
Diffstat (limited to 'appc-config/appc-config-adaptor/provider/src/main')
-rw-r--r-- | appc-config/appc-config-adaptor/provider/src/main/resources/audit-request.xml | 4 | ||||
-rw-r--r-- | appc-config/appc-config-adaptor/provider/src/main/resources/config-request.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/appc-config/appc-config-adaptor/provider/src/main/resources/audit-request.xml b/appc-config/appc-config-adaptor/provider/src/main/resources/audit-request.xml index a5d0237ae..6ac9242aa 100644 --- a/appc-config/appc-config-adaptor/provider/src/main/resources/audit-request.xml +++ b/appc-config/appc-config-adaptor/provider/src/main/resources/audit-request.xml @@ -18,8 +18,8 @@ ============LICENSE_END========================================================= --> -<NetworkAudit xmlns="http://lpp.att.com/configuration/configure/schema/v1" - xmlns:q2="http://lpp.att.com/configuration/configure/schema/v1"> +<NetworkAudit xmlns="http://onap.org/appc/lpp/configuration/configure/schema/v1" + xmlns:q2="http://onap.org/appc/lpp/configuration/configure/schema/v1"> <q2:Requester>APP-C</q2:Requester> <q2:RequesterPrefix>APP</q2:RequesterPrefix> <q2:RequestId>${request-id}</q2:RequestId> diff --git a/appc-config/appc-config-adaptor/provider/src/main/resources/config-request.xml b/appc-config/appc-config-adaptor/provider/src/main/resources/config-request.xml index d77d039b5..e0b8f2708 100644 --- a/appc-config/appc-config-adaptor/provider/src/main/resources/config-request.xml +++ b/appc-config/appc-config-adaptor/provider/src/main/resources/config-request.xml @@ -19,7 +19,7 @@ --> <NetworkConfiguration - xmlns="http://lpp.att.com/configuration/configure/schema/v1" xmlns:q2="http://lpp.att.com/configuration/configure/schema/v1"> + xmlns="http://onap.org/appc/lpp/configuration/configure/schema/v1" xmlns:q2="http://onap.org/appc/lpp/configuration/configure/schema/v1"> <q2:Requester>APP-C</q2:Requester> <q2:RequesterPrefix>APP</q2:RequesterPrefix> <q2:RequestId>${request-id}</q2:RequestId> |