Re: [openstack-dev] [Neutron] Changing subnet tenant_id

2014-05-13 Thread André Aranha
Hello, I tried to change the tenant_id as admin, shouldn't it work? I'm using this to check if it really works, I depend on this for another feature. Thank you for the feedback, Andre Aranha On 12 May 2014 14:47, Fawad Khaliq wrote: > Hi Andre, > > You encountered a normal API operation. The

Re: [openstack-dev] [Neutron] Changing subnet tenant_id

2014-05-12 Thread Fawad Khaliq
Hi Andre, You encountered a normal API operation. The error raised is a valid return as you cannot modify the tenant_id. For the API documentation, tenant_id field is there for Administrator purpose when an Admin wants to update subnet for a particular tenant (using tenant_id to refer to the insta

[openstack-dev] [Neutron] Changing subnet tenant_id

2014-05-12 Thread André Aranha
Hi, I was checking networks in Neutron and in the API (http://api.openstack.org/api-ref-networking-v2.html) it is said that one can update a subnet tenant-id. I tried and raised an error: "NeutronError": "Cannot update read-only attribute tenant_id". Is it really supported to change a subnet tenan