Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Aaron Rosen
On Thu, Jun 27, 2013 at 10:51 PM, Rahul Sharma rahulsharma...@gmail.comwrote: Hi Aaron, Thanks for the CLI. I have a query related to that. I have a multinode openstack-deployment. To allow all the ports of VM accessible from outside, I need to add a rule *TCP port-range 1-65535 Allow* using

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Rahul Sharma
Thanks Aaron for your kind help. It worked. Is there any doc which lists all the possible commands and their usage for quantum? because --help doesn't help in identifying all the parameters, is there any reference which one can use to get the complete command syntax? -Regards Rahul Sharma On

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Akihiro MOTOKI
The detail parameters are described in the API reference. It is the best document to know the parameters'detail at the moment. http://docs.openstack.org/api/openstack-network/2.0/content/security-groups-ext.html In general options of quantum command can be mapped to API attributes one to one.

[Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-27 Thread Rahul Sharma
Hi All, I have a query regarding the security-groups. Whenever I create a new tenant, a default security-group is created for that tenant. Now I want to find out which security-group is for which tenant? If I run quantum security-group-list, then it shows me the security-groups is below format:-

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-27 Thread Remo Mattei
try this security-group-show and the ID number Remo On Jun 27, 2013, at 05:54 , Rahul Sharma rahulsharma...@gmail.com wrote: Hi All, I have a query regarding the security-groups. Whenever I create a new tenant, a default security-group is created for that tenant. Now I want to find out

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-27 Thread Aaron Rosen
Hi Rahul, The issue is that you are running as an admin user so it shows all the security groups for every tenant. If you want to list the security groups for just one particular tenant you can do this: quantum security-group-list -- --tenant-id=tenant_id Aaron On Thu, Jun 27, 2013 at