Can we create a common network for all tenants using nova-network [closed]
Hi,
I want to create a common network for all the tenants or at least for all the users (admin/non-admin) in a particular tenant. But the non-admin users are not able to access this network.
Created a network without assiocaiting it to any project.
nova network-create example-net --fixed-range-v4=172.16.169.0/24 --vlan=169 --bridge=br169
But as a non-admin user I am unable to see this network using nova network-list.
$nova network-list
{empty line}
$
Setup used is openstack grizzly with nova-network.
Can we actually do this? Please help.
This question is about a version of OpenStack which has been EOL'ed. Closing.