← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1249153] Re: Create router failed when configuring ML2 plugin

 

This is not a bug other than a misconfiguration.

If using l3 to create router, need to configure the following item in /etc/neutron/neutron.conf:
service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin

** Changed in: neutron
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1249153

Title:
  Create router failed when configuring ML2 plugin

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  After configuring core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin,

  # neutron router-create router1
  404 Not Found

  NT-DD79A90 The resource could not be found.

  # neutron --debug router-create router1
  404 Not Found

  NT-DD79A90 The resource could not be found.

     
  Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/neutronclient/shell.py", line 517, in run_subcommand
      return run_command(cmd, cmd_parser, sub_argv)
    File "/usr/lib/python2.6/site-packages/neutronclient/shell.py", line 78, in run_command
      return cmd.run(known_args)
    File "/usr/lib/python2.6/site-packages/neutronclient/common/command.py", line 35, in run
      return super(OpenStackCommand, self).run(parsed_args)
    File "/usr/lib/python2.6/site-packages/cliff/display.py", line 84, in run
      column_names, data = self.take_action(parsed_args)
    File "/usr/lib/python2.6/site-packages/neutronclient/common/command.py", line 41, in take_action
      return self.get_data(parsed_args)
    File "/usr/lib/python2.6/site-packages/neutronclient/neutron/v2_0/__init__.py", line 399, in get_data
      data = obj_creator(body)
    File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 108, in with_params
      ret = self.function(instance, *args, **kwargs)
    File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 388, in create_router
      return self.post(self.routers_path, body=body)
    File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 1188, in post
      headers=headers, params=params)
    File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 1111, in do_request
      self._handle_fault_response(status_code, replybody)
    File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 1081, in _handle_fault_response
      exception_handler_v20(status_code, des_error_body)
    File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 88, in exception_handler_v20
      message=message)
  NeutronClientException: 404 Not Found

  NT-DD79A90 The resource could not be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1249153/+subscriptions