Updated git submodules
authorMarcus Williams <marcus.williams@intel.com>
Tue, 21 Aug 2018 23:32:59 +0000 (23:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 21 Aug 2018 23:32:59 +0000 (23:32 +0000)
Project: so master 4d4177a26a5ccbead0da4818cbf93be6aeb39617

Merge "openstack_adapter container fails to start"

openstack_adapter container fails to start

The reported problem occurs because the openstack-adapters app
is attempting to do a migration on top of a migration already
performed by the catalog-db app.

I'm adding these options to flyway in openstack-adapters:
  baseline-on-migrate: true
  validate-on-migrate: false

Another issue is that the java-based CloudConfig migration class
was looking for CloudConfig data only in the application.yaml
file in the classpath.  It was not looking for CloudConfig data
in the override file.  I've changed this logic to look in the
override file first and then in application.yaml.  Ideally, these
sources would be merged, but I don't see a reasonable way to do it.

Change-Id: I7ba07c1f8f00b4c628e825393ee31502950fe592
Issue-ID: SO-868
Signed-off-by: Rob Daugherty <rd472p@att.com>
docs/submodules/so.git

index 377069f..4d4177a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 377069ff37c83a21acb406f77703b1256aa41a9c
+Subproject commit 4d4177a26a5ccbead0da4818cbf93be6aeb39617