Quantcast
Viewing latest article 3
Browse Latest Browse All 4

Answer by sfcloudman for Hi, I have class C sub-net 255.255.255.0 for the public network. And, I want to only allowed tenant to use specific public IPs. I know how to limit the number of the floating IPs for each tenant using quotas, Although quotas does not allowed me to restrict the users to only use specific range of floating ips. Any idea how to set custom range of floating IPs for each tenant?

This can not be done currently the way you want to do it. What you can do is restrict regular users from creating floating IPs via policy.json. /etc/neutron/policy.json ( "create_floatingip": "rule:regular_user" ). Then you can create (allocate) the floating IPs that you want to each tenant and those are the only FIPs that the tenant can use. The other problem that you might run in to is that during the creation of a router, the router needs a FIP for doing snat and will try to create FIP from the available pool and it might fail if you change create_foatingip to admin.

Viewing latest article 3
Browse Latest Browse All 4

Trending Articles