Commit 415a9189 authored by Antoine Millet's avatar Antoine Millet
Browse files

UUID tag on VM is now forced in lowercase

parent beb15dc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ def _vir_tag(func):

def uuid(dom):
    """Unique identifier of the domain."""
    return dom.uuid
    return dom.uuid.lower()


def status(dom):