[Openstack-docs] [openstack/nova] DocImpact review request change I92edf4e6b74b14bb9c49d5bc0c79e40d3a496bc5

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Fri Nov 9 00:18:48 UTC 2012


Hi, I'd like you to take a look at this patch for potential
documentation impact.
https://review.openstack.org/14735

Log:
commit 15386d94145c4a953c602653a72a09624f2aa064
Author: Chris Yeoh <cyeoh at au1.ibm.com>
Date:   Wed Oct 24 16:42:03 2012 +1030

    Adds REST API support for Fixed IPs
    
    This adds an extension that provides a REST API for getting information
    about a fixed ip, reserving a fixed ip and unreserving a fixed ip. The
    interface is accessed via
    
    /v2/{tenant_id}/os-fixed-ips/<ip_address> # GET ip info
    /v2/{tenant_id}/os-fixed-ips/<ip_address>/action # POST reserve/unreserve ip
    
    This forms part of the work to provide APIs for functionality currently
    implemented by nova-manage that needs direct db access so nova-manage
    can eventually be removed
    
    Change-Id: I92edf4e6b74b14bb9c49d5bc0c79e40d3a496bc5
    Implements: blueprint apis-for-nova-manage
    DocImpact




More information about the Openstack-docs mailing list