Merge branch '2019.2.1' into bp-52780

This commit is contained in:
Gareth J. Greenaway 2019-05-06 09:14:09 -07:00 committed by GitHub
commit 226c7ce85b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1341,6 +1341,8 @@ def _windows_platform_data():
grains['virtual_subtype'] = 'HVM domU'
elif 'OpenStack' in systeminfo.Model:
grains['virtual'] = 'OpenStack'
elif 'AMAZON' in biosinfo.Version:
grains['virtual'] = 'EC2'
return grains