← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1460528] [NEW] Some useless variables and parameters

 

Public bug reported:

There are some uesless variables and parameters in
nova.api.openstack.compute.server.py and nova.compute.api.py.

nova.api.openstack.compute.server.py lines 650  except Exception as error --> except Exception
nova.compute.api.py. lines 563  remove the context parameter.
                               lines 1097  considertaion  -->  consideration

** Affects: nova
     Importance: Undecided
     Assignee: wangxiyuan (wangxiyuan)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => wangxiyuan (wangxiyuan)

** Description changed:

- There are some uesless variables and parametesr in
+ There are some uesless variables and parameters in
  nova.api.openstack.compute.server.py and nova.compute.api.py.
- 
  
  nova.api.openstack.compute.server.py lines 650  except Exception as error --> except Exception
  nova.compute.api.py. lines 563  remove the context parameter.
-                                lines 1097  considertaion  -->  consideration
+                                lines 1097  considertaion  -->  consideration

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1460528

Title:
  Some useless variables and parameters

Status in OpenStack Compute (Nova):
  New

Bug description:
  There are some uesless variables and parameters in
  nova.api.openstack.compute.server.py and nova.compute.api.py.

  nova.api.openstack.compute.server.py lines 650  except Exception as error --> except Exception
  nova.compute.api.py. lines 563  remove the context parameter.
                                 lines 1097  considertaion  -->  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1460528/+subscriptions


Follow ups

References