Skip to content

Commit 7667e24

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove swift container images"
2 parents dc0fbd2 + f2fba38 commit 7667e24

File tree

18 files changed

+3
-535
lines changed

18 files changed

+3
-535
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Kolla provides images to deploy the following OpenStack projects:
9292
- `Nova <https://docs.openstack.org/nova/latest/>`__
9393
- `Octavia <https://docs.openstack.org/octavia/latest/>`__
9494
- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)
95-
- `Swift <https://docs.openstack.org/swift/latest/>`__
9695
- `Tacker <https://docs.openstack.org/tacker/latest/>`__
9796
- `Trove <https://docs.openstack.org/trove/latest/>`__
9897
- `Venus <https://docs.openstack.org/venus/latest/>`__

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ prometheus,U,U,U
4848
rabbitmq,U,U,U
4949
redis,U,U,U
5050
skyline,U,U,U
51-
swift,U,U,U
5251
tacker,U,U,U
5352
telegraf,N,N,N
5453
tgtd,U,U,U

doc/source/support_matrix.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ Please see :ref:`unbuildable-images-list`
6262
Deprecations
6363
============
6464

65-
.. note::
66-
The swift Kolla images are currently deprecated with removal planned
67-
in the 2025.2 cycle.
65+
None
6866

6967
x86_64 images
7068
=============

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,12 @@ if [ "$fail" -eq 1 ]; then exit 1; fi
120120
ENV ANSIBLE_LIBRARY /usr/share/ansible:$ANSIBLE_LIBRARY
121121
{% endblock %}
122122

123-
COPY find_disks.py /usr/share/ansible/
124123
COPY ansible.cfg /etc/ansible/ansible.cfg
125124
COPY ansible_sudoers /etc/sudoers.d/kolla_ansible_sudoers
126125
COPY extend_start.sh /usr/local/bin/kolla_extend_start
127126
COPY kolla_toolbox.sh /usr/local/bin/kolla_toolbox
128127

129-
RUN chmod 644 /usr/share/ansible/find_disks.py \
130-
/etc/ansible/ansible.cfg \
128+
RUN chmod 644 /etc/ansible/ansible.cfg \
131129
/usr/local/bin/kolla_extend_start \
132130
&& chmod 755 /usr/local/bin/kolla_toolbox \
133131
&& chmod 440 /etc/sudoers.d/kolla_ansible_sudoers

0 commit comments

Comments
 (0)