~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/ec2test/account.py

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
 
25
25
VALID_AMI_OWNERS = {
26
 
    # Amazon account number: name/nickname (only for logging).
27
26
    '255383312499': 'gary',
28
27
    '559320013529': 'flacoste',
 
28
    '200337130613': 'mwhudson',
 
29
    '889698597288': 'henninge',
 
30
    '366009196755': 'salgado',
 
31
    '036590675370': 'jml',
29
32
    '038531743404': 'jelmer',
30
33
    '444667466231': 'allenap',
31
34
    '441991801793': 'gmb',
33
36
    '967591634984': 'jtv',
34
37
    '507541322704': 'sinzui',
35
38
    '424228475252': 'wallyworld',
36
 
    '292290876294': 'stevenk',
37
 
    '259696152397': 'bac',
38
 
    '873925794399': 'wgrant',
39
 
    '957911449157': 'mbp',
40
39
    # ...anyone else want in on the fun?
41
40
    }
42
41