diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-04-10 16:01:46 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-04-10 16:01:49 -0400 |
commit | 0b423b9f21085ed2530a5d7530cbfe3cafc2d20e (patch) | |
tree | eaaca5c8e8b33e16bd441da1b388fe02e5c84103 /model-loader | |
parent | 6408c3f5342cf4a274c81d73b09db3289697b01e (diff) |
Update logback and model-loader.props
Issue-ID: AAI-1024
Issue-ID: AAI-1025
Change-Id: I328fc1d17e223b6a6fdd15f8f78e3b380ef27049
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'model-loader')
-rw-r--r-- | model-loader/appconfig/model-loader.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model-loader/appconfig/model-loader.properties b/model-loader/appconfig/model-loader.properties index ee3ff7b..f6cbf50 100644 --- a/model-loader/appconfig/model-loader.properties +++ b/model-loader/appconfig/model-loader.properties @@ -11,7 +11,7 @@ ml.distribution.POLLING_INTERVAL=30 ml.distribution.POLLING_TIMEOUT=20
ml.distribution.USER=aai
ml.distribution.ARTIFACT_TYPES=MODEL_INVENTORY_PROFILE,MODEL_QUERY_SPEC,VNF_CATALOG
-ml.distribution.MSG_BUS_ADDRESSES=
+ml.distribution.MSG_BUS_ADDRESSES=10.0.11.1
# Model Loader AAI REST Client Configuration
ml.aai.BASE_URL=https://c1.vm1.aai.simpledemo.openecomp.org:8443
|