Re: [openstack-dev] [nova][neutron][openstackclient] The way to assign floating IPs to VM

2018-03-05 Thread Dean Troyer
On Mon, Mar 5, 2018 at 10:56 AM, Andrey Kurilin wrote: > Dean, I propose a patch (https://review.openstack.org/549820) which should > work for all environments where neutron is installed. Please check it when > you have free time. Thank you Andrey. Monty started one

Re: [openstack-dev] [nova][neutron][openstackclient] The way to assign floating IPs to VM

2018-03-05 Thread Andrey Kurilin
Matt, thanks! Unfortunately, I missed your thread. Dean, I propose a patch (https://review.openstack.org/549820) which should work for all environments where neutron is installed. Please check it when you have free time. 2018-03-05 17:17 GMT+02:00 Dean Troyer : > On Mon, Mar

Re: [openstack-dev] [nova][neutron][openstackclient] The way to assign floating IPs to VM

2018-03-05 Thread Dean Troyer
On Mon, Mar 5, 2018 at 8:07 AM, Matt Riedemann wrote: > On 3/5/2018 6:26 AM, Andrey Kurilin wrote: >> - openstackclient >> >> * command `openstack server add floating ip` calls `add_floating_ip` >> method of novaclient's server object[4]. This method is missed in the latest

Re: [openstack-dev] [nova][neutron][openstackclient] The way to assign floating IPs to VM

2018-03-05 Thread Matt Riedemann
On 3/5/2018 6:26 AM, Andrey Kurilin wrote: A year ago, Nova team decided to deprecate the addFixedIP, removeFixedIP, addFloatingIP, removeFloatingIP server action APIs and it was done[1]. It looks like not all the consumers paid attention to this change so after novaclient 10.0.0 release