mistral-dashboard is now a separate deliverable in the
governance repo [1]. This commit moves mistral-dashboard
into a separate deliverable file.
[1] https://review.opendev.org/700368
Change-Id: I0c3828d47fa3869f43b921b91a0a6a47ec18f51b
Pick up support for feature.api [1].
Major bump as this is the first release since dropping py2 support [2].
[1] I36bde39742f7f3ee60ee10240d836c7083cfa0fd
[2] I5ab48fe70e49d104290f1c01014e4aa6420e300f
Change-Id: I5c80a42fc61f2af7f18510f8275e25693b36e09f
This adds COMPUTE_RESCUE_BFV and COMPUTE_ACCELERATORS:
c37f67a Add COMPUTE_RESCUE_BFV trait
bdc942a Add a trait that compute manager can handle accelerator requests.
Change-Id: Iba9e61c430c6bf31c9761c967dcd52a6d1a7faec
This release picks up [1], which is a feature; but also is the first
release since dropping py2 support (via [2]), hence the major bump.
[1] If700daf8a38b1c426bcfcb5ac37202e8aa0178e5
[2] Iff873ae15f865aa8740760a3e904a96d22e553e8
Change-Id: Ifd777ec06e7fa3e4a3247d66ce3c2f848ca8ba9b
We have had a bashate target in tox.ini for quite awhile, but we haven't
had a Zuul job run it on changes. Manual fixes have been needed from
time to time when someone has decided to run the linting on their own.
Rather than needing periodic cleanup, let's just have this job run on
any *.sh file changes.
Change-Id: I828715f30695fac1036b982b180a6fdaec03bc43
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This release contains commit 60d23fb, which contains the fix for
Bug #1857094, which is needed by the Cinder "Support multiple stores
of Glance" feature.
Change-Id: Id64363a328208ca74703b15235a09c570da74c32
Features:
- Drops Python 2 support.
Fixes:
- Introduces a fix for a port API extension: the extension was
redefining the "qos_policy_id" parameter, instead of adding
the new one "qos_network_policy_id".
Change-Id: Ic2d6a6c13570a006633bb2150ceb741e3e20f24a
This picks up unreleased changes in os-client-config.
The cycle-with-intermediary deliverables are good to release frequently
whenever there are functional changes to be released. Feel free to -1
this patch if there are additional changes that should be included in
this release or if it is not a good time to do it.
Change-Id: I342ac7abe7b43d1145b92d1c0da1911024b036b4
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Fixes some comments from the initial review and minor cleanup.
Change-Id: I17f18f63cb7e9da4bc7504405472e3ac39151c3e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Since the last release, horizon dropped python 2.7 support completely.
The min version of Django was also bumped from 1.11 to 2.2 and
Django 1.11 is the last Django relase with python 2.7 support.
Python 2.7 drop is a backward-incompatible change,
so the major version is bumped.
Change-Id: Ieff54bb356732ef92508af39984105d0b1ae0274