2016-09-29 51 views
0

我犯了一個錯誤,並刪除梯形身份的端點,而當我想再次創建端點我收到此錯誤:管理端點沒有發現

admin endpoint for identity service not found 

我也不能執行其他命令的基石。

回答

0

我設法做類似的東西,並用這些命令修正它:

keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone 

keystone-manage credential_setup --keystone-user keystone --keystone-group keystone 

keystone-manage bootstrap --bootstrap-password ADMIN_PASS --bootstrap-admin-url http://example.com:35357/v3/ --bootstrap-internal-url http://example.com:35357/v3/ --bootstrap-public-url http://example.com:35357/v3/ --bootstrap-region-id RegionOne 

基於該文檔在http://docs.openstack.org/newton/install-guide-rdo/keystone.html