How to get all endpoints within ironic code? [closed]
We can get keystone auth token within ironic code as below :
TOKEN = task.context.auth_token
Is there a way to get endpoints from the above auth token or context objects?