Files
releases/deliverables/ocata/python-mistralclient.yaml
Lingxian Kong ea1b53854d Release python-mistralclient 3.0.1
Change-Id: Ia230a61dba517c36fed6e0741320b34e5f150c8e
2017-07-25 16:00:07 +12:00

30 lines
944 B
YAML

---
include-pypi-link: true
launchpad: python-mistralclient
release-model: cycle-with-intermediary
team: mistral
type: library
branches:
- name: stable/ocata
location: 3.0.0
releases:
- version: 3.0.0
projects:
- repo: openstack/python-mistralclient
hash: a7bf138e71adbfca5aeae0684e0342bada8185eb
highlights: >
- Refine openstack command cline for mistral according to
OpenStackClient command structure.
- Support filtering when query resource.
- Allow action executions to be cancelled.
- Python 3.5 is officially supported.
- Support specifying region name (both local and target cloud) in
command line.
- version: 3.0.1
projects:
- repo: openstack/python-mistralclient
hash: 1a3094d2245db9a848a8184817000b3c6cbacbe4
highlights: >
- Set --limit parameter by default for several commands to avoid high
server load.