> How does no-auth mode work? Does it just make it look like every > request is done by an admin or something? Something like that. For e.g., I have a setup with neutron + networking-ovn setup initially with devstack and then I unstack and manually start neutron with 'no-auth'. I just need the following to create a network in neutron:
export OS_AUTH_STRATEGY="noauth" export OS_URL="http://10.33.75.7:9696/" neutron net-list neutron net-create dummy --tenant-id="demo" > > -- > Russell Bryant _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev