Comment 23 for bug 997763

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

Reviewed: https://review.openstack.org/8339
Committed: http://github.com/openstack/nova/commit/82599c77346bbefd550ea4ee6c0b13a3df4950af
Submitter: Jenkins
Branch: master

commit 82599c77346bbefd550ea4ee6c0b13a3df4950af
Author: Trey Morris <email address hidden>
Date: Fri Jun 15 16:35:31 2012 -0500

    moved update cache functionality to the network api

    previously the network manager get_instance_nw_info
    was responsible for updating the cache. This is to
    prevent calling that function in a confusing way.

    part 2 of this patch was fixing bug997763
    floating_ip_associate was removed from the compute
    api. network api associate is now called directly.
    network api floating_ip functions now require
    instance as an argument in order to update cache.

    Change-Id: Ie8daa017b99e48769afbac4862696ef0a8eb1067