Skip to content

Commit

Permalink
Merge "Update compute.discovery to get nova domain meta"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 15, 2021
2 parents e00943f + 252698d commit 337eeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceilometer/compute/discovery.py
Expand Up @@ -140,7 +140,7 @@ def discover_libvirt_polling(self, manager, param=None):
try:
xml_string = domain.metadata(
libvirt.VIR_DOMAIN_METADATA_ELEMENT,
"http://openstack.org/xmlns/libvirt/nova/1.0")
"http://openstack.org/xmlns/libvirt/nova/1.1")
except libvirt.libvirtError as e:
if libvirt_utils.is_disconnection_exception(e):
# Re-raise the exception so it's handled and retries
Expand Down

0 comments on commit 337eeac

Please sign in to comment.