a0e346b6db7517987e38b82149d8ade8dd5c9565
A new optional --params parameter was added to 'vitrage template add' and 'vitrage template validate' APIs, to allow assigning actual values to parameters in Vitrage templates. Story: 2004056 Task: 29134 Depends-On: Iac163aaf6de0e029893386fc4274421df4706c4e Change-Id: I144f6cb889be6e97e0d4cbcf1fe5820c8d38c716
Team and repository tags
Python bindings to the Vitrage API
This is a client library for Vitrage built to interface with the
Vitrage API . It provides a Python API (the vitrageclient
module) and a command-line tool (vitrage).
Contents:
Ubuntu Install
At the moment only manual install is available
- Manual Install Steps:
-
- cd to your python-vitrageclient repo
- sudo pip install -r requirements.txt
- python setup.py install
Building and Packaging
Install the tool dependencies
sudo apt-get install python-pip python-virtualenv
In the python-vitrageclient source directory
virtualenv --no-site-packages .venv
source ./.venv/bin/activate
pip install wheel
python setup.py bdist_wheel
pip install $(ls -1rt dist/*.whl | tail -1) --upgrade
References
Detailed documentation for the CLI see CLI Spec
Description
Languages
Python
100%