Rename moniker-api-paste.ini -> api-paste.ini

Change-Id: Id4a1de56b3f645655b9c02cc4fe18faa25a18453
This commit is contained in:
Kiall Mac Innes 2013-01-31 11:17:13 +00:00
parent cb37fbc990
commit 6819ff8901
3 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ cfg.CONF.register_opts([
help='API Host'),
cfg.IntOpt('api_port', default=9001,
help='API Port Number'),
cfg.StrOpt('api_paste_config', default='moniker-api-paste.ini',
cfg.StrOpt('api_paste_config', default='api-paste.ini',
help='File name for the paste.deploy config for moniker-api'),
cfg.StrOpt('auth_strategy', default='noauth',
help='The strategy to use for auth. Supports noauth or '