<div dir="ltr">don´t know if this is what you want:<div><br></div><div>use neutron;</div><div><div>show columns from routers;</div><div>+----------------+--------------+------+-----+---------+-------+</div><div>| Field          | Type         | Null | Key | Default | Extra |</div>
<div>+----------------+--------------+------+-----+---------+-------+</div><div>| tenant_id      | varchar(255) | YES  |     | NULL    |       |</div><div>| id             | varchar(36)  | NO   | PRI | NULL    |       |</div>
<div>| name           | varchar(255) | YES  |     | NULL    |       |</div><div>| status         | varchar(16)  | YES  |     | NULL    |       |</div><div>| admin_state_up | tinyint(1)   | YES  |     | NULL    |       |</div>
<div>| gw_port_id     | varchar(36)  | YES  | MUL | NULL    |       |</div><div>+----------------+--------------+------+-----+---------+-------+</div></div></div><div class="gmail_extra"><br clear="all"><div>Cumprimentos,<br>
Tiago Sousa</div>
<br><br><div class="gmail_quote">On Tue, Jun 10, 2014 at 7:41 PM, Brian Jarrett <span dir="ltr"><<a href="mailto:celttechie@gmail.com" target="_blank">celttechie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">And now I see I missed the first part of the traceback...  *sigh*.  So the relevant error is that the sql query is asking for routers.enable_snat and its not in your database.  What does the router table look like?</p>
<div class="HOEnZb"><div class="h5">

<div class="gmail_quote">On Jun 10, 2014 12:26 PM, "Brian Jarrett" <<a href="mailto:celttechie@gmail.com" target="_blank">celttechie@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Note:  I accidentally replied directly to Tiago, not to the list. My apologies.  Here is my response:<br>
<br>
Tiago,<br>
<br>
I see this in your paste:<br>
<br>
{'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-<u></u>b35d4ea716c1', 'tenant_name': None, 'project_id': None, 'user_name': None, 'tenant': None, 'user': None}<br>


<br>
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.<br>


<br>
If you are still having issues, please let us know what you are giving as a command that fails.<br>
<br>
Brian<br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">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" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>