Updated git submodules
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Mon, 4 Dec 2017 16:25:09 +0000 (16:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 4 Dec 2017 16:25:09 +0000 (16:25 +0000)
commit4eca59a0c9ac4ede449edf092617d01da962a444
treed512bc893c615c3b74086fc5d1f83b5f035d5047
parent3c5eeae58d6ad5d8ba11012599143e64e647dad1
Updated git submodules

Project: oom master 6ee3ab73a4a580436d25c5ee76d63a1d720c375f

Merge "Adjust mso mysql to latest"

Adjust mso mysql to latest

Actual:

MariaDB [mso_catalog]> select * from service;
3 rows in set (0.00 sec)
MariaDB [mso_catalog]> select * from service_recipe;
4 rows in set (0.01 sec)
MariaDB [mso_catalog]> select * from vnf_components_recipe;
15 rows in set (0.00 sec)

Expected:

MariaDB [mso_catalog]> select * from service;
4 rows in set (0.01 sec)
MariaDB [mso_catalog]> select * from service_recipe;
6 rows in set (0.00 sec)
MariaDB [mso_catalog]> select * from vnf_components_recipe;
12 rows in set (0.00 sec)

Change-Id: I505c38f37a49c752fda0bdf5dcacd07c71201dab
Issue-ID: OOM-462
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
docs/submodules/oom.git