Skip to content

Commit af53d6a

Browse files
authored
Bump nova images (#464)
* Bump nova images This brings in: stackhpc/nova@7252072 and fixes nova compute errors with the signature: ``` 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/virt/libvirt/driver.py", line 7726, in _get_mediated_device_information 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager "uuid": libvirt_utils.mdev_name2uuid(cfgdev.name), 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/virt/libvirt/utils.py", line 583, in mdev_name2uuid 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager return str(uuid.UUID(mdev_name[5:].replace('_', '-'))) 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager File "/usr/lib64/python3.6/uuid.py", line 140, in __init__ 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager raise ValueError('badly formed hexadecimal UUID string') 2022-07-06 13:18:35.913 7 ERROR nova.compute.manager ValueError: badly formed hexadecimal UUID string ``` * Add tags for rocky and ubuntu
1 parent 9b22f06 commit af53d6a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ caso_tag: yoga-20230315T125157
1414
ironic_tag: yoga-20230316T154655
1515
ironic_dnsmasq_tag: yoga-20230217T135826
1616
neutron_tag: yoga-20230309T123152
17+
nova_tag: yoga-20230331T102705
1718
opensearch_tag: yoga-20230324T084510
1819
prometheus_node_exporter_tag: yoga-20230310T173747
1920
{% elif kolla_base_distro == 'rocky' %}
@@ -22,13 +23,15 @@ blazar_tag: yoga-20230315T130918
2223
caso_tag: yoga-20230315T130918
2324
ironic_tag: yoga-20230316T170311
2425
ironic_dnsmasq_tag: yoga-20230310T170929
26+
nova_tag: yoga-20230331T113516
2527
opensearch_tag: yoga-20230324T090413
2628
prometheus_node_exporter_tag: yoga-20230315T170614
2729
{% else %}
2830
bifrost_tag: yoga-20230220T184947
2931
blazar_tag: yoga-20230315T125441
3032
caso_tag: yoga-20230315T125441
3133
neutron_tag: yoga-20230309T123143
34+
nova_tag: yoga-20230331T110423
3235
ironic_tag: yoga-20230316T154704
3336
ironic_dnsmasq_tag: yoga-20230220T181235
3437
opensearch_tag: yoga-20230324T090345
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Updates nova image to bring in a fix for parsing mdev uuids when using
5+
libvirt>=7.7. See `bug <https://bugs.launchpad.net/nova/+bug/1951656>`__
6+
for more details.

0 commit comments

Comments
 (0)