Updated openstack/openstack

Project: openstack/neutron-lbaas  f32a0ec5bd9c45685f498afbbd03fb554f96eb9e

fixed health monitor setting during tempest test,

`resource_set_health_monitor` is a class method, so the `cls` param will
be a class object and not an instantiated object, whereas
`_create_health_monitor` is not a classmethod can thus be called only
when bound to an object.

This fix keeps the method as classmethod and
allows passing a `creater` which can be used as factory of `health
monitors`

Change-Id: I192bec90097be92fda122b01aebf9e820ea7bb67
Closes-bug: 1703597
This commit is contained in:
Jenkins 2017-07-20 23:04:46 +00:00 committed by Gerrit Code Review
parent 7ed7e7bc3e
commit 424aacb03b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8b5af4d4b5ed08458c1d21836b5343e517df5c3c
Subproject commit f32a0ec5bd9c45685f498afbbd03fb554f96eb9e