<div dir="ltr">Hi Karun,<br><br>You need to set authentication identity plugins ,  It defines on which user  credential you want to execute open-stack commands . By default DevStack installs 2 mains users 1. admin 2. demo<br><br>This is how you use the credentials of the user demo:<br><br>stack@devstack:~/devstack$ source openrc<br><br>This is how you use the credentials of the user admin:<br><br>stack@devstack:~/devstack$ source openrc admin admin<br><br>To go back to the user demo simply do:<br><br>stack@devstack:~/devstack$ source openrc demo demo<div><br></div><div>Thanks.,</div><div>Mohankumar.N</div><div><br><br>On Wed, Jun 15, 2016 at 4:04 PM, karun pruthi <<a href="mailto:karun.pruthi07@gmail.com">karun.pruthi07@gmail.com</a>> wrote:<br>><br>> Hi <br>><br>> I have a devstack running on ubuntu LTS 14.04 and trying to setup lbaas setup using the url as below:-<br>><br>> <a href="https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun">https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun</a> <br>><br>> But getting error as below when trying to create vip using neutron lbaas-loadbalancer-create --name lb1 private-subnet<br>><br>> An auth plugin is required to fetch a token <br>><br>> Can someone please guide how to correct this !!<br>><br>> Thanks & Regards<br>> Karun<br>><br>><br>><br>> _______________________________________________<br>> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>><br></div></div>