rcbops / chef-cookbooks

RCB OPS - Chef Cookbooks
Other
118 stars 102 forks source link

Misspelled config file name in ec2api_modwsgi.py #754

Closed galstrom21 closed 10 years ago

galstrom21 commented 10 years ago

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

breu commented 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']