Merge "[5/7] Remove code changing keystone-paste.ini (file no longer exists)"

This commit is contained in:
Zuul 2019-06-21 02:57:24 +00:00 committed by Gerrit Code Review
commit 8576becc4e
1 changed files with 0 additions and 7 deletions

View File

@ -158,13 +158,6 @@ openstack role add \
echo "Verifying keystone installation."
# Disable the temporary authentication token mechanism
conf=/etc/keystone/keystone-paste.ini
echo "Removing admin_token_auth from pipelines."
sudo ls -l $conf
sudo sed -i '/^pipeline = / s/admin_token_auth //' $conf
sudo ls -l $conf
# From this point on, we are going to use keystone for authentication
unset OS_AUTH_URL OS_PASSWORD