Add AAI_SERVICE_URL environment variable 11/46711/1
authorVictor Morales <victor.morales@intel.com>
Wed, 9 May 2018 00:18:21 +0000 (17:18 -0700)
committerVictor Morales <victor.morales@intel.com>
Wed, 9 May 2018 00:18:21 +0000 (17:18 -0700)
commit408bbd742c250bf66611c577eb3af4496b70d525
treeacd8dc9c60cebc3e7c52e77ae31c6359a76b5b54
parent3c13299e1f76c30dccb5509f0d2b30486f29a3ff
Add AAI_SERVICE_URL environment variable

The settings.py file uses the values of AAI_ADDR and AAI_PORT to
create AAI_SERVICE_URL config value. This last value uses a template
which contains the https protocol. Using secure protocols are good
practice for production deployments but can be a restriction during
testing. This change allows to modify this value.

Change-Id: Idc7b0b709caf79e03c2f66774ef780223b913946
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-214
ocata/docker/Dockerfile
ocata/ocata/settings.py