Update configuration file with external features 01/49301/1
authorThomas Duval <thomas.duval@orange.com>
Tue, 19 Dec 2017 15:25:23 +0000 (16:25 +0100)
committerThomas Duval <thomas.duval@orange.com>
Tue, 19 Dec 2017 15:25:23 +0000 (16:25 +0100)
Change-Id: I065e812ac97bb80679f4b70434ff36e272b3cf66

moonv4/conf/moon.conf

index dc498e3..a5a40ad 100644 (file)
@@ -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: