Skip to content

Commit

Permalink
Merge "Set the vmi peroperty before updating it to api server" into R2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 8, 2015
2 parents 5ee810e + bf4a307 commit bdd9fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/schema-transformer/to_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2389,6 +2389,7 @@ def process_analyzer(self):
if mirror_to.__dict__ == self.interface_mirror.mirror_to.__dict__:
return
vmi_props.set_interface_mirror(self.interface_mirror)
if_obj.set_virtual_machine_interface_properties(vmi_props)
try:
_vnc_lib.virtual_machine_interface_update(if_obj)
except NoIdError:
Expand Down

0 comments on commit bdd9fa2

Please sign in to comment.