Skip to content

Commit

Permalink
Update compute.discovery to get nova domain meta
Browse files Browse the repository at this point in the history
Nova changed the namespace for nova specific
data to version 1.1 for the wallaby cycle .

Closes-Bug: #1930446
Change-Id: I2aa34cf142c6429a7a0a3b8f232c3ed83f7d9981
  • Loading branch information
Christophe Useinovic committed Oct 7, 2021
1 parent b73ae4e commit 252698d
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 252698d

Please sign in to comment.