Sahara provides a scalable data processing stack and associated management interfaces.
Go to file
Michael McCune ef3815988e rename service api modules
This change renames the service api modules to be organized under the
sahara.service.api package. A v2 package has been added which holds the
equivalent v10 and v11 functions. To make the api version setup
transparent to the caller, the global OPS variable has been refactored
into the base sahara.service.api package.

Changes
* create sahara/service/api package
* rename sahara/service/api.py to sahara/service/api/v10.py
* rename sahara/service/edp/api.py to sahara/service/api/v11.py
* correct occurances of old imports in code and tests
* rename sahara/tests/unit/service/test_api.py to
  sahara/tests/unit/service/api/test_v10.py
* add initial v2 equivalents for current api services
* move global OPS object into the sahara.service.api package
* add documentation for the api service layer

Partial-Implements: bp v2-api-experimental-impl
Depends-On: I16918a30a862b42edd7a982caf555be618199ac3
Change-Id: Iefbedbc76ac620ff012bcaf536c17637b6252a15
2016-03-28 19:21:19 -04:00
devstack Merge "Enabling distributed periodics in devstack" 2016-02-29 13:59:10 +00:00
doc/source rename service api modules 2016-03-28 19:21:19 -04:00
etc Moved CORS middleware configuration into oslo-config-generator 2016-03-03 14:01:09 -08:00
releasenotes Update reno for stable/mitaka 2016-03-18 08:07:22 +00:00
sahara rename service api modules 2016-03-28 19:21:19 -04:00
tools Merge "Updating get_auth_token to use keystonemiddleware" 2016-03-15 22:32:12 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:55:20 +00:00
.gitignore Remove old integration tests for sahara codebase 2015-11-19 07:59:15 +00:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:55:37 +04:00
.mailmap Add entry for Yevgen Runts to avoid dup author 2014-09-18 18:06:56 -07:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Ensure default arguments are not mutable 2015-12-31 15:56:11 +08:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
README.rst Add source url into README.rst 2015-10-24 05:40:07 +00:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
bandit.yaml Fixes to make bandit integration tests work with sahara 2016-02-18 16:35:38 +00:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
requirements.txt Updated from global requirements 2016-03-05 15:37:52 +00:00
run_tests.sh Fixup 'savanna' references in run_tests.sh 2014-03-20 16:52:42 -04:00
setup.cfg register the config generator default hook with the right name 2016-03-11 15:30:36 -05:00
setup.py Updated from global requirements 2015-09-22 03:37:33 +00:00
test-requirements-bandit.txt Update bandit version 2016-02-05 12:17:02 -05:00
test-requirements.txt Remove PyMySQL and psycopg2 from test-requirements.txt 2016-03-23 15:01:48 +01:00
tox.ini Use ostestr instead of the custom pretty_tox.sh 2016-02-25 22:55:15 +01:00