diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-11-24 16:59:15 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2017-11-28 16:33:06 +0000 |
commit | 95b93f55715aac45bfee39050274c5c2f0dce492 (patch) | |
tree | 60b463910b5318e58ea58f8e2796b1ab70dbaf14 /kubernetes/dcaegen2 | |
parent | c00c687517d3d764378f54775f0b6a664c1ca221 (diff) |
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 'kubernetes/dcaegen2')
0 files changed, 0 insertions, 0 deletions