mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Missing closing brace.
This commit is contained in:
parent
047920b120
commit
abe70d6df9
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class RegisterAMI(Task):
|
||||||
{'i386': 'aki-908f1da9', # pv-grub-hd0_1.04-i386.gz
|
{'i386': 'aki-908f1da9', # pv-grub-hd0_1.04-i386.gz
|
||||||
'amd64': 'aki-9e8f1da7' # pv-grub-hd0_1.04-x86_64.gz
|
'amd64': 'aki-9e8f1da7' # pv-grub-hd0_1.04-x86_64.gz
|
||||||
}
|
}
|
||||||
|
}
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
registration_params = {'name': info.ami_name,
|
registration_params = {'name': info.ami_name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue