Bug 449009

Summary: Rename groups.canonical_id since it refers to oracle OrgId
Product: [Retired] Issue-Tracker Reporter: Mike Amburn <mamburn>
Component: PerformanceAssignee: Mike Amburn <mamburn>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 4.6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-26 20:47:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike Amburn 2008-05-29 21:12:56 UTC
per Lisa Davidson (llu):

There are cononical_id columns in both groups table and customer_user_cache table.
groups.cononial_id refers to Oracle OrgId
customer_user_cache.cononical_id refers to username in User Service

Table: groups
 `canonical_id` bigint(20) default '0',

------------------------------------------

Table: customer_user_cache
`canonical_id` varchar(45) default NULL,

We should rename groups.cononical_id to avoid the confusion.

Comment 1 Mike Amburn 2012-06-26 20:47:55 UTC
Closing my open Issue-Tracker requests.