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)
commit5067fe7e7453221bb5936a21a0a00c982438ba4a
tree9f7c2aa61157be702569fb9c3aaab0f022fd4dce
parentd7ebcef5f7abeb8b472c0400b89ac1b882d9594b
Updated git submodules

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