Re: [openstack-dev] [nova] Microversions support for extensions without Controller

2015-12-16 Thread Alexandre Levine
Perfect, thank you Alex. I'll depend the update review on it. Best regards, Alex Levine On 12/15/15 4:03 PM, Alex Xu wrote: Hi, Alexandre, we discussed this on api meeting http://eavesdrop.openstack.org/meetings/nova_api/2015/nova_api.2015-12-15-12.00.log.html Finally people agreement

Re: [openstack-dev] [nova] Microversions support for extensions without Controller

2015-12-15 Thread Alex Xu
Hi, Alexandre, we discussed this on api meeting http://eavesdrop.openstack.org/meetings/nova_api/2015/nova_api.2015-12-15-12.00.log.html Finally people agreement on merge os-user-data into servers. I will submit a patch up for this merge. Thanks Alex 2015-12-14 21:24 GMT+08:00 Alex Xu

Re: [openstack-dev] [nova] Microversions support for extensions without Controller

2015-12-14 Thread Alex Xu
Hi, Alexandre, Yes, I think we need pass the version into `server_update` extension point. My irc nick is alex_xu, let me know if you have any trouble with this. Thanks Alex 2015-12-13 2:34 GMT+08:00 Alexandre Levine : > Hi all, > > os-user-data extension implements

[openstack-dev] [nova] Microversions support for extensions without Controller

2015-12-12 Thread Alexandre Levine
Hi all, os-user-data extension implements server_create method to add user_data for server creation. No Controller is used for this, only "class UserData(extensions.V21APIExtensionBase)". I want to add server_update method allowing to update the user_data. Obviously I have to add it as a