From 516dbbfe334e89a1410f831d7890cc63a09a9d8f Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Tue, 5 Aug 2025 17:10:03 +0200 Subject: [PATCH] Expose IPA LDAP ports The LDAP service will be used for Keystone LDAP Adoption tests. --- devsetup/standalone/openstack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devsetup/standalone/openstack.sh b/devsetup/standalone/openstack.sh index a649473b..852d1025 100755 --- a/devsetup/standalone/openstack.sh +++ b/devsetup/standalone/openstack.sh @@ -148,6 +148,8 @@ if [ "$TLSE_ENABLED" = "true" ]; then export IPA_SERVER_HOSTNAME=$IPA_HOST mkdir /tmp/ipa-data podman run -d --name freeipa-server-container \ + -p 389:389 \ + -p 636:636 \ --sysctl net.ipv6.conf.lo.disable_ipv6=0 \ --security-opt seccomp=unconfined \ --ip 10.88.0.2 \