[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 to see resource allocated to that tenant ie its
restricted to use only 12 floating IP.

Thanks
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


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 Engineer 
themadengin...@gmail.commailto:themadengin...@gmail.com wrote:

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 to see resource allocated to that tenant ie its 
restricted to use only 12 floating IP.

Thanks


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack