Merge pull request #38 from donatello/master

Fix typo in file name
This commit is contained in:
Anders Ingemann 2014-03-26 22:09:06 +01:00
commit b7592288d9

View file

@ -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']])