- 15 Dec, 2020 1 commit
-
-
Arnaud Morin authored
We dont need to overwrite service_name. The default value is network, which is correct for most cases. Signed-off-by:Arnaud Morin <arnaud.morin@gmail.com>
-
- 20 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
debian/salsa-ci.yml file.
-
Thomas Goirand authored
-
- 17 Oct, 2020 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 08 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 26 Sep, 2020 7 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
nova 22.0.0.0rc1 release candidate meta:version: 22.0.0.0rc1 meta:diff-start: - meta:series: victoria meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Thierry Carrez <thierry@openstack.org> meta:release:Commit: Balazs Gibizer <balazs.gibizer@est.tech> meta:release:Change-Id: I34bce76f9353bfa8367e81d8f68aff69245bcef7 meta:release:Code-Review+1: Balazs Gibizer <balazs.gibizer@est.tech> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 23 Sep, 2020 3 commits
- 22 Sep, 2020 6 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Artom Lifshitz authored
In commit 7c1d964f we fixed how we disable greendns. This patch adds a test for this. It also lays down the groundwork for future tests of how we manage eventlet's monkeypatching. How and what eventlet monkeypatches can be controlled by environment variables that are processed by eventlet at import-time (for exmaple, EVENTLET_NO_GREENDNS). Nova manages all of this in nova.monkey_patch. Therefore, nova.monkey_patch must be the first thing to import eventlet. As nova.tests.functional.__init__ imports nova.monkey_patch, our new test can go in the functional tree. Related-bug: 1895322 Change-Id: I5b6c45b7b9a9eca3c13ecfaa5f50942922b69270
-
Lee Yarwood authored
Ia18e9be4d07b732afd9db0007c541253f3cdaf82 bumped these versions in Ussuri and while it's late in the Victoria cycle we now need to do the same. Based on the LibvirtDistroSupportMatrix wiki page [1] the following versions have been selected for the next min versions during the Wallaby release: NEXT_MIN_LIBVIRT_VERSION = (6, 0, 0) NEXT_MIN_QEMU_VERSION = (4, 2, 0) MIN_QEMU_VTPM is removed as part of this patch as it also requires changes to functional tests that would otherwise fail. Follow up patches will remove the following constants after this change: - MIN_LIBVIRT_FILE_BACKED_DISCARD_VERSION - MIN_{LIBVIRT,QEMU}_NATIVE_TLS_VERSION - MIN_LIBVIRT_BETTER_SIGKILL_HANDLING - MIN_LIBVIRT_VIDEO_MODEL_VERSIONS - MIN_{LIBVIRT,QEMU}_PMEM_SUPPORT This change depends on the following devstack change that introduces the use of the Train UCA on Bionic nodes, allowing us to bump versions here ahead of a move to Focal. Depends-On: https://review.opendev.org/#/c/747123/ [1] https://wiki.openstack.org/wiki/LibvirtDistroSupportMatrix Change-Id: I8e349849db0b1a540d295c903f1470917b82fd97 -
Lee Yarwood authored
I49dc963ada17a595232d3eb329d94632d07b874b missed that call_hook_if_defined will actually cause the entire run to fail [1] if we attempt to stop the non-existent libvirt-bin service so just remove it now we are using the train UCA. [1] https://opendev.org/openstack/devstack-gate/src/commit/7a70f559c559e22b498d735b4ed20aadc71b7f39/functions.sh#L74 Change-Id: Ife26f1ceb6208e12328ccdccbab0681ee55d5a2a
-
- 18 Sep, 2020 8 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Lee Yarwood authored
The systemd service unit for libvirtd has changed name from libvirt-bin to libvirtd, as such the evacuation test script needs to be changed to support both as we move between these versions. Change-Id: I49dc963ada17a595232d3eb329d94632d07b874b
-
Zuul authored
-
Lee Yarwood authored
Related-Bug: #1882521 Change-Id: Ib9059dde41b0a07144ffa26552577308b1ffc9e1
-
Takashi Natsume authored
Fix list rendering in the accelerator support document. Change-Id: Ic58c5604b2e63daab7a30a95ad6a3481d96f6f63 Signed-off-by:Takashi Natsume <takanattie@gmail.com>
-
Wang Huaqiang authored
In commit a76277f8 , the introduction of flavor extra specs, such as 'hw:cpu_policy', 'hw:cpu_thread_policy' and ... , have been moved to 'doc/source/user/flavors.rst' from 'doc/source/admin/flavors.rst', while in 'cpu-topologiest.rst' this change hasn't been updated. Apply this change. Change-Id: I031a5ea6de00a8c5cf67897ddb78075c8bc79c0b Signed-off-by:
Wang Huaqiang <huaqiang.wang@intel.com>
-
- 17 Sep, 2020 5 commits
-
-
Lee Yarwood authored
These were previously manually converted ints based on the version tuples present in the driver. To avoid ever needing to worry about these again this change simply uses versionutils to covert the tuples found in the driver into ints used by fakelibvirt. Change-Id: I864494e11ff697788167c996a39f38d3d833d0d7
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Sylvain Bauza authored
Mostly based on cycle highlights and a couple of additions worth mentioning. Change-Id: I3587f7d89f8ab164a5569601d9fd237c2c031886
-