launchpad/gerrit sync script doesn't set email correctly

Bug #855966 reported by James E. Blair
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
Fix Released
Medium
Monty Taylor

Bug Description

Some launchpad imported accounts don't get email.

At least one potential cause is the import script produces account_external_ids entries that look like this:

 account_id | email_address | password | external_id
 -----------+---------------------+----------+----------------------------------------
 1216 | <email address hidden> | NULL | https://login.launchpad.net/+id/bar
 1216 | NULL | NULL | username:foo

but a correct account looks like:

 account_id | email_address | password | external_id
 -----------+---------------------------+----------+----------------------------------------
 1 | <email address hidden> | NULL | https://login.launchpad.net/+id/bar
 1 | NULL | NULL | username:foo
 1 | <email address hidden> | NULL | mailto:<email address hidden>

James E. Blair (corvus)
Changed in openstack-ci:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Monty Taylor (mordred)
Monty Taylor (mordred)
Changed in openstack-ci:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.