Metadata tag names are case insensitive, that confuses
the user. So we added additional information about metadata
tag duplication to clarify the point.
Change-Id: Ib58a9d0b9cc95a831981de0cc19456f0c6713dbb
Closes-Bug: #1535231
meta:version: 12.0.0
meta:series: mitaka
meta:release-type: release
meta:announce: openstack-announce@lists.openstack.org
meta:pypi: no
meta:first: yes
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iQEcBAABAgAGBQJXBg15AAoJEDttBqDEKEN6kycIAIvzngVh2btQASFB/1IiEDB/
VLXsRGM+QNQUbe7z2xHiGmQyWY4yuzE9Th4JYp5gx8QeVzCgkZvgBCOo8LoD8ib/
D+00weZ812OfbTpFLSq3St/rkcgGjOgqxgUeGqZKFA04FkPFIRov4RJflv7+DzEd
liwzLUf/dsKa1s5NRXYV4tAkOxMXuyXpzzoTP188i1OkND5sFFVs9OZD8GpspSJu
nRxLOD9RXlLAOmIl1cTFhf5Sq7MqGvUgiuiZ5joNe8ntmG0lCRWTlNfLXTIR6oQe
8pRMv3TWvGmtXEsCmlznd0J66nAe9BKBLaeNpBgVxtFyG6VCNd85GzMHJNkhA84=
=IHjQ
-----END PGP SIGNATURE-----
Merge tag '12.0.0'
This is a null-merge of the 12.0.0 release tag back into the master
branch so that the 12.0.0 tag will appear in the git commit history of
the master branch. It contains no actual changes to the master branch,
regardless of how our code review system's UI represents it. Please
ask in #openstack-infra if you have any questions, and otherwise try
to merge this as quickly as possible to avoid later conflicts on the
master branch.
Change-Id: Ide9dbf6e5b83dd7f6d7dfcbe49968603019c4409
Starting from version 2.2.0 oslo context has out-of-the-box 'roles'
attribute that can store user roles. So Glance doesn't need to implement
custom attribute for roles in Request Context anymore.
Change-Id: I39804ebc5f91ce6ad5bfb9c52b324d4cc8a8b115
Fixing doc-string warnings in preparation for
this patch [0] to merge and allow the gate
to show problems in doc-strings.
[0]: https://review.openstack.org/#/c/229951
Closes-Bug: #1565005
Change-Id: I1d1eb214026a963f7ebe5ccf60fa1ae31f54c579
There have been a bunch of patches proposed lately to generated
config files. This patch adds a section to the Contribution
guidelines explaining where to make changes for various types of
docs.
Change-Id: Iad971e89f9f1a9d534f6040d9516c5be3efd2926
Moved validation for age_in_days and max_rows from
glance.db.sqlalchemy.api to glance.cmd.manage since
code from purge_deleted_rows() method of
glance.db.sqlalchemy.api is unreachable as it is
throwing ValueError exception for invalid input from
glance.cmd.manage itself.
Related-Bug: #1543937
Change-Id: I4e976fde2a78fd901c233966adc350a0ded41841
As the tags are being removed it can cause the removal of the current
tag when running tests. Causing a RuntimeError to be thrown.
This change makes a temporary list whilst the tags are being deleted.
Co-Authored-By: Tom Cocozzello <tjcocozz@us.ibm.com>
Change-Id: I3cac9060b87449503fba3995d10f8d4e074bffb8
Closes-Bug: 1555275
Return correct scheme in version URLs if service
behind an SSL termination proxy.
This is done by adding a new configuration option,
secure_proxy_ssl_header, which, when defined, makes
the wsgi application take the host_url scheme from
that header. By default, when this option is not
specified, there is no difference in behavior.
The intention is to configure any ssl-decrypting
proxy to set that header, so that glance-api knows
which protocol to use in the URLs in response.
This patch is largely based on the equivalent
nova patch: https://review.openstack.org/#/c/206479.
Partial-bug: 1558683
Change-Id: I9a9c0e42a6ad3c18d197f10095958b48d5cb879a
There are many warnings and errors that occur when the docs are
generated.
Co-Author-By: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Closes-Bug: 1556818
Change-Id: Ifebeb3904f136a56bd6fe6877220b279a1f98354
warnerrors used to show the errors in output when the docs generate
but now it looks like when this patch lands [0] it will cause the gate
to fail. I will push up a patch to fix all the docs problems but we
should revert this so we don't have a day when the gate is broken.
[0] https://review.openstack.org/#/c/229951
Change-Id: Ica33f1fd5acdc17a115d7a3bd81f8f4d79c1a809