From 6c8ad6088ff102ae2d5f92e70ba8f0660d88b935 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 31 Jan 2025 11:56:30 +0100 Subject: [PATCH] Revert "Add httpd fix to watcher api containerfile" This is not longer needed after [1]. [1] https://github.com/openstack-k8s-operators/watcher-operator/pull/53 This reverts commit 1ea72804b249cf25ada5c63bcdb5ab8326ee677a. --- .../tcib/base/os/watcher-base/watcher-api/watcher-api.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/container-images/tcib/base/os/watcher-base/watcher-api/watcher-api.yaml b/container-images/tcib/base/os/watcher-base/watcher-api/watcher-api.yaml index ea9ac1a..519dc4f 100644 --- a/container-images/tcib/base/os/watcher-base/watcher-api/watcher-api.yaml +++ b/container-images/tcib/base/os/watcher-base/watcher-api/watcher-api.yaml @@ -1,7 +1,6 @@ tcib_actions: - run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf - run: sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf && sed -i -r 's,^(Listen 443),#\1,' /etc/httpd/conf.d/ssl.conf -- run: bash /usr/local/bin/kolla_httpd_setup tcib_packages: common: - openstack-watcher-api