Merge "Remove unused logic to generate md5 password"

This commit is contained in:
Zuul 2021-06-28 08:53:54 +00:00 committed by Gerrit Code Review
commit 12ed0e036c
1 changed files with 0 additions and 2 deletions

View File

@ -172,8 +172,6 @@ pushd modules/puppet-$proj
check_gerrit_user
md5password=`ruby -e "require 'digest/md5'; puts 'md5' + Digest::MD5.hexdigest('pw${proj}')"`
sed -i "s/md5c530c33636c58ae83ca933f39319273e/${md5password}/g" spec/classes/${proj}_db_postgresql_spec.rb
git remote add gerrit ssh://$user@review.opendev.org:29418/openstack/puppet-$proj.git
git add --all && git commit --amend -am "puppet-${proj}: Initial commit