The plugin token_endpoint could not be found

Asked by Dário Nascimento

I clone the python-openstackclient following the tutorial in http://docs.openstack.org/developer/keystone/developing.html. However, I get always the same error from openstack-client:

"The plugin token_endpoint could not be found"

What I am missing?

Question information

Language:
English Edit question
Status:
Solved
For:
python-openstackclient Edit question
Assignee:
No assignee Edit question
Solved by:
Dário Nascimento
Solved:
Last query:
Last reply:
Revision history for this message
Dário Nascimento (darionascimento) said :
#1

1. VM memory had few during keystone setup

 Installed the openstack client from git clone https://git.openstack.org/openstack/python-openstackclient.git
pip install -r requirements.txt
pip setup.py install