Skip to content

Commit 3764f6a

Browse files
author
Anand Nande
committed
removed commented lines
1 parent 4cac555 commit 3764f6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/install-freezer.sh

100755100644
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ HELM_CMD+=" --set endpoints.identity.auth.service.password=\"$(kubectl --namespa
4040
HELM_CMD+=" --set endpoints.identity.auth.test.password=\"$(kubectl --namespace openstack get secret freezer-keystone-test-password -o jsonpath='{.data.password}' | base64 -d)\""
4141
HELM_CMD+=" --set endpoints.oslo_db.auth.admin.password=\"$(kubectl --namespace openstack get secret mariadb -o jsonpath='{.data.root-password}' | base64 -d)\""
4242
HELM_CMD+=" --set endpoints.oslo_db.auth.freezer.password=\"$(kubectl --namespace openstack get secret freezer-db-password -o jsonpath='{.data.password}' | base64 -d)\""
43-
# HELM_CMD+=" --set endpoints.oslo_messaging.auth.admin.password=\"$(kubectl --namespace openstack get secret rabbitmq-default-user -o jsonpath='{.data.password}' | base64 -d)\""
44-
# HELM_CMD+=" --set endpoints.oslo_messaging.auth.freezer.password=\"$(kubectl --namespace openstack get secret freezer-rabbitmq-password -o jsonpath='{.data.password}' | base64 -d)\""
4543
HELM_CMD+=" --set endpoints.oslo_cache.auth.memcache_secret_key=\"$(kubectl --namespace openstack get secret os-memcached -o jsonpath='{.data.memcache_secret_key}' | base64 -d)\""
4644
HELM_CMD+=" --set conf.freezer.keystone_authtoken.memcache_secret_key=\"$(kubectl --namespace openstack get secret os-memcached -o jsonpath='{.data.memcache_secret_key}' | base64 -d)\""
47-
#HELM_CMD+=" --set conf.freezer.physical_host_plugin.freezer_password=\"$(kubectl --namespace openstack get secret freezer-keystone-service-password -o jsonpath='{.data.password}' | base64 -d)\""
4845

4946

5047
HELM_CMD+=" --post-renderer /etc/genestack/kustomize/kustomize.sh"

0 commit comments

Comments
 (0)