Commit 440028c
committed
Use keystoneauth1 5.7.0 if python version>=3.12
From python3.12, datetime.datetime.utcnow() is unsupported and this
causes Ubuntu Noble Keystone images to fail.
Using 5.7.0 which includes [1] (and the version 2024.2 Keystone uses)
when Python version is 3.12.
[1] https://review.opendev.org/c/openstack/keystoneauth/+/9038601 parent 36fe932 commit 440028c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
| 544 | + | |
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
| |||
0 commit comments