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

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Thu May 16 11:04:09 UTC 2013


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

Log:
commit 6e35e084d487c01d68ceda9546a5177a06f2d492
Author: John Garbutt <john at johngarbutt.com>
Date:   Thu May 9 15:44:38 2013 +0100

    xenapi: make the xenapi agent optional per image
    
    DocImpact
    part of blueprint xenapi-guest-agent-cloud-init-interop
    
    This adds the ability to decide, per image, if xenapi should use
    the agent for servers created from that image.
    This opens up the path to using config drive or the metadata
    service with cloud-init to perform tasks like file injection
    
    It uses the image properties that are copied into system metadata
    to detect if "xenapi_agent_present"="true" on the image the server
    was created from.
    If the tag is not present, it defaults to the value
    of the new conf setting "xenapi_agent_present_default".
    
    Becuase the above setting defaults to False, it means that
    the xenapi driver no longer waits for the agent by default.
    This fixes bug 1178223
    
    Change-Id: Ie51a9f54e5b2e85fe4ebebb0aff975db296ba996




More information about the Openstack-docs mailing list