commit bb6cb804fa218a5d26f64833cf5511ecad6fc42e
Author: Paul Michali <email address hidden>
Date: Wed Mar 9 08:54:59 2016 -0500
Use public method execute() for client extension
The client extension was using take_action(), which is really a
private method (and caused problems recently, when it changed from
get_data to take_action).
Instead, this commit uses execute(), which is the public method for
client extension purposes. This will prevent issues from occurring,
if/when the neutronclient changes.
This needs to be (manually) backported to Liberty as well.
Reviewed: https:/ /review. openstack. org/290513 /git.openstack. org/cgit/ openstack/ networking- cisco/commit/ ?id=bb6cb804fa2 18a5d26f64833cf 5511ecad6fc42e
Committed: https:/
Submitter: Jenkins
Branch: master
commit bb6cb804fa218a5 d26f64833cf5511 ecad6fc42e
Author: Paul Michali <email address hidden>
Date: Wed Mar 9 08:54:59 2016 -0500
Use public method execute() for client extension
The client extension was using take_action(), which is really a
private method (and caused problems recently, when it changed from
get_data to take_action).
Instead, this commit uses execute(), which is the public method for
client extension purposes. This will prevent issues from occurring,
if/when the neutronclient changes.
This needs to be (manually) backported to Liberty as well.
Change-Id: I48ef59f10e741a a95a1f75e569ff9 660e3ec5819
Partial-Bug: #1554717