Skip to content

Commit 141e1c7

Browse files
committed
Merge stackhpc/xena into stackhpc/yoga
2 parents 22b7bc7 + 5bb0e36 commit 141e1c7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
timeout-minutes: 720
102102
permissions: {}
103103
strategy:
104+
fail-fast: false
104105
matrix: ${{ fromJson(needs.generate-tag.outputs.matrix) }}
105106
needs:
106107
- generate-tag

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ neutron_tag: yoga-20231114T125927
2727
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
2828
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
2929
neutron_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
30+
nova_tag: xena-20231110T095551
3031

3132
om_enable_rabbitmq_high_availability: true
3233

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an `issue where Nova failed to parse the mdev device format
5+
<https://bugs.launchpad.net/nova/+bug/1951656>`__.

0 commit comments

Comments
 (0)