Rename moniker-api-paste.ini -> api-paste.ini
Change-Id: Id4a1de56b3f645655b9c02cc4fe18faa25a18453
This commit is contained in:
parent
cb37fbc990
commit
6819ff8901
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user