[release-announce] python-vitrageclient 2.6.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 26 00:01:35 UTC 2019


We contentedly announce the release of:

python-vitrageclient 2.6.0: Vitrage Client API Library

This release is part of the stein release series.

Download the package from:

    https://pypi.org/project/python-vitrageclient

For more details, please see below.

2.6.0
^^^^^

New Features

* Added a new cli command "service list" to display all the vitrage
  services present in the system.

* Added support for parameters in Vitrage templates. "vitrage
  template add" can now be called with an additional "--params"
  argument for assigning actual values for the parameters that are
  defined in the template.

Changes in python-vitrageclient 2.5.0..2.6.0
--------------------------------------------

a0e346b Support parameters in Vitrage templates
c293cbd add a new service list api
cc6509a Update the bugs link to storyboard


Diffstat (except docs and test files)
-------------------------------------

CONTRIBUTING.rst                                   |   4 +-
openstack-common.conf                              |   6 -
.../notes/add_service_list-0d0720c6bd41e10e.yaml   |   4 +
...pport-template-parameters-766ec9420d2502c5.yaml |   5 +
setup.cfg                                          |   1 +
tools/vitrage.bash_completion                      |  42 ++++---
vitrageclient/shell.py                             |   4 +-
vitrageclient/v1/cli/service.py                    |  34 ++++++
vitrageclient/v1/cli/template.py                   |  33 ++++-
vitrageclient/v1/client.py                         |   2 +
vitrageclient/v1/service.py                        |  24 ++++
vitrageclient/v1/template.py                       |  17 ++-
13 files changed, 258 insertions(+), 52 deletions(-)







More information about the Release-announce mailing list