Merge "Adding Keystone environment variables to NBI"
authormarchettim <mmarchetti@sandvine.com>
Wed, 26 Sep 2018 18:42:25 +0000 (20:42 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Wed, 26 Sep 2018 18:42:25 +0000 (20:42 +0200)
1  2 
docker/mk/Makefile.include

@@@ -17,7 -17,7 +17,7 @@@ LOWER_MDG = $(shell echo $(MDG) | tr '[
  CMD_DOCKER_ARGS ?= -q
  DOCKER_ARGS     = $(CMD_DOCKER_ARGS)
  
- DEPS := MON IM LCM RO common osmclient devops NBI POL
+ DEPS := MON IM LCM RO common osmclient devops NBI POL Keystone
  
  DEPS_TARGETS = $(addprefix $(MKBUILD)/.dep_, $(DEPS))
  
@@@ -44,7 -44,6 +44,7 @@@ build: $(MKBUILD) $(DEPS_TARGETS
                     --build-arg NBI_VERSION==$(shell cat $(MKBUILD)/.dep_NBI) \
                     --build-arg POL_VERSION==$(shell cat $(MKBUILD)/.dep_POL) \
                     --build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \
 +                   --build-arg LWUI_VERSION==$(shell date +%s) \
                     $(DOCKER_ARGS) .
  
  clean: