yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07953
[Bug 1266510] [NEW] Misspelled config file name in ec2api_modwsgi.py
Public bug reported:
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']
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1266510
Title:
Misspelled config file name in ec2api_modwsgi.py
Status in OpenStack Compute (Nova):
New
Bug description:
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']
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1266510/+subscriptions
Follow ups
References