]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
pep8 error fixed for l2network_db.py
authorrohitagarwalla <roagarwa@cisco.com>
Thu, 18 Aug 2011 18:09:37 +0000 (11:09 -0700)
committerrohitagarwalla <roagarwa@cisco.com>
Thu, 18 Aug 2011 18:09:37 +0000 (11:09 -0700)
quantum/plugins/cisco/db/l2network_db.py

index b2198c8eb8b357b5f74ba58d1e69ae74790dd71f..a5b9f910f762c6d579882a7c36e6d5ccdec798cd 100644 (file)
@@ -248,7 +248,7 @@ def remove_portprofile(tenantid, ppid):
         pass
 
 
-def update_portprofile(tenantid, ppid, newppname=None, newvlanid=None, 
+def update_portprofile(tenantid, ppid, newppname=None, newvlanid=None,
                        newqos=None):
     """Updates port profile"""
     session = db.get_session()
@@ -325,7 +325,7 @@ def remove_pp_binding(tenantid, portid, ppid):
         pass
 
 
-def update_pp_binding(tenantid, ppid, newtenantid=None, newportid=None, 
+def update_pp_binding(tenantid, ppid, newtenantid=None, newportid=None,
                                                     newdefault=None):
     """Updates port profile binding"""
     session = db.get_session()