b7abb9bb69
As discussed in https://review.opendev.org/#/c/742477/, this patch replaces the use of `tz.UTC` with `dateutil.tz.tzutc()` Also add python-dateutil to requirements.txt, using the same minimum version as several other OpenStack projects, including nova. Change-Id: I4da9e8854a571058e48c2f51c1d340bc135cfe2b
6 lines
162 B
YAML
6 lines
162 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The use of ``tz.UTC`` from the ``dateutil`` package was removed, bringing
|
|
compatibility with the version available in RHEL and CentOS 8.
|