- 14 Jul, 2022 1 commit
-
-
Zuul authored
-
- 13 Jul, 2022 4 commits
-
-
Dharini Chandrasekar authored
Glance uses http-proxy-to-wsgi middleware from oslo.middleware in its pipeline in order to efficiently forward request headers in case of load balancer style deployments. Hence, the configuration option ``secure_proxy_ssl_header`` was marked as deprecated. This patch removes the option and the support for it within Glance to entirely rely on oslo middleware. This will ensure that the related headers set by oslo.middleware:HTTPProxyToWSGI is never modified in Glance. Change-Id: I11d41bb736bbfd90030d88245c11642823e4c400 Closes-Bug: 1673908
-
Zuul authored
-
PranaliD authored
Change-Id: Ifba74b5f1b24e19b6b9003563e8d024329b26d16
-
Zuul authored
-
- 12 Jul, 2022 2 commits
-
-
PranaliD authored
Change-Id: I3a67d3b996d3dd3a5001d8bcc5c5ecf7700593e4
-
Gorka Eguileor authored
The cinder glance store now supports using an os-brick specific location for file locks instead of using the one defined for the whole service using the ``lock_path`` configuration option in the ``os_brick`` configuration section. To render this option when generating the sample config file with ``tox -egenconfig``, the ``os_brick`` namespace needs to be configured in the oslo-config-generator config files and the os-brick dependency needs to be present. This patch adds the os-brick package as a dependency in the genconfig test environment and adds the namespace to the relevant config files. Depends-On: Ib11d63e3c388e12f145f40247d17030a566b8c5e Change-Id: Ie25ab8bcc01a57e26da6a951e899659ec1782140
-
- 11 Jul, 2022 1 commit
-
-
Zuul authored
-
- 08 Jul, 2022 1 commit
-
-
Zuul authored
-
- 07 Jul, 2022 4 commits
- 05 Jul, 2022 5 commits
-
-
taoguo authored
Change-Id: I82333377692f0f8d9076ef12e67ea73da60e9fed
-
Zuul authored
-
Cyril Roelandt authored
These URLs are now in the form docs.openstack.org/$project/latest. Make sure to use always use https for these URLs. Change-Id: I4a75bb6097399efca373d2f9a0e8697eb92312a7
-
Takashi Kajinami authored
Glance now depends on the oslo.limit library to support the unified quota[1], but parameters of the library are still missing from glance-api.conf. This change ensures the parameter of the oslo.limit library are included in glance-api.conf generated by oslo-config-generator. [1] 06e6542f Closes-Bug: #1946100 Change-Id: I56a2a9d8184f50624239b90dd9bef671c195fb90
-
Zuul authored
-
- 04 Jul, 2022 1 commit
-
-
Gonéri Le Bouder authored
The kw_vif_model driver list has evolved a bit. This commit adds: - e1000e: I12a5d28d75bc32a76a4f3765cb4db4cbc46c0c75 - vmxnet3 I95203af4ded9a4dbecfb7981b400f0fb988f2d47 Change-Id: I23fbd227274c89735547322cedda565c5987776d
-
- 01 Jul, 2022 3 commits
- 30 Jun, 2022 2 commits
-
-
xuanyandong authored
Co-Authored-By:Cyril Roelandt <cyril@redhat.com> Change-Id: Id9e1a5fb9c732c207ee08f0dbf387436a1783174
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ibc6d67efa564451828befe341b29eca6f37b06ef
-
- 28 Jun, 2022 1 commit
-
-
Abhishek Kekane authored
DELETE /v2/cache/{image_id} and /v2/cache returns HTTP 200 response code to user but as per proposal it should be HTTP 204. This change returns HTTP 204 response to user. Closes-Bug: #1980049 Change-Id: I9d1c25638584fe346e3937d0536413d548d46e8e
-
- 27 Jun, 2022 1 commit
-
-
Zuul authored
-
- 24 Jun, 2022 3 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because the command requires access to backend stores to pull image data. Closes-Bug: #1979699 Change-Id: I04efbb7fd47b8b1e022d96c40011b6f03508db2e
-
Takashi Kajinami authored
Thread pool support in oslo.db was already deprecated[1], and it is not actually used by Glance. [1] 74c6bf266e0b86ceb4726cad9268f134d423bae8 Change-Id: I79e934f34f33953c821b6529a34e44dcf2a9688c
-
- 23 Jun, 2022 1 commit
-
-
Zuul authored
-
- 22 Jun, 2022 1 commit
-
-
Ade Lee authored
The ecdsa usage for ssh is supposed to be the default right now. Also, a new role paramter nslookup_target is required for the fips role Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/847193 Change-Id: I795c751edd1403d23aa1de5cda194aada80d05b2
-
- 15 Jun, 2022 1 commit
-
-
Cyril Roelandt authored
- qemu-img is provided by qemu-tools - pg_config is provided by postgresql-server-devel Closes-Bug: #1978869 Change-Id: Ia0e5f52f3841b3306a8776762d18a56c6df1e2f5
-
- 14 Jun, 2022 1 commit
-
-
Pranali Deore authored
In Xena we have mangaed to move all policy checks to API layer, now removing the dead code from policy and authorization layer NOTE: Some of the code is still being used from policy layer, hence keeping it there only at this moment. Change-Id: Ibee749cde20687d8c243cf84ae80b4de67d8ef3d
-
- 13 Jun, 2022 1 commit
-
-
chenwei authored
Closes bug: #1962480 Change-Id: Iba5a720fcd1408dc81f7da8a6b814fe952a5ddf9
-
- 09 Jun, 2022 1 commit
-
-
Zuul authored
-
- 07 Jun, 2022 1 commit
-
-
Zuul authored
-
- 06 Jun, 2022 2 commits
- 30 May, 2022 1 commit
-
-
Abhishek Kekane authored
Change-Id: If8798525aff5195e77f451dfce6c45cfaf16eaf4
-
- 26 May, 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: I788d4d6ab23a9314163490e52ac436ae0856c559
-