Using a non-default GW IP should set the allocation pool also accordingly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
New
|
Low
|
Atul Moghe | ||
R1.1 |
Won't Fix
|
Low
|
Sachin Bansal | ||
R3.0 |
New
|
Low
|
Atul Moghe |
Bug Description
Build 1.10 2273
If a non-default GW IP is picked in the subnet, the allocation pool also should be set accordingly.
Ex: It should be 60.1.1.1 to 60.1.1.9 and 60.1.1.11 to 60.1.1.254 .
root@nodec22:
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"last_ip": "60.1.1.254", "first_ip": "60.1.1.1"} |
| cidr | 60.1.1.0/24 |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 60.1.1.10 |
| id | dd930605-
| ip_version | 4 |
| name | |
| network_id | d12a1c0a-
| tenant_id | c579a77385914ec
+------
root@nodec22:
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (bansalsachin) → Atul Moghe (moghea) |
tags: | added: neutronapi |
Changed in juniperopenstack: | |
assignee: | Atul Moghe (moghea) → Sachin Bansal (sbansal) |
tags: | removed: releasenote |
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (sbansal) → Atul Moghe (moghea) |
Is that how it behaves in stock devstack? I dont' see this requirement in documentation.