An updated version of ironic-lib in order to help
reduce gate issues we are observing in ironic where
our integration test nodes are experiencing sporatic
extreme IO latency. The hope is that this fix addresses
the cases where IO latency can become problematic for
the integration test.
Change-Id: Ia672664b933d04d87486cc569b58c224dcc35c1f
Since May 2018 [1], the WordCompleter and PathCompleter moved
from prompt_toolkit 's contrib module to prompt_toolkit.completion
Without this patch, it is impossible to use the interactive-release
CLI with the latest versions of prompt_toolkit, which is not freezed
in the requirements.
This fixes the issue by using the latest way to import WordCompleter
and ensuring users will have the latest prompt_toolkit versions
compatible with this change.
[1]: 8d12c16081 (diff-c25fe0509d70181361304341982e6d0f)
Change-Id: Ia9180a10f0aa8f6f8ed25d7fd5e4e3ec39f86714
Due to the timing of the Spring summit during the 'Stein' Release we
will hold 2 TC elections. This change add the release name to the
headings.
Also the TC election is a Cross-project event so move it into that
section. As there will be more than one election demote the style
Change-Id: If25ca22a336d8675ee8126bb1de2821e40f81551
As planned [1], Searchlight team will do a release at Stein-2
milestone:
- searchlight: 6.0.0.0b2
- searchlight-ui: 6.0.0.0b2
The major change in this release is the use cases and vision of
Searchlight. There are several bug fixes and package upgrade
as well.
This release was mainly made possible by the contribution of:
- Thuy Dang <thuydang.de@gmail.com>
- Sa Pham <saphi070@gmail.com>
And other contributors.
[1] https://etherpad.openstack.org/p/searchlight-stein-ptg
Change-Id: I3a593c093a8b9cbc3ce88d4a23cbd56574bd3fc3
Signed-off-by: Trinh Nguyen <dangtrinhnt@gmail.com>
Plugins repositories have been split out from the main sahara.git
repository.
Also, make sure that sahara.git is published to pypi, because
it is required by the plugins.
Change-Id: I2cfe9a7291f8aed8e37da7b4902a62a6453ee4f6
swift-bench was not released since we introduced the releases
repository. In order to stop having it flagged as missing (and
to have it mentioned on releases.o.o), import past release
history in the repository. Future releases (if any) will use
the releases repository.
Change-Id: Idd0b3cfc86d81faa82f381a714566b14894c9384
This release of os-brick includes a number of
bug fixes as well as adding connector support
for RSD via NVMe.
Change-Id: I4eabd95ac76c7d331f4f6cc01db7dda356331325
Before this change we always had a start revision value because
get_latest_tag() returned a SHA if it didn't have a real tag. The way
that SHA is determined leads to not including all changes in the
report about the release, so we don't want to use the value. This
change allows get_latest_tag() to return None and in that case use an
empty starting point for the diff range when computing the release
notes contents.
Change-Id: I7403b0ab2264ef7828c012a943cf093da2951d68
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This will provide a working release of the placement service,
including all the expected dependencies of this cycle. This is expected
to be useful for packagers and other testers. The release will not have
complete documentation, but will be a fully working implementation of
the service. In fact it ought to work installed from pypi without too
much hassle.
Note that placement is currently a deliverable of the nova team and uses
nova's launchpad to track bugs. This is expeced to change relatively
soon but the switchover has not yet happened.
The depends on is to the zuul settings to add the release-to-pypi job.
Depends-On: https://review.openstack.org/628240
Change-Id: I4beed6daf2ed4ce6723d633ebdeca3253fa75727