- 13 Sep, 2021 1 commit
-
-
Bhagyashri Shewale authored
As we are removing the jobs which are using the obselete featuresets [1] so removing those jobs from templates/layouts Change-Id: I5fe0364553ccb0904f6fb8cb2aae84a20abdd998
-
- 23 Aug, 2021 1 commit
-
-
Mark Goddard authored
Most OpenStack API communication uses the cafile option in the service_credentials config. For swift the client is created differently, and does not get this option. When TLS is used, we may get an error like the following: exceptions.SSLError: HTTPSConnectionPool(host='1.2.3.4', port=443): Max retries exceeded with url: /swift/v1/AUTH_XXXX (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),)) This change fixes the issue by creating an HTTP connection for the Swift client that uses the configured CA file. Closes-Bug: #1940660 Change-Id: I38f9ff2bec0a2a3cb9dfc5c362284e33c12f3127 (cherry picked from commit ed404c5f)
-
- 16 Aug, 2021 1 commit
-
-
Takashi Kajinami authored
Since [1] was merged, devstack no longer installs libvirt python bindings from pip but use distro packages. This change removes the logic to install the python bindings using pip to follow that change in devstack, otherwise installation fails because of conflict between packages available in pip and one installed by distro packages. [1] https://review.opendev.org/c/openstack/devstack/+/798514 Conflicts: devstack/plugin.sh Resolved conflicts caused by f57a51e4 which is not backported to stable branches. Closes-Bug: #1939990 Related-Bug: #1933096 Change-Id: I369a95cf30e91738d10ad2e5a3d5f6988bdd76cb (cherry picked from commit 9366bc8f) (cherry picked from commit 1b97560c)
-
- 25 Jul, 2021 1 commit
-
-
Takashi Kajinami authored
Currently we use the latest Gnocchi in functional tests but this often results problems caused by any update in Gnocchi side. This change pins Gnocchi to a specific version to avoid such problems. Change-Id: I791f214c6c130973fff9703a0ada1efd93720ae6 (cherry picked from commit 60262538)
-
- 06 Jun, 2021 1 commit
-
-
Zuul authored
-
- 04 Jun, 2021 1 commit
-
-
Elod Illes authored
openstack-tox-docs job started to fail with the following error: ! LaTeX Error: File `tgtermes.sty' not found. This patch adds the required font package to bindep doc profile. With the new pip resolver (introduced in pip 20.3) the constraints checking is now working better, thus reveals multiple constrain conflicts. This patch also fixes those problems: - no extra is allowed for constraints - futurist 1.8.0 depends on six>=1.10.0 - keystoneauth1 3.9.0 depends on requests>=2.14.2 - oslo.upgradecheck==0.1.1 was not listed among lower constraints Change-Id: I00c994316653446748823867eb7c1a1ba5abfbea
-
- 29 Mar, 2021 1 commit
-
-
Matthias Runge authored
https://github.com/jd/tenacity/pull/274/files removed code which was still in use. Change-Id: I8ac6684d9f03a48cc5dd3d712cbd2868b34e1013 (cherry picked from commit e7abc707)
-
- 24 Sep, 2020 2 commits
-
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I98f7e68bc869986f7d7719b3e7a31a3a25c9520c
-
OpenStack Release Bot authored
Change-Id: Ibca5a45c6f4c10259990206efcba5809a78ef838
-
- 11 Sep, 2020 2 commits
-
-
Rafael Weingärtner authored
Change-Id: I19bd14f57d925319a220fa7e2b8b492f29e1b8ed
-
Zuul authored
-
- 10 Sep, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40223 Change-Id: I1f8577e560fd3ffad0c3b6edfc4c74dddedfa719
-
- 09 Sep, 2020 1 commit
-
-
Zuul authored
-
- 05 Sep, 2020 1 commit
-
-
Rafael Weingärtner authored
Change-Id: Iae1b317db25a8c3b6e9f8400c572cc653367d4c9
-
- 04 Sep, 2020 1 commit
-
-
Zuul authored
-
- 28 Aug, 2020 1 commit
-
-
pleimer authored
This patch implements logic for updating resources in gnocchi when an event_update happens. Additionally, it adds volume.transfer events to the event_definitions.yaml and attributes for said event in gnocchi_resources.yaml Change-Id: I15bc4e1589f92fc856876a563122c1a1e07d4c4a
-
- 26 Aug, 2020 1 commit
-
-
kuangcx authored
Change-Id: Ib1c93bc61e6ad86a1ee2b6a5e583c23aefa094c5
-
- 19 Aug, 2020 1 commit
-
-
Dmitriy Rabotyagov authored
Gnocchi start returning regular 404 when requesting resource that do not exist [1]. That means, that in case of 404, which is also excpected, we just fail resource creation. [1] http://paste.openstack.org/show/796938/ Change-Id: Ie5f8caba3111db7e7e8e50b9bc58c6e8de606338
-
- 17 Aug, 2020 1 commit
-
-
Dmitriy Rabotyagov authored
Gnocchi start returning regular 404 when requesting resource that do not exist [1]. That means, that in case of 404, which is also excpected, we just fail resource creation. [1] http://paste.openstack.org/show/796884/ Change-Id: I7061a31405a421da3ab2f192259fb23c5aa54ce6
-
- 15 Aug, 2020 1 commit
-
-
Zuul authored
-
- 14 Aug, 2020 1 commit
-
-
Rabi Mishra authored
This fixes the failing unit tests with the newly msgpack version. Also depends on a requirements patch that bans pecan 1.4.0 that has broken gnocchi and hence ceilometer which uses gnocchi as the default backend. Task: 40652 Depends-on: https://review.opendev.org/746261 Change-Id: Id75b7d4004a50c588a22c7eeb46ad1d79ee7a189
-
- 27 Jul, 2020 1 commit
-
-
Pavlo Shchelokovskyy authored
the correct name of the server-identifying field in volume attach/detach notification is `instance_uud`, not `server_id`, see `cinder/objects/volume_attachment.py` Change-Id: I0da69c0cb19556dbcee3cc4321b8909b6708f038
-
- 24 Jul, 2020 2 commits
- 23 Jul, 2020 1 commit
-
-
Rafael Weingärtner authored
This was found when working with Glance API, where the next page attribute only contains the context for the next call, and not a full qualified web address. Moreover, while implementing this one, I noticed the there was no paging for the non-openstack pollster. Therefore, I added it as well. Depends-On: https://review.opendev.org/#/c/709807/ Change-Id: I3bc3cd4a7aa58ca1e2a57d383933493f5dc377ca
-
- 22 Jul, 2020 7 commits
-
-
Rafael Weingärtner authored
Depends-On: https://review.opendev.org/#/c/709807/ Change-Id: Id108a7cd7bf356156b68324c3d033037a84869fc
-
Rafael Weingärtner authored
Depends-On: https://review.opendev.org/#/c/709807/ Change-Id: I3ec151b8807d0dd3e529bb449d22fa68c8c810ee
-
Rafael Weingärtner authored
This issue is to allow operators to create expressions that can reference the sample itself. Currently, the expression is allowed only for fields in the sample, and not the sample itself. We discovered this requirement when developing pollsters for Cinder; the attribute `volume_image_metadata` is not returned in the API response when it does not exist, therefore, we need a method to check if it exist before trying to retrieve it. Change-Id: I5d3eb04534afaeb556ddab4ef603a205745883b8
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- 21 Jul, 2020 4 commits
-
-
Matthias Runge authored
Without this patch, using a publisher like - http://host.com/?a=b&c=d leads to calling a http post to http://host.com/?a=['b']&c=['d'] URLs without additional parameters are not affected. Change-Id: I7c4f03b5d4412ec2844cb24d32ce575442c9fd3c
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- 12 Jul, 2020 1 commit
-
-
Zuul authored
-
- 10 Jul, 2020 2 commits
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id6f3a649d7353e9e5e8af48d01da9473e1bddee3
-
Seyeong Kim authored
It raises error even when live migration. As live migration uses lock normally, it should not be an error. Story: #2007651 Task: #39715 Change-Id: I3c0f29f79dc3c73e7aec9c9035c94c0fdcf8ccfd
-
- 07 Jul, 2020 1 commit
-
-
gugug authored
glance-registry service was deprecated in Queens release and has been removed in Victoria [1]. [1] https://review.opendev.org/#/c/738671/ Change-Id: Ib33a3f49647d86fae826f416825a85433730b391
-