85e006d19d
This patch adds support for networking-ovn-metadata-agent. It will deploy the agent on compute nodes and disable Nova force_config_drive. The following two patches have been squashed into this one: * https://review.openstack.org/#/c/525164/ * https://review.openstack.org/#/c/522813/ The reason behind the squash is that we had interdepenencies and this patch alone wouldn't be testing the code properly without the two other ones since scenario007 job in baremetal has been removed for this cycle. UpgradeImpact Depends-On: I678652294cb8f964c34b742a0bc0ea360d736fb9 Depends-On: If3dffde5e0db8f7607a9708d36d54d1600fe5da8 Depends-On: I38f775479d178f5b252619635b67f876bc8c5ed5 Depends-On: Ifdd42437333730a3b3e6f36cbab6df0a2971a5a1 Depends-On: I940cec6d670df39ac6e2a3559a028acbeee99331 Change-Id: Idc2bb4e31a64502ac6fcdac771d823509dc328e7 Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
9 lines
267 B
YAML
9 lines
267 B
YAML
---
|
|
features:
|
|
- Adds ability to configure metadata agent for networking-ovn based
|
|
deployments.
|
|
upgrade:
|
|
- force_config_drive is now set to False in Nova. Instances will now
|
|
fetch their metadata from the metadata service instead from the config
|
|
drive.
|