[Openstack] floating ip list shows whole subnet for non-admin user

2014-11-10 Thread mad Engineer
Hi, i am using nova-network and using this command trying to list available floating ip in my tenant: *nova-manage floating list* but this shows a whole subnet and not just floating ip available in my tenant. other commands like *nova list* is showing as expected. How can i restrict users

Re: [Openstack] floating ip list shows whole subnet for non-admin user

2014-11-10 Thread James Denton
Try nova floating-ip-list, rather than the nova-manage commands. http://docs.openstack.org/user-guide/content/floating_ips_proc.html My experience is to avoid nova-manage when possible. Much better results using the python-novaclient equivalents. James On Nov 10, 2014, at 8:54 AM, mad