kloudbuster/kb_server
Yichen Wang 322dd1e7d1 Replace configure with AttrDict
1. Replace configure with AttrDict;
2. Fix the issue while tring to update the configs using Rest API (PUT);
3. Adding timestamp to the logging when calling from Rest API;
4. Use decorator in Rest API server to avoid code duplication;

Change-Id: I3490bc5ca5b982c6ad424bbb485fcf3c18cdb586
2015-09-24 13:57:29 -07:00
..
kb_server Replace configure with AttrDict 2015-09-24 13:57:29 -07:00
public/ui Rest API Enhancements 2015-09-03 14:53:58 -07:00
MANIFEST.in Add support to upload official image from OpenStack 2015-09-02 10:32:38 -07:00
README Add support to upload official image from OpenStack 2015-09-02 10:32:38 -07:00
config.py Add support to upload official image from OpenStack 2015-09-02 10:32:38 -07:00
kloudbuster-swagger.yaml Add support to update configs via Rest API 2015-09-15 23:36:11 -07:00
setup.cfg Add support to upload official image from OpenStack 2015-09-02 10:32:38 -07:00
setup.py Add support to upload official image from OpenStack 2015-09-02 10:32:38 -07:00

README

Run below command once after the installation:
python setup.py develop

Run below command to start the server:
pecan serve config.py