diff options
author | pramod.jamkhedkar <pramod@research.att.com> | 2019-11-13 13:36:56 -0500 |
---|---|---|
committer | pramod.jamkhedkar <pramod@research.att.com> | 2019-11-15 12:51:55 -0500 |
commit | 9398165f5c35e686e2570c68cd0eb4a2e9254a02 (patch) | |
tree | a725c77c9986505250163c1199429afa1acb68dc /controlloop/common/feature-controlloop-management/src/main/feature | |
parent | 03dff4f370602a2e6726d2b8357e10c30dcf8210 (diff) |
Removing Named Query
Removing all the related files and necessary modifications for removing named query. The code now only supports Custom Query.
Issue-ID: POLICY-2125
Change-Id: I2d376eb955d69f45c39ad4d4a1cfacb4d620ca8e
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment index 4a0916895..f76e5f45c 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment @@ -51,8 +51,6 @@ sdnc.url=${env:SDNC_URL} sdnc.username=${env:SDNC_USERNAME} sdnc.password=${env:SDNC_PASSWORD} -aai.customQuery=true - cds.grpcHost=${env:CDS_GRPC_HOST} cds.grpcPort=${env:CDS_GRPC_PORT} cds.grpcUsername=${env:CDS_GRPC_USERNAME} |