[Openstack-docs] [openstack/nova] DocImpact review request change Ie51a9f54e5b2e85fe4ebebb0aff975db296ba996
gerrit2 at review.openstack.org
gerrit2 at review.openstack.org
Mon May 13 09:33:03 UTC 2013
Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/28676
Log:
commit d61ce14e730a42c0e89c0719dd6f2ebd8d457323
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.
It uses the image properties that are copied into system metadata
to detect if "agent_enabled"=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_enabled_default".
Becuase that above settings defaults to False, it effectivly
means that, by default, xenapi driver no longer always waits for
the agent by default. This is why this change also fixes
bug 1178223
This opens up the path to using config drive or the metadata
service with cloud-init to perform tasks like file injection
Change-Id: Ie51a9f54e5b2e85fe4ebebb0aff975db296ba996
More information about the Openstack-docs
mailing list