- 14 Sep, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
heat 19.0.0.0rc1 release candidate meta:version: 19.0.0.0rc1 meta:diff-start: - meta:series: zed meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Elod Illes <elod.illes@est.tech> meta:release:Change-Id: Ie6649ab79ac4caeb7f733973f43c722dc978ebfc meta:release:Code-Review+1: Rico Lin <ricolin@ricolky.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 11 Sep, 2022 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I791e0ca3ccd221411f0ec9222a4c3f8ed9126f99
-
- 05 Sep, 2022 1 commit
-
-
Stephen Finucane authored
oslo.db 12.1.0 has changed the default value for the 'autocommit' parameter of 'LegacyEngineFacade' from 'True' to 'False'. This is a necessary step to ensure compatibility with SQLAlchemy 2.0. However, we are currently relying on the autocommit behavior and need changes to explicitly manage sessions. Until that happens, we need to override the default. Signed-off-by:Stephen Finucane <stephenfin@redhat.com> Change-Id: I57b8cce28c2ad7899b831067c94b9d913f3f1334
-
- 17 Aug, 2022 2 commits
- 16 Aug, 2022 1 commit
-
-
Brendan Shephard authored
Add a new heat resource for Floating IP port forwarding extension. Story: 2009321 Task: 43742 Change-Id: I729f11873940a83e77038c5ba8e8eb50965623f6
-
- 02 Aug, 2022 1 commit
-
-
Zuul authored
-
- 01 Aug, 2022 2 commits
-
-
Takashi Kajinami authored
... because Nova requires the public_key property when creating a keypair since api microversion 2.92. Story: 2010201 Task: 45920 Change-Id: Iec6f1c570ec3bb19ca58b336e6e3401cc11c4c33
-
Takashi Kajinami authored
... because we don't really intend to test the actual resource logic but behavior of the engine logic to manage resources. Depends-on: https://review.opendev.org/851669 Story: 2010201 Task: 45918 Change-Id: If651dbe34792c8ec72320a6d389a1bc1f2d23d13
-
- 21 Jul, 2022 1 commit
-
-
Brendan Shephard authored
This change removes the cloud watch cleanup tasks as part of general housecleaning. Change-Id: Id8f678dfd504ff27d6fdb86011129d353a31f3cf
-
- 18 Jul, 2022 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
Since swiftclient 4.0.1, sha256 is used when generating tempurl signature[1]. This change extends the regex pattern to assert signatues so that it can accept both sha1(old) and sha256(current). [1] https://review.opendev.org/c/openstack/python-swiftclient/+/845157 Change-Id: I063fb5faf3546e306f41821f14fc14a7b28c9743
-
- 14 Jul, 2022 1 commit
-
-
Zuul authored
-
- 13 Jul, 2022 3 commits
-
-
Pavlo Shchelokovskyy authored
that patch erroneously replaced dict.values() with dict.items(), and now ExtraRouteSet can not be created due to AttributeError ('tuple' has no attribute 'has_interface'). Story: 2010142 Task: 45778 Change-Id: I2643b319f3a91f98097b96639f7298b25724aa62 -
Rabi Mishra authored
ServerGroup resources work as scheduler hints for server resources and replacement of it replaces the servers which is undesirable in many circumstances. - We don't allow update of ServerGroup resource properties - If not created (CREATE_FAILED) without resource_id they will be replaced - If does not exist in nova they would be created - If exist in nova, FAILED resource status would be just changed to COMPLETE Task: 45748 Change-Id: I096dff2b541a5aa8afbbbcea5161e7ca1c244039
-
Rabi Mishra authored
Change-Id: I94075f261ce095c509635aab395df42878aceb1c
-
- 04 Jul, 2022 1 commit
-
-
Zuul authored
-
- 01 Jul, 2022 2 commits
-
-
Zuul authored
-
Rabi Mishra authored
Earlier users had to specify merge strategy for a parameter/parameter_default in every environment file where they are used(or the defaults for that environment was used). However, the strategy for a parameter in the first environment was ignored as there is nothing to merge. With Iec3367667248d0b46196a6d569f3cbb3b200d842, we changed to use existing merge strategies, but the strategies in the first environment were still ignored. This patch fixes it. Task: 45578 Change-Id: Ic6125c6af60c1007243523cc8510a17f49c7b5af
-
- 30 Jun, 2022 1 commit
-
-
Rabi Mishra authored
As a followup for change I6a8cffdc86c895eebe4269c5cd37841325566c54 let's use branch specific upper constraints when running tests in grenade. Change-Id: I71f8398b6aa57b7c1910750b8e048825383e3d9a
-
- 29 Jun, 2022 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4cb705afce20982d92fbc0ba4baefcc210771f38
-
- 27 Jun, 2022 1 commit
-
-
rabi authored
This fixes ForeignKeyConstraintFixture for the db tests. Also drops install_command from tox.ini. Change-Id: I3d0abf68cae89566f4d346cd16919a6050168130
-
- 23 Jun, 2022 1 commit
-
-
Zuul authored
-
- 22 Jun, 2022 2 commits
- 21 Jun, 2022 2 commits
- 20 Jun, 2022 1 commit
-
-
Takashi Kajinami authored
The importlib-metadata package was imported to the core Python since Python 3.8, and stevedore uses the standard library implementation instead of the 3rd party package in Python 3.8 and later. However the implementation available in Python 3.8 is quite old and especially it does not include the change which added the module attribute[1]. This change makes sure we avoid referring to that attribute if it does not exist, to avoid AttributeError in Python 3.8. [1] https://github.com/python/importlib_metadata/commit/dfc96137ac3583477c02aa97291b0896fb61f282 Story: 2010095 Task: 45650 Change-Id: Ieba5f353b0fe8a9b187bac1f6ff1b3a8f3b896b3
-
- 15 Jun, 2022 1 commit
-
-
Takashi Kajinami authored
Since sqlalchemy 1.4.14[1], the following warning is raised unless the cache_ok flag is explicitly set in classes inheriting TypeDecorator. SAWarning: TypeDecorator Json() will not produce a cache key because the ``cache_ok`` attribute is not set to True. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions. Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf) Because the flag was set to True by default in older releases, this adds explicit cache_ok = True, to restore the previous behavior in Wallaby and older. (wallaby u-c has SQLAlchemy===1.3.23 while xena u-c has SQLAlchemy===1.4.23) [1] https://github.com/zzzeek/sqlalchemy/commit/6967b4502079e199b12f5eb307d10d27ec92d537 Change-Id: I6b84a626994543468f49373a554de44025576a9a
-
- 14 Jun, 2022 1 commit
-
-
Zuul authored
-
- 13 Jun, 2022 8 commits
-
-
Zuul authored
-
Zuul authored
-
yangyawei authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I840edd4cdaa629ecd8816a50f7159932d455f29e
-
Zuul authored
-
Zuul authored
-
Przemyslaw Szczerbik authored
This patch adds a new resource to support ``minimum_packet_rate_rule`` QoS rule in Neutron. Related-Bug: #1922237 Story: 2009686 Task: 43997 See-Also: https://review.opendev.org/785236 Change-Id: I29e205979b40e3e0d0746e1c22fa679736c853b7
-
Zuul authored
-
Zuul authored
-