I'm developing a micro-service which needs to connect to my openstack
via REST API:
I'm using this command in CLI
to create an access token (X-Auth-Token):
openstack --os-system-scope all token issue
Is it possible to create the admin token with no expire time? And apply restriction on request ip address?