Merge "Do not use OSH_INFRA_PATH in osh-infra"

This commit is contained in:
Zuul 2018-11-08 22:54:00 +00:00 committed by Gerrit Code Review
commit d530635348
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ set -xe
# Install LDAP
make ldap
helm upgrade --install ldap ${OSH_INFRA_PATH}/ldap \
helm upgrade --install ldap ./ldap \
--namespace=openstack \
--set pod.replicas.server=1 \
--set bootstrap.enabled=true \