diff options
author | Thomas Duval <thomas.duval@orange.com> | 2017-12-19 16:25:23 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2017-12-19 16:25:23 +0100 |
commit | 6e7aae323a94b634a8a454931d2d66caa07ddedb (patch) | |
tree | f95fcb5bd9252b3b9cc4300360cacf27798c1d52 | |
parent | 6a2786097505f55e698f5273106cc094d6aa8e19 (diff) |
Update configuration file with external features
Change-Id: I065e812ac97bb80679f4b70434ff36e272b3cf66
-rw-r--r-- | moonv4/conf/moon.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/moonv4/conf/moon.conf b/moonv4/conf/moon.conf index dc498e34..a5a40ad2 100644 --- a/moonv4/conf/moon.conf +++ b/moonv4/conf/moon.conf @@ -11,6 +11,8 @@ openstack: project: admin check_token: false certificate: false + external: + url: http://keystone:30006/v3 plugins: authz: @@ -31,6 +33,9 @@ components: bind: 0.0.0.0 hostname: orchestrator container: wukongsun/moon_orchestrator:v4.3 + external: + port: 30003 + hostname: orchestrator wrapper: port: 8080 bind: 0.0.0.0 @@ -42,6 +47,9 @@ components: bind: 0.0.0.0 hostname: manager container: wukongsun/moon_manager:v4.3.1 + external: + port: 30001 + hostname: manager port_start: 31001 logging: |