Hi,<br><br>I want to set up a dedicated network for a tenant. To do this, I use --project_id <keystone_tenant_id> option in nova-manage network create:<br><br>nova-manage network create --fixed_range_v4=<a href="http://192.168.20.0/24">192.168.20.0/24</a> --project_id=bc955aeac4ff4e0db0bbf10320ec3772 --label=project2 --gateway=192.168.20.1 --dns1=8.8.8.8 --multi_host=T --bridge=br311 --bridge_interface=eth0.311<br clear="all">
<br>I also have my default network, which all projects share and allocate addresses from it.<br><br>And here I run into a problem:<br>I boot the vm and it looks like the assignement of network to a project does not work. All my machines are assigned IP-s from 2 networks regardles if I am a member of the test2 project or not:<br>
<br>144f9ba8-339f-428c-88e9-a256c6aba956 | rwar  | ACTIVE | public=192.168.0.23; project2=192.168.20.14      (2 ADDRESSES!!!!!)<br><br>How can I enforce that users from project2 get only addresses from project2 net. <br>And how can I enforce that users from outside project2 get addresses from the public pool?<br>
<br>Cheers.<br>-- <br>checkout my blog on linux clusters:<br>-- <a href="http://linuxdatacenter.blogspot.com">linuxdatacenter.blogspot.com</a> --<br>