Hi Karun, 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
This is how you use the credentials of the user demo: stack@devstack:~/devstack$ source openrc This is how you use the credentials of the user admin: stack@devstack:~/devstack$ source openrc admin admin To go back to the user demo simply do: stack@devstack:~/devstack$ source openrc demo demo Thanks., Mohankumar.N On Wed, Jun 15, 2016 at 4:04 PM, karun pruthi <[email protected]> wrote: > > Hi > > I have a devstack running on ubuntu LTS 14.04 and trying to setup lbaas setup using the url as below:- > > https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun > > But getting error as below when trying to create vip using neutron lbaas-loadbalancer-create --name lb1 private-subnet > > An auth plugin is required to fetch a token > > Can someone please guide how to correct this !! > > Thanks & Regards > Karun > > > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
