Closed galstrom21 closed 10 years ago
from the launchpad bug:
I found a misspelling in file ec2api_modwsgi.py.
config_files = ['/etc/nova/api-paste.ini', '/etc/nova/nova.comf']
should be:
config_files = ['/etc/nova/api-paste.ini', '/etc/nova/nova.conf']
User filed this in launchpad: https://bugs.launchpad.net/nova/+bug/1266510
Offending line: https://github.com/rcbops-cookbooks/nova/blob/master/files/default/ec2api_modwsgi.py#L5