diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-31 11:51:17 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-31 11:53:35 -0400 |
commit | 4f5c2c503721079a7bc464c7c86c3a5460d06319 (patch) | |
tree | 4a04fd6bff3c104597cba745777faff142d2d68f /config | |
parent | fc5b5ab8604b37b635e17d0dec9179c4ae574efa (diff) |
Bump docker 1.5.05.0.0-ONAP
Due to dublin branch.
Also update the configuration for CSIT tests.
Issue-ID: POLICY-1747
Change-Id: Ifb8f89f12b534543a5bded0a6f673c44f857b761
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/pe/brmsgw.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index 5869c8a2..c79fd610 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -62,6 +62,6 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.4.1 -BRMS_MODELS_DEPENDENCY_VERSION=2.0.1 +BRMS_DEPENDENCY_VERSION=1.5.0 +BRMS_MODELS_DEPENDENCY_VERSION=2.1.0 |