9b9d0567ef
The requirements/upper-constraints file was modified to allow WebOb 1.8.1 by commit 88bafa11deb9bd7595983d97ffabca338f073ba3. This patch simplifies some Glance code that could handle both WebOb 1.7.4 and 1.8.1 so that it now only handles the latter, and updates the glance/requirements.txt and glance/lower-constraints.txt to reflect that we support WebOb 1.8.1+ only. Change-Id: I03e03013927cc5434aa0d97657d5e7efd8223ee5 Closes-bug: #1770410
13 lines
547 B
YAML
13 lines
547 B
YAML
---
|
|
other:
|
|
- |
|
|
Negotiation of the 'Accept-Language' header now follows the "Lookup"
|
|
matching scheme described in `RFC 4647, section 3.4
|
|
<https://tools.ietf.org/html/rfc4647.html#section-3.4>`_. The
|
|
"Lookup" scheme is one of the algorithms suggested in `RFC 7231,
|
|
section 5.3.5
|
|
<https://tools.ietf.org/html/rfc7231.html#section-5.3.5>`_. (This is
|
|
due to a change in an underlying library, which previously used a
|
|
matching scheme that did not conform to `RFC 7231
|
|
<https://tools.ietf.org/html/rfc7231.html>`_.)
|