yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20379
[Bug 1331092] Re: FlatDHCP manager will hand out networks from other tenants
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1331092
Title:
FlatDHCP manager will hand out networks from other tenants
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
If FlatDhcpManager is used to create specific networks per tenant, a tenant
will get all networks by default instead of just his or her assigned network.
Due to context elevation, the network manager doesn't properly ensure that the network is owned by the tenant before it creates a nic.
nova network-create --interface eth0 --bridge-interface br100 --project-id <foo-tenant-id> --fixed-range 100.0.0.0/24 foonet
nova network-create --interface eth1 --bridge-interface br200 --project-id <bar-tenant-id> --fixed-range 100.0.0.0/24 barnet
A instance create inside the foo tenant will get an interface on both
foonet and barnet.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1331092/+subscriptions