Remove unused logic to generate md5 password

Since d878511593 is merged, md5 hashing
is handled within openstacklib::db::postgresql and we no longer need
to care about hashed values.

Change-Id: I0e42694ba0c09fb32bce259a54313d3a7bde8027
This commit is contained in:
Takashi Kajinami 2021-06-22 20:26:54 +09:00
parent 9d739c86e0
commit da8d31af9d
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