mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Fix typo in file name
This commit is contained in:
parent
3da49d4000
commit
861b8c8b95
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class RegisterAMI(Task):
|
|||
registration_params['virtualization_type'] = 'hvm'
|
||||
else:
|
||||
registration_params['virtualization_type'] = 'paravirtual'
|
||||
akis_path = os.path.join(os.path.dirname(__file__), 'akis.json')
|
||||
akis_path = os.path.join(os.path.dirname(__file__), 'ami-akis.json')
|
||||
from common.tools import config_get
|
||||
registration_params['kernel_id'] = config_get(akis_path, [info.host['region'],
|
||||
info.manifest.system['architecture']])
|
||||
|
|
Loading…
Add table
Reference in a new issue