Skip to content

Commit 87e76a0

Browse files
Merge pull request #236 from cescgina/httpd_fix_watcherapi
Add httpd fix to watcher api containerfile
2 parents 31e615a + 1ea7280 commit 87e76a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container-images/tcib/base/os/watcher-base/watcher-api/watcher-api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tcib_actions:
22
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
33
- 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
4+
- run: bash /usr/local/bin/kolla_httpd_setup
45
tcib_packages:
56
common:
67
- openstack-watcher-api

0 commit comments

Comments
 (0)