Thanks for the feedback. I export this info: export OS_USERNAME=admin export OS_PASSWORD=ADMIN export OS_TENANT_NAME=admin export OS_AUTH_URL=http://192.168.1.11:35357/v2.0
but I don“t think that the export is the issue because if i go via the dashboard and try to get the list of routers/create a router, I get the same errors in the log. The command that im using is "neutron router-create lab-router" as per the documentation > http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron_initial-tenant-network.html Cumprimentos, Tiago Sousa On Tue, Jun 10, 2014 at 7:26 PM, Brian Jarrett <[email protected]> wrote: > Note: I accidentally replied directly to Tiago, not to the list. My > apologies. Here is my response: > > > Tiago, > > I see this in your paste: > > {'project_name': None, 'user_id': None, 'roles': [u'admin'], 'tenant_id': > None, 'timestamp': u'2014-06-10 16:16:21.361813', 'is_admin': True, > 'read_deleted': u'no', 'request_id': > u'req-4a863a3e-f857-41a8-9f18-b35d4ea716c1', > 'tenant_name': None, 'project_id': None, 'user_name': None, 'tenant': None, > 'user': None} > > this tells me that when you give the command to add a router, you aren't > passing the variables for what project, tenant, or user you are using. > This information either needs to be part of the command given, or you need > to set environment variables to specify this information. If you have a > *-openrc.sh file, you need to source that first. > > If you are still having issues, please let us know what you are giving as > a command that fails. > > Brian > > _______________________________________________ > 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
