File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
6
6
{% if kolla_base_distro == 'centos' %}
7
7
bifrost_tag : wallaby-20220921T100954
8
8
cinder_tag : wallaby-20230125T101644
9
+ etcd_tag : wallaby-20230131T132432
9
10
glance_tag : wallaby-20230125T101644
10
11
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
11
12
magnum_tag : wallaby-20230111T101726
@@ -16,6 +17,7 @@ rabbitmq_tag: wallaby-20221205T160115
16
17
bifrost_tag : wallaby-20220825T112231
17
18
cinder_tag : wallaby-20230125T132411
18
19
cloudkitty_tag : wallaby-20221215T220154
20
+ etcd_tag : wallaby-20230131T123519
19
21
glance_tag : wallaby-20230125T132411
20
22
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
21
23
kolla_toolbox_tag : wallaby-20221222T161624
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Adds an ``etcd`` Kolla container image. This can be used for OpenStack
5
+ service coordination as a tooz backend, or for batched processing of switch
6
+ configuration in Networking Generic Switch (this requires a downstream NGS
7
+ patch).
You can’t perform that action at this time.
0 commit comments