Skip to content

Commit

Permalink
Merge "check_create must return valid dict or None" into R2.22-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Aug 14, 2015
2 parents 0927ac6 + b7c39f1 commit 7e53e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/to_bgp.py
Expand Up @@ -1613,7 +1613,7 @@ def check_create(self):
if ip_addr is None:
self.log_error("No ip address found for interface "
+ interface_name)
return False
return None
vmi_info = {'vmi': interface, 'address': ip_addr}
vm_info[interface.service_interface_type] = vmi_info

Expand Down

0 comments on commit 7e53e54

Please sign in to comment.