First time here? Check out the FAQ!
![]() | 1 | initial version |
HI, I had a similar error on fc20 using packstack (mutinode). I didn't see this error before...
The error I came across is
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]: Could not evaluate: Execution of '/usr/bin/keystone --endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 2: usage: keystone [--version] [--timeout <seconds>] You will find full trace in log /var/tmp/packstack/20140509-174111-zW7QlI/manifests/<controller_ip>_keystone.pp.log
To solve this error I replaced --endpoint
with --os-endpoint
in /usr/lib/python2.7/site-packages/packstack/puppet/modules/keystone/lib/puppet/provider/keystone.rb
and then keystone
installation worked.
HTH
![]() | 2 | No.2 Revision |
HI,
I had a similar error am not sure this is the same error, but when I install on fc20 using packstack (mutinode). (mutinied), I didn't see this error before...
The error I came across isget:
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]: Could not evaluate: Execution of '/usr/bin/keystone --endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 2: usage: keystone [--version] [--timeout <seconds>] You will find full trace in log /var/tmp/packstack/20140509-174111-zW7QlI/manifests/<controller_ip>_keystone.pp.log
To solve this error I replaced --endpoint
with --os-endpoint
in /usr/lib/python2.7/site-packages/packstack/puppet/modules/keystone/lib/puppet/provider/keystone.rb
and then keystone
installation worked.
I didn't see this error before...
HTH