diff options
author | wangxinyuan10113332 <wang.xinyuan1@zte.com.cn> | 2017-09-26 11:01:49 +0800 |
---|---|---|
committer | wangxinyuan10113332 <wang.xinyuan1@zte.com.cn> | 2017-09-26 11:01:49 +0800 |
commit | 65500fbeb926f723336b515efabc4db07ef3d4a6 (patch) | |
tree | 6b96cc4a48b8ab8cd162488fe4194f28e4f61058 /controlloop/common/msb/src/main/resources | |
parent | 742270864ddc3f89320b815fa9cd85caf83fca46 (diff) |
Use MSB for service discovery
Change-Id: I524946a1c352b5e9225b7fb37d35fa03a3f77e82
Issue-ID: POLICY-172
Signed-off-by: wangxinyuan10113332 <wang.xinyuan1@zte.com.cn>
Diffstat (limited to 'controlloop/common/msb/src/main/resources')
-rw-r--r-- | controlloop/common/msb/src/main/resources/msb.policy.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/controlloop/common/msb/src/main/resources/msb.policy.properties b/controlloop/common/msb/src/main/resources/msb.policy.properties new file mode 100644 index 000000000..bb372ec85 --- /dev/null +++ b/controlloop/common/msb/src/main/resources/msb.policy.properties @@ -0,0 +1,22 @@ +###
+# ============LICENSE_START=======================================================
+# ONAP-PDP
+# ================================================================================
+# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============LICENSE_END=========================================================
+###
+
+msb.ip=127.0.0.1
+msb.port=10081
\ No newline at end of file |