Merge "remove two unused apis"
This commit is contained in:
commit
00d553bcc9
@ -57,16 +57,6 @@ class APIRouter(venus.api.openstack.APIRouter):
|
|||||||
action='set_config',
|
action='set_config',
|
||||||
conditions={'method': ['POST']})
|
conditions={'method': ['POST']})
|
||||||
|
|
||||||
mapper.connect("get_log_storage_days", "/log_storage_days",
|
|
||||||
controller=config_resource,
|
|
||||||
action='get_config',
|
|
||||||
conditions={'method': ['GET']})
|
|
||||||
|
|
||||||
mapper.connect("set_log_storage_days", "/log_storage_days",
|
|
||||||
controller=config_resource,
|
|
||||||
action='set_config',
|
|
||||||
conditions={'method': ['POST']})
|
|
||||||
|
|
||||||
mapper.connect("search_params", "/search/params",
|
mapper.connect("search_params", "/search/params",
|
||||||
controller=search_resource,
|
controller=search_resource,
|
||||||
action='search_params',
|
action='search_params',
|
||||||
|
Loading…
Reference in New Issue
Block a user