RDO Kilo - keystone.pp "Could not authenticate" error [closed]
I'm trying RDO Kilo version with allinone mode,and with all default setting,but got keystone.pp "Could not authenticate" error as below:
packstack --allinone -d
10.10.107.136_keystone.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 10.10.107.136_keystone.pp
Error: /Stage[main]/Neutron::Keystone::Auth/Keystone::Resource::Service_identity[neutron]/Keystone_user[neutron]: Could not evaluate: Could not authenticate.
when I check the log,got following:
Debug: Prefetching openstack resources for keystone_user
Debug: Executing '/usr/bin/openstack user list --quiet --format csv --long'
Debug: Executing '/usr/bin/openstack token issue --format value'
Error: /Stage[main]/Neutron::Keystone::Auth/Keystone::Resource::Service_identity[neutron]/Keystone_user[neutron]: Could not evaluate: Could not authenticate.
Debug: Executing '/usr/bin/openstack token issue --format value'
Error: /Stage[main]/Nova::Keystone::Auth/Keystone::Resource::Service_identity[nova service, user nova]/Keystone_user[nova]: Could not evaluate: Could not authenticate.
Debug: Executing '/usr/bin/openstack token issue --format value'
Error: /Stage[main]/Glance::Keystone::Auth/Keystone::Resource::Service_identity[glance]/Keystone_user[glance]: Could not evaluate: Could not authenticate.
Notice: /Stage[main]/Glance::Keystone::Auth/Keystone::Resource::Service_identity[glance]/Keystone_user_role[glance@services]: Dependency Keystone_user[glance] has failures: true
Warning: /Stage[main]/Glance::Keystone::Auth/Keystone::Resource::Service_identity[glance]/Keystone_user_role[glance@services]: Skipping because of failed dependencies
Error: /Stage[main]/Main/Keystone::Resource::Service_identity[keystone]/Keystone_user[keystone]: Could not evaluate: no implicit conversion of false into String
Notice: /Stage[main]/Main/Keystone::Resource::Service_identity[keystone]/Keystone_user_role[keystone@services]: Dependency Keystone_user[keystone] has failures: true
Warning: /Stage[main]/Main/Keystone::Resource::Service_identity[keystone]/Keystone_user_role[keystone@services]: Skipping because of failed dependencies
Debug: Executing '/usr/bin/openstack token issue --format value'
Error: /Stage[main]/Ceilometer::Keystone::Auth/Keystone::Resource::Service_identity[ceilometer]/Keystone_user[ceilometer]: Could not evaluate: Could not authenticate.
Notice: /Stage[main]/Ceilometer::Keystone::Auth/Keystone::Resource::Service_identity[ceilometer]/Keystone_user_role[ceilometer@services]: Dependency Keystone_user[ceilometer] has failures: true
Warning: /Stage[main]/Ceilometer::Keystone::Auth/Keystone::Resource::Service_identity[ceilometer]/Keystone_user_role[ceilometer@services]: Skipping because of failed dependencies
........
Any advises for this?
Thanks.
thanks for response.
OS is RHEL7.1,
Update CONFIG_KEYSTONE_SERVICE_NAME=httpd
Try rerun packstack with updated answer-file.
I tried to change the valume from "keystone" to "httpd",and rerun it,but still got the same problem,any ideas?thanks.
Kilo is now EOL. Please reopen if you continue to experience this problem with a more recent, supported version of RDO.