X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=nfvo_db.py;h=1bf3e4bc79951028d6c81b97093910ab2a294089;hb=392f28583d8750e7e2c2c5f2341688ec5acdf824;hp=7104ca8bd171e00086d5ede4f732e14a4b159a4a;hpb=7edb675ac76f3e0473042cf5cf7de3c0f19eda7d;p=osm%2FRO.git diff --git a/nfvo_db.py b/nfvo_db.py index 7104ca8b..1bf3e4bc 100644 --- a/nfvo_db.py +++ b/nfvo_db.py @@ -730,7 +730,9 @@ class nfvo_db(): tenant_id = scenario_dict.get('tenant_id') #scenario INSERT_={'tenant_id': tenant_id, - 'name': scenario_dict['name'],'description': scenario_dict['description']} + 'name': scenario_dict['name'], + 'description': scenario_dict['description'], + 'public': scenario_dict.get('public', "false")} r,scenario_uuid = self._new_row_internal('scenarios', INSERT_, tenant_id, True, None, True,created_time) if r<0: