<div dir="ltr"><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Hello all,</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">I'm setting up single node, w<span style="font-family:arial,sans-serif">hen I type "keystone user-create --name=glance --pass=123456 --email=<a href="mailto:glance@abc.com">glance@abc.com</a>" will show below warning:</span></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><span style="font-family:arial,sans-serif">WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).</span><br></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Here is my source file:</pre><pre style="word-wrap:break-word"><font color="#000000"><span style="white-space:pre-wrap">export OS_TENANT_NAME=test
export OS_USERNAME=admin
export OS_PASSWORD=adminpass
export SERVICE_TOKEN=tokenpass
export SERVICE_ENDPOINT=<a href="http://172.28.0.113:35357/v2.0">http://172.28.0.113:35357/v2.0</a>
export OS_AUTH_URL=<a href="http://172.28.0.113:5000/v2.0/">http://172.28.0.113:5000/v2.0/</a></span></font><span style="color:rgb(0,0,0);white-space:pre-wrap">
</span></pre><pre style="word-wrap:break-word">Thanks</pre><div><br></div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><br></pre></div>