No I do not have admin access. I will ask for it and try if it works. Thank you.
On Wed, Feb 12, 2014 at 7:34 PM, Pedro Navarro Pérez <[email protected]>wrote: > Hi Shital, > > As the policy.json points out: > > "create_network:shared": "rule:admin_only", > "create_network:router:external": "rule:admin_only", > "create_network:segments": "rule:admin_only", > "create_network:provider:network_type": "rule:admin_only", > "create_network:provider:physical_network": "rule:admin_only", > "create_network:provider:segmentation_id": "rule:admin_only", > > only users with role admin are able to create networks. So, are you using > the right tenant_name or tenant_id (the tenant where your user has the > admin role) when setting the jclouds credentials? > > > On Wed, Feb 12, 2014 at 2:22 PM, Shital Patil <[email protected]>wrote: > >> Hi Pedro, >> I am pretty new to jclouds and openstack. I have just set up jclouds in >> eclipse on windows and trying to query both trystack and local openstack >> setup of our firm where I am not admin. I could perform operations related >> to compute(nova) service but could not create networks for communication >> between servers(instances) through API. >> >> So really juvenile questions in my mind are- >> >> >> *1- I can create networks and subnets with dashboard so I should be able >> to create them through API.* >> >> *2- Is using openstack neutron with any openstack setup allowed or we >> have to have special permissions from admin? * >> >> *3-If I doing something wrong please suggest the right way to create >> networks through jclouds which can be used to establish communication >> between instances.* >> >> *I have attached policy.json file from our openstack setup.* >> >> Thank You >> >> >> On Wed, Feb 12, 2014 at 4:30 PM, Pedro Navarro Pérez >> <[email protected]>wrote: >> >>> Hi Shital, >>> >>> Could you post your policy.json located in /etc/neutron/policy.json? >>> >>> >>> >>> On Wed, Feb 12, 2014 at 4:49 AM, Shital Patil <[email protected]>wrote: >>> >>>> Hi, >>>> I have been trying to create network on trystack with example code on- >>>> https://gist.github.com/everett-toews/8701756 >>>> >>>> when I try with - >>>> provider = "openstack-neutron"; It gives me following exception >>>> >>>> http://pastie.org/8724566 >>>> >>>> Same exception occurs with our local openstack setup. I can do rest all >>>> things such as listing servers,images and creating instances but not >>>> networks. >>>> >>>> >>>> >>>> >>>> >>> >> >
