Comment 33 for bug 1665495

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstacksdk (master)

Reviewed: https://review.openstack.org/444438
Committed: https://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=e840a8e7cc8b9727461cd21432b55dc5c927559f
Submitter: Jenkins
Branch: master

commit e840a8e7cc8b9727461cd21432b55dc5c927559f
Author: Terry Howe <email address hidden>
Date: Fri Mar 10 10:54:29 2017 -0700

    Fix the network flavor disassociate method

    This test probably passed when we were using our own session
    or the keystoneauth session changed at some point. Anyway, I
    think it makes sense to have this method to return None on
    success. The delete method will throw an exception on failure.

    Change-Id: I4213724380d189e44f3fec05b7d8065a6419b452
    Partial-bug: #1665495