Skip to content

Commit

Permalink
Fix for issue 754
Browse files Browse the repository at this point in the history
Renamed "nova.comf" to "nova.conf" in configuration file list.
  • Loading branch information
cloudnull committed Jan 23, 2014
1 parent 36c314d commit 24b3eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/default/ec2api_modwsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from nova import config
from paste import deploy

config_files = ['/etc/nova/api-paste.ini', '/etc/nova/nova.comf']
config_files = ['/etc/nova/api-paste.ini', '/etc/nova/nova.conf']
config.parse_args([], default_config_files=config_files)

LOG = logging.getLogger(__name__)
Expand Down

0 comments on commit 24b3eb8

Please sign in to comment.