<div dir="ltr">I think you do not have a l3 plugin configured in your neutron.conf - therefore the l3 extension is not being loaded and the router resource does not exist.<div>If the l3 plugin is not there just add it to service_plugins.</div><div><br></div><div>If the diagnosis is correct, can you post this question to <a href="http://ask.openstack.org">ask.openstack.org</a> (if it's not already there).</div><div>This is probably a typical problem that many users face when they start deploying neutron.</div><div><br></div><div>Salvatore</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 18 November 2014 22:08, Amit Anand <span dir="ltr"><<a href="mailto:aanand@viimed.com" target="_blank">aanand@viimed.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">All,<div><br></div><div>So been following the Juno guide and now have arrived to the point where I need to create the demo-router - but when I run the command this is what I get:</div><div><br></div><div><div>[root@controller ~]# source demo-openrc.sh</div><div>[root@controller ~]# neutron router-create demo-router</div><div>Not Found (HTTP 404) (Request-ID: req-00fa2ff1-dfb6-4d28-976c-be0f3d500e64</div></div><div><br></div><div>There is not much more in --debug or logs than that error above. I have no idea why this is happening. I DID notice one strange thing and maybe somebody will be able to tell me whats wrong. I configured the controller and network nodes per guide and to test, run neutron ext-list for controller node when finished and neutron agent-list for both compute and network nodes when they are finished. So the weird thing is, for the network and compute node this is the output:</div><div><br></div><div><div> neutron agent-list</div><div>+--------------------------------------+--------------------+----------+-------+----------------+---------------------------+</div><div>| id                                   | agent_type         | host     | alive | admin_state_up | binary                    |</div><div>+--------------------------------------+--------------------+----------+-------+----------------+---------------------------+</div><div>| 037f3155-4518-4e67-994f-6703bb860a78 | Metadata agent     | network  | :-)   | True           | neutron-metadata-agent    |</div><div>| 3463361e-bf7a-4b01-afa8-9a4752992a17 | Open vSwitch agent | network  | :-)   | True           | neutron-openvswitch-agent |</div><div>| 561e337e-cb7e-4c98-991a-3a08873464ad | Open vSwitch agent | compute1 | :-)   | True           | neutron-openvswitch-agent |</div><div>| fd1100dd-470c-44ba-b017-3ccd08c3f8fe | DHCP agent         | network  | :-)   | True           | neutron-dhcp-agent        |</div><div>+--------------------------------------+--------------------+----------+-------+----------------+---------------------------+</div></div><div><br></div><div>But in the guide it shows neutron-l3-agent running as well! And for the controller the output is:</div><div><br><br><div>[root@controller ~]# neutron ext-list</div><div>+-----------------------+--------------------------+</div><div>| alias                 | name                     |</div><div>+-----------------------+--------------------------+</div><div>| security-group        | security-group           |</div><div>| provider              | Provider Network         |</div><div>| binding               | Port Binding             |</div><div>| quotas                | Quota management support |</div><div>| agent                 | agent                    |</div><div>| dhcp_agent_scheduler  | DHCP Agent Scheduler     |</div><div>| external-net          | Neutron external network |</div><div>| multi-provider        | Multi Provider Network   |</div><div>| allowed-address-pairs | Allowed Address Pairs    |</div><div>| extra_dhcp_opt        | Neutron Extra DHCP opts  |</div><div>+-----------------------+--------------------------+</div></div><div><br></div><div>As you can see, there a few things missing that are in the Juno guide example such as l3_agent_scheduler and ext-gw-mode and router among others...Am I not turning them on somehow? I dont think I missed anything as Ive done this twice already now and I dont think I can do all the configuring again without going crazy :-) Appreciate any help!</div><div><br></div><div><pre style="color:rgb(35,48,45);font-family:Monaco,'Courier New','DejaVu Sans Mono','Bitstream Vera Sans Mono',monospace;width:883px;border-bottom-color:rgb(222,222,222)!important;border-bottom-style:solid!important;border-bottom-width:1px!important;border-top-color:rgb(222,222,222)!important;border-top-style:solid!important;border-top-width:1px!important;font-size:12px!important;padding:0.5em!important">neutron ext-list
+-----------------------+-----------------------------------------------+
| alias                 | name                                          |
+-----------------------+-----------------------------------------------+
| security-group        | security-group                                |
| l3_agent_scheduler    | L3 Agent Scheduler                            |
| ext-gw-mode           | Neutron L3 Configurable external gateway mode |
| binding               | Port Binding                                  |
| provider              | Provider Network                              |
| agent                 | agent                                         |
| quotas                | Quota management support                      |
| dhcp_agent_scheduler  | DHCP Agent Scheduler                          |
| l3-ha                 | HA Router extension                           |
| multi-provider        | Multi Provider Network                        |
| external-net          | Neutron external network                      |
| router                | Neutron L3 Router                             |
| allowed-address-pairs | Allowed Address Pairs                         |
| extraroute            | Neutron Extra Route                           |
| extra_dhcp_opt        | Neutron Extra DHCP opts                       |
| dvr                   | Distributed Virtual Router                    |
+-----------------------+------------------------------------------------</pre><pre style="width:883px;border-bottom-color:rgb(222,222,222)!important;border-bottom-style:solid!important;border-bottom-width:1px!important;border-top-color:rgb(222,222,222)!important;border-top-style:solid!important;border-top-width:1px!important;padding:0.5em!important"></pre></div><div><br></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>