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:03:49 +0000 |
commit | 75d359af1fe53126f53724571677c9dcb7cdf48f (patch) | |
tree | c7494f16348464935027d9d6a429a33dfabffff7 /grpc-resource/provider/src/main | |
parent | 81a223a5533fe31442490f1dc77f88ae9facc54e (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/provider/src/main')
-rw-r--r-- | grpc-resource/provider/src/main/resources/grpc.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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== |