Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 575 Bytes

deprecations_ohai_libvirt_plugin.md

File metadata and controls

19 lines (15 loc) · 575 Bytes

+++ title = "Deprecation: Libvirt plugin attributes changes (OHAI-4)" draft = false

gh_repo = "chef-web-docs" robots = "noindex" sitemapExclude = true aliases = "/deprecations_ohai_libvirt_plugin.html" +++

The Ohai libvirt plugin no longer places libvirt attributes under node['virtualization'] and instead uses the node['libvirt'] namespace to match other virtualization plugins.

Remediation

Cookbooks utilizing attributes from the libvirt plugin under node['virtualization'] will need to be updated to instead use those same attributes from node['libvirt'].