Public bug reported:

This failure occurs when
[ml2]
mechanism_driver = cisco_apic_juno
[DEFAULT]
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
service_plugins = apic_l3_juno

Failure snippet: https://gist.github.com/a32c627869a10551880c.git

Steps to reproduce
-----------------------------

$ export auth_token=keystone token-get | awk '/id/{print $4}' | head -n1

$ curl -v -i -X POST -H "X-Auth-Token: $auth_token" -H "Content-
type:application/json" -d '{"router": {"external_gateway_info":
{"network_id": "EXT_NET_ID"}, "name": "router1", "admin_state_up":
false}}' http://10.101.1.40:9696/v2.0/routers

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  L3 port failure when router gateway is set from router-create API

Status in neutron:
  New

Bug description:
  This failure occurs when
  [ml2]
  mechanism_driver = cisco_apic_juno
  [DEFAULT]
  core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
  service_plugins = apic_l3_juno

  Failure snippet: https://gist.github.com/a32c627869a10551880c.git

  Steps to reproduce
  -----------------------------

  $ export auth_token=keystone token-get | awk '/id/{print $4}' | head
  -n1

  $ curl -v -i -X POST -H "X-Auth-Token: $auth_token" -H "Content-
  type:application/json" -d '{"router": {"external_gateway_info":
  {"network_id": "EXT_NET_ID"}, "name": "router1", "admin_state_up":
  false}}' http://10.101.1.40:9696/v2.0/routers

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to