-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[placement] remove example httpd /etc/httpd/conf.d/00-placement-api.conf #111
[placement] remove example httpd /etc/httpd/conf.d/00-placement-api.conf #111
Conversation
The openstack-placement-api rpm provides an example placement httpd config at /etc/httpd/conf.d/00-placement-api.conf when enable httpd to read configs from /etc/httpd/conf.d to fail. $ podman run -it -u root --rm quay.io/podified-antelope-centos9/openstack-placement-api:current-podified sh sh-5.1# rpm -qf /etc/httpd/conf.d/ 00-placement-api.conf autoindex.conf README ssl.conf userdir.conf welcome.conf sh-5.1# rpm -qf /etc/httpd/conf.d/00-placement-api.conf openstack-placement-api-9.0.1-0.20230331173037.b3652fe.el9.noarch This deletes this default config as the operator will provide a httpd config for placement.
when enable httpd to read configs from conf.d, fails right now with:
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9551549c224f4cc984bd8c09d8940eeb ✔️ tcib-build-containers SUCCESS in 59m 50s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/61eb2b639fe445f5aa88a2b6c0794da3 ✔️ tcib-build-containers SUCCESS in 46m 04s |
recheck |
This is needed for the TLSe work as there we will put the ssl.conf into the conf.d. Eventually we should either fix or remove the borken sample file from the RPM. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a3f77600f09e4617a0bba50274ac75a1 ✔️ tcib-build-containers SUCCESS in 1h 56m 21s |
recheck |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, raukadah, SeanMooney, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7bf4dba
into
openstack-k8s-operators:main
The openstack-placement-api rpm provides an example placement httpd config at /etc/httpd/conf.d/00-placement-api.conf when enable httpd to read configs from /etc/httpd/conf.d to fail.
This deletes this default config as the operator will provide a httpd config for placement.