Home > other >  After installed the keystone, create admin, creation is not successful
After installed the keystone, create admin, creation is not successful

Time:09-16

Said this is wrong information, password plug-in cannot determine the appropriate URL, and solve the discovering the version from the identity service failed when creating the password plugin. Attempting determine the version from the URL. Could not determine a suitable URL for the plugin

CodePudding user response:

Check the/etc/keystone/keystone. Conf configuration file if there is a wrong place
(database)
Connection=mysql + pymysql://keystone: keystone - password @ controller/keystone
[token]
The provider=fernet
Then synchronize database
/bin/sh -c "keystone - manage db_sync" keystone
Synchronization is completed suggest check the keystone database into the database table is normal generated
Then the initialization
Keystone - manage fernet_setup - keystone - user keystone, keystone - group keystone
Finally guide the identity service
Keystone - manage the bootstrap -- the bootstrap - password admin - password \
- the bootstrap - admin - url http://controller:35357/v3/\
- the bootstrap - internal - url http://controller:5000/v3/\
- the bootstrap - public - url http://controller:5000/v3/\
- the bootstrap - region - id RegionOne
  • Related