karbor/smaug/tests/unit
chenying b2a624c783 basic API service
Implement the basic boilerplate for the smaug APIs, using WSGI and
OSLO services.
Smaug-api service now can respond the request of the resource plans.

Follow these steps to using smaug API service:

1 download the source code form github.

2 install dependency libraries
pip install -r requirements.txt

3 install smaug API service
python setup.py install

4 start smaug API service
python /usr/local/bin/smaug-api --config-file /etc/smaug/smaug.conf

4 using the resource plans RESTAPI (now only available with auth_strategy  noauth )
http://10.229.46.128:8799/v1/55daed3cc6da42c6aa25e55d15bb1757/plans

Closes-Bug: #1514745
Change-Id: Id27c624714c1839818937b94c1ecd33f393ec282
2015-12-08 18:55:43 +08:00
..
api basic API service 2015-12-08 18:55:43 +08:00
wsgi basic API service 2015-12-08 18:55:43 +08:00
__init__.py basic API service 2015-12-08 18:55:43 +08:00
conf_fixture.py basic API service 2015-12-08 18:55:43 +08:00
policy.json basic API service 2015-12-08 18:55:43 +08:00
test_cmd.py basic API service 2015-12-08 18:55:43 +08:00
test_context.py basic API service 2015-12-08 18:55:43 +08:00
test_exception.py basic API service 2015-12-08 18:55:43 +08:00
test_service.py basic API service 2015-12-08 18:55:43 +08:00