← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1748132] [NEW] Can not create router gateway without external_fixed_ips

 

Public bug reported:

In a public cloud environment, the external network may be the public
network, Users may want Router Gateway Port without IP, in order to save
public IP network. VM access to public network through floating IP only.

Neutron currently does not support this configuration, I hope available through this api:
/v2.0/routers/
{
    "router": {
        "name": "router1",
        "external_gateway_info": {
            "network_id": "xxx",
            "external_fixed_ips": []
        }
    }
}

** 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/1748132

Title:
  Can not create router gateway without external_fixed_ips

Status in neutron:
  New

Bug description:
  In a public cloud environment, the external network may be the public
  network, Users may want Router Gateway Port without IP, in order to
  save public IP network. VM access to public network through floating
  IP only.

  Neutron currently does not support this configuration, I hope available through this api:
  /v2.0/routers/
  {
      "router": {
          "name": "router1",
          "external_gateway_info": {
              "network_id": "xxx",
              "external_fixed_ips": []
          }
      }
  }

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