Skip to content

Commit

Permalink
Merge pull request #374 from cloudnull/issue754
Browse files Browse the repository at this point in the history
Merged automatically by jenkins after successful build test
  • Loading branch information
rcbjenkins committed Jan 23, 2014
2 parents 36c314d + 24b3eb8 commit e383e35
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 e383e35

Please sign in to comment.