Re: [Openstack] [Keystone] Services API

2012-07-13 Thread Joseph Heck
In the V2 API, there's no "update" available - it's just create/delete. -joe On Jul 13, 2012, at 5:19 AM, Antonio Manuel Muñiz Martín wrote: > There are no method "update_service" here [1], so I think update is > not possible, am I right? > > Thanks, > Antonio. > > [1] > https://github.com/op

Re: [Openstack] [Keystone] Services API

2012-07-13 Thread Antonio Manuel Muñiz Martín
There are no method "update_service" here [1], so I think update is not possible, am I right? Thanks, Antonio. [1] https://github.com/openstack/keystone/blob/0425fba560e7d68e52f922667972765e64ad17dc/keystone/controllers/services.py 2012/7/13 Antonio Manuel Muñiz Martín : > Hi, > > I'm trying to