diff options
author | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2017-12-04 16:25:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-04 16:25:09 +0000 |
commit | 4eca59a0c9ac4ede449edf092617d01da962a444 (patch) | |
tree | d512bc893c615c3b74086fc5d1f83b5f035d5047 /docs/submodules | |
parent | 3c5eeae58d6ad5d8ba11012599143e64e647dad1 (diff) |
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>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/oom.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject 37bf12c51257f36e731645fcff21ba23c2fa9a7 +Subproject 6ee3ab73a4a580436d25c5ee76d63a1d720c375 |