]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactoring to adhere to coding convention
authorrajeev <rajeev.grover@hp.com>
Wed, 25 Feb 2015 18:45:11 +0000 (13:45 -0500)
committerAdolfo Duarte <adolfo.duarte@hp.com>
Sat, 25 Apr 2015 10:48:09 +0000 (03:48 -0700)
commit0399bf5c8b65175d0d308a5d4a1541161cbfad7d
tree780d6ba90bebacff74f2e269b7510a8bd8039273
parent8c7bc3536b38350cffcc2932b576f4ace1e7b91c
Refactoring to adhere to coding convention

By convention, internal properties of the DvrRouter class
are initialized to None in the constructor. This patch
initializes the fip_ns property to None in order to adhere
to those guidelines

Change-Id: Ic135102a4c9372fcbbdba261f906b594e247d451
neutron/agent/l3/dvr_router.py [changed mode: 0644->0755]