~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Undo rename. Again.

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',
29
28
    '200337130613': 'mwhudson',
37
36
    '967591634984': 'jtv',
38
37
    '507541322704': 'sinzui',
39
38
    '424228475252': 'wallyworld',
40
 
    '292290876294': 'stevenk',
41
 
    '259696152397': 'bac',
42
39
    # ...anyone else want in on the fun?
43
40
    }
44
41