Code Review
/
multicloud
/
openstack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2ab29f2
)
Fix AAI_SERVICE_URL env in Ocata Dockerfile
79/47879/1
author
Victor Morales
<victor.morales@intel.com>
Wed, 16 May 2018 18:31:08 +0000
(11:31 -0700)
committer
Victor Morales
<victor.morales@intel.com>
Wed, 16 May 2018 18:31:08 +0000
(11:31 -0700)
The AAI_SERVICE_URL environment variable requires to be set into the
Dockerfile. This change provides an empty default value.
Change-Id: I4c10c1b877af1b725e57fe4c0f04eebe8c60ae6f
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-214
ocata/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/ocata/docker/Dockerfile
b/ocata/docker/Dockerfile
index
8688328
..
422ba88
100644
(file)
--- a/
ocata/docker/Dockerfile
+++ b/
ocata/docker/Dockerfile
@@
-10,7
+10,7
@@
ENV MSB_ADDR "127.0.0.1"
ENV MSB_PORT "80"
ENV AAI_ADDR "aai.api.simpledemo.openecomp.org"
ENV AAI_PORT "8443"
-ENV AAI_SERVICE_URL
+ENV AAI_SERVICE_URL
""
ENV AAI_SCHEMA_VERSION "v13"
ENV AAI_USERNAME "AAI"
ENV AAI_PASSWORD "AAI"