Skip to content

Commit

Permalink
Merge "Retrieve provider properties while reading VN" into R3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Oct 25, 2016
2 parents b786a45 + 5e01331 commit d3e56bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/api-server/vnc_cfg_types.py
Expand Up @@ -691,7 +691,7 @@ def pre_dbe_create(cls, tenant_name, obj_dict, db_conn):
vn_uuid = db_conn.fq_name_to_uuid('virtual_network', vn_fq_name)

ok, result = cls.dbe_read(db_conn, 'virtual_network', vn_uuid,
obj_fields=['parent_uuid'])
obj_fields=['parent_uuid', 'provider_properties'])
if not ok:
return ok, result

Expand Down

0 comments on commit d3e56bd

Please sign in to comment.