Error: /Stage[main]/Neutron::Keystone::Auth/Keystone::Resource::Service_identity[neutron]/Keystone_user[neutron]:
Could not evaluate: Execution of '/usr/bin/openstack token issue --format value' returned 1:
ERROR: openstack The resource could not be found. (HTTP 404) (Request-ID: req-a48a5073-baac-447f-8c3d-ad5168e0a177)
When I source /root/openrc (Keystone v2 API), the command /usr/bin/openstack token issue --format value works.
Is there a way to make Puppet use the Keystone v2 API?
Any ideas to debug this further?
I get this error in the Puppet output:
When I source
/root/openrc
(Keystone v2 API), the command/usr/bin/openstack token issue --format value
works.Is there a way to make Puppet use the Keystone v2 API? Any ideas to debug this further?