Provide support for floating ip pool chunks
Bug #1464405 reported by
AJAY KALAMBUR
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Group Based Policy |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Currently in neutron you can specify discontiguous sets of floating ip pools.
But today in GBP we use the following command
NAT_POOL_ID=$(gbp nat-pool-create --ip-version 4 --ip-pool $EXT_SUBNET_CIDR --external-segment $EXT_SEGMENT_ID ext_nat_pool | grep ' id ' | awk '{print $4}' )
Here we are specifying a complete CIDR block. I need to be able to specify a start and a stop pool with ranges
Changed in group-based-policy: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
milestone: | none → kilo-gbp-4 |
Changed in group-based-policy: | |
milestone: | kilo-gbp-4 → next |
To post a comment you must log in.