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

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Wed Feb 20 20:46:05 UTC 2013


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

Log:
commit afc0294d1643861227169fb988ee079e3b9198b7
Author: Matthew Sherborne <msherborne at gmail.com>
Date:   Wed Feb 20 12:33:13 2013 +1000

    Adds 'id' and 'version' to services list in api
    
     * The service object updates the DB when it starts up with the code
       version that it's running
     * The services openstack api extension now reports the 'version' and
       'id' db fields when listing services
    
     * The 'id' is needed to properly identify a service, using host name
       and binary-name might not be unique enough
     * We may add more service api methods later, that will need
       addressing by ID. eg. service_get, service_config
     * Cells support should be added later, in that case the 'id' is like
       'path!to!cell at 42' (where 42 is the ID)
    
    DocImpact
    
    Change-Id: I9f3131bbc3c218bedb41d491d54ca5102a6a4353
    Implements: blueprint service-api-extension-upgrade1




More information about the Openstack-docs mailing list