這個是錯誤資訊,說密碼插件不能確定合適的URL。求解決 discovering version from the identity service failed when creating the password plugin. Attempting determine version from URL. could not determine a suitable URL for the plugin
uj5u.com熱心網友回復:
檢查一下/etc/keystone/keystone.conf 組態檔是否有錯誤的地方[database]
connection = mysql+pymysql://keystone:keystone-password@controller/keystone
[token]
provider = fernet
然后同步資料庫
/bin/sh -c "keystone-manage db_sync" keystone
同步完成后建議進入資料庫檢查一下keystone庫里的表是否正常生成
然后初始化
keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone
最后引導身份服務
keystone-manage bootstrap --bootstrap-password admin-password \
--bootstrap-admin-url http://controller:35357/v3/ \
--bootstrap-internal-url http://controller:5000/v3/ \
--bootstrap-public-url http://controller:5000/v3/ \
--bootstrap-region-id RegionOne
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/39358.html
