sahara/sahara/api
Shu Yingya e4dc6fd5bd [APIv2] Further rename endpoint of jobs & job_executions
Patch [1] has already changed endpoint from jobs to
job_templates and job_executions to jobs.
However, the filename is still confusing.
Follow changes included in this patch:
 * rename filenames: jobs.py -> job_templates.py
                     job_executions.py -> jobs.py
 * rename function name in "api/v2":
                     job_list() -> job_template_list()
 * rename parameter in both "api/v11.py" and "api/v2":
                     job_id -> job_templates_id
                     job_execution_id -> job_id
                     ...
I want to correct the parameter name in APIv2,
but that leads to validation error. So I also changed
the parameter name in "api/v11.py"

[1]: https://review.openstack.org/#/c/309395/

Partial-Implements: bp v2-api-experimental-impl
Change-Id: Ia7a7ca811c82ddea13c21521a3abd62165ebd513
2017-03-06 20:21:24 +08:00
..
middleware [APIv2] remove a method that places in wrong file 2017-02-10 20:25:08 +08:00
v2 [APIv2] Further rename endpoint of jobs & job_executions 2017-03-06 20:21:24 +08:00
__init__.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
acl.py Use api-paste.ini for loading middleware 2015-10-13 16:04:22 +03:00
base.py Add translation support to service and missed modules 2014-07-31 13:20:58 +04:00
v10.py Merge "Add sorting ability to Sahara-API" 2016-08-11 13:09:38 +00:00
v11.py [APIv2] Further rename endpoint of jobs & job_executions 2017-03-06 20:21:24 +08:00