Bug 1041005

Summary: [RFE][nova]: Fix overwriting of builtins
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-novaAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact: Ami Jeain <ajeain>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: hateya, markmc, ndipanov, sgordon, yeylon
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/do-not-overwrite-builtins
Whiteboard: upstream_milestone_next upstream_status_not-started upstream_definition_review
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-03 19:55:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 13:23:48 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/do-not-overwrite-builtins.

Description:

There are a lot of builins overwritten in the code (type, id, filter, etc). According to the HACKING rules (http://docs.openstack.org/developer/hacking/#general) we should not shadow them.

Specification URL (additional information):

None