[RFE] Can not create router gateway without external_fixed_ips
Bug #1748132 reported by
Guoshuai Li
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
Wishlist
|
Guoshuai Li |
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",
}
}
}
Changed in neutron: | |
assignee: | nobody → Guoshuai Li (liguoshuai1990) |
status: | New → In Progress |
tags: | added: api-ref |
Changed in neutron: | |
importance: | Undecided → Low |
tags: | added: rfe-confirmed |
tags: |
added: rfe-triaged removed: rfe-confirmed |
summary: |
- Can not create router gateway without external_fixed_ips + [RFE] Can not create router gateway without external_fixed_ips |
Changed in neutron: | |
importance: | Low → Wishlist |
To post a comment you must log in.
Related fix proposed to branch: master /review. openstack. org/542106
Review: https:/