diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-05-13 09:18:45 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-05-13 14:00:15 +0000 |
commit | be2dbc56a2f037b1b6338a0b3f01039359af2e29 (patch) | |
tree | 505454c07b1668182f481305a7cf5526b8c63506 /grpc-resource | |
parent | 16fbf7b6a84e9d6f9eab0912ddebf76abe4bdc82 (diff) |
Fix CDS client URL and version used by grpc adaptor
Change-Id: I45a24e8b6786cc73ba324e31898f925752c01e5a
Issue-ID: CCSDK-1328 SDNC-760
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'grpc-resource')
-rw-r--r-- | grpc-resource/provider/pom.xml | 2 | ||||
-rw-r--r-- | grpc-resource/provider/src/main/resources/grpc.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grpc-resource/provider/pom.xml b/grpc-resource/provider/pom.xml index bd79847f..ec0df570 100644 --- a/grpc-resource/provider/pom.xml +++ b/grpc-resource/provider/pom.xml @@ -35,7 +35,7 @@ <grpc.version>1.17.1</grpc.version> <protobuf.version>3.6.1</protobuf.version> <grpc.netty.version>4.1.30.Final</grpc.netty.version> - <ccsdk.sli.cds.version>0.4.2-SNAPSHOT</ccsdk.sli.cds.version> + <ccsdk.sli.cds.version>0.4.3-SNAPSHOT</ccsdk.sli.cds.version> </properties> <dependencyManagement> diff --git a/grpc-resource/provider/src/main/resources/grpc.properties b/grpc-resource/provider/src/main/resources/grpc.properties index 7e1bf40e..797c67e2 100644 --- a/grpc-resource/provider/src/main/resources/grpc.properties +++ b/grpc-resource/provider/src/main/resources/grpc.properties @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.url=blueprint-processor +org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.url=cds-blueprints-processor-grpc org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.port=9111 org.onap.ccsdk.sli.adaptors.grpc.blueprint.processor.auth=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw== |