diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-02-20 09:38:59 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-02-20 10:16:05 +0800 |
commit | 76e5d677724b13160bb3360b734239192b7be20e (patch) | |
tree | 0392cabe1cf41b9a6116ffaa01aff4d1297d196b /holmes-actions | |
parent | 4f48419205730ecc3e34d93efc99cd76b81f9a59 (diff) |
Updated oparent to 1.2.2
Change-Id: I5fc8d421949af915e547bc66fd039d1e5fd4febe
Issue-ID: HOLMES-200
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions')
-rw-r--r-- | holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java b/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java index f0cad0e..3d94325 100644 --- a/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java +++ b/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java @@ -98,7 +98,7 @@ public class MicroServiceConfig { }
public static String getAaiAddr() {
- return AlarmConst.HTTPS + AAI_HOSTNAME;
+ return AlarmConst.HTTPS + AAI_HOSTNAME + ":8443";
}
public static String[] getMsbIpAndPort() {
|