Merge "Refactoring to adhere to coding convention"

This commit is contained in:
Jenkins 2015-05-07 15:56:46 +00:00 committed by Gerrit Code Review
commit f6f9bff2db
1 changed files with 1 additions and 0 deletions

1
neutron/agent/l3/dvr_router.py Normal file → Executable file
View File

@ -46,6 +46,7 @@ class DvrRouter(router.RouterInfo):
self.rtr_fip_subnet = None
self.dist_fip_count = None
self.snat_namespace = None
self.fip_ns = None
def get_floating_ips(self):
"""Filter Floating IPs to be hosted on this agent."""