At the time od election Vladimir used the @mirantis address. Since
then that email address has been removed from gerrit. Using the REST
api we can confirm that the account that uploaded that review matches
the new email address.
---
[tony@thor ~]$ curl https://review.openstack.org/changes/?q=I8d4fba4f2c39bf0542c79e9999a3face2261f2ce
)]}'
[
{
"id": "openstack%2Felection~master~I8d4fba4f2c39bf0542c79e9999a3face2261f2ce",
"project": "openstack/election",
"branch": "master",
"hashtags": [],
"change_id": "I8d4fba4f2c39bf0542c79e9999a3face2261f2ce",
"subject": "Nominate Vladimir Kuklin for Fuel PTL for Pike",
"status": "MERGED",
"created": "2017-01-27 13:26:56.000000000",
"updated": "2017-01-30 09:28:04.000000000",
"submitted": "2017-01-28 01:29:56.000000000",
"insertions": 126,
"deletions": 0,
"_number": 426230,
"owner": {
"_account_id": 8786
}
}
]
[tony@thor ~]$ curl https://review.openstack.org/accounts/8786
)]}'
{
"_account_id": 8786,
"name": "Vladimir Kuklin",
"email": "aglarendil@gmail.com",
"username": "aglarendil"
}
---
Change-Id: Idedb61072b9996976c372c5e57d0cc356a2b9308