Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts

{% if kolla_base_distro == 'centos' %}
bifrost_tag: xena-20230214T165534
neutron_tag: xena-20230222T141338
{% else %}
bifrost_tag: xena-20230215T195824
neutron_tag: xena-20230222T150855
{% endif %}

glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
features:
- |
Updates neutron containers to contain a version of
networking-generic-switch with support for trunk ports when using DellOS 10
or Cisco switches. See this `PR
<https://github.com/stackhpc/networking-generic-switch/pull/53>`_ for more
details.
- |
Updates neutron containers to contain a version of
networking-generic-switch with support for DellOS 10. See this `PR
<https://github.com/stackhpc/networking-generic-switch/pull/51>`_ for more
details.