Stackops python-automationclient is under development taking as groundwork the project
Openstack python-cinderclient, therefore to recreate the current project you need to clone this one
throught the command https://github.com/jvalderrama/python-syncrepos.git
and then follow the
next steps:
- Go to the directory
python-syncrepos
- Once on the directory run the command
python tools/install_venv.py
to create a virtual environment to work on it - Activate the virtual environment with the command
source .venv/bin/activate
- Install the python-automationclient throught the command
python setup.py install
- Go to a browser and type: http://localhost:8080/hello/INDIGO
That's all!! Start to contribute to the API....