Fix typo in file name

This commit is contained in:
Aditya Manthramurthy 2014-03-26 16:26:59 +05:30
parent 3da49d4000
commit 861b8c8b95

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