Merge "Make the name of CPUInfo type more friendly"
This commit is contained in:
commit
96fd6f109e
@ -73,7 +73,7 @@ class CPUInfo(wtypes.UserType):
|
|||||||
"""A type for matching CPU info from hypervisors."""
|
"""A type for matching CPU info from hypervisors."""
|
||||||
|
|
||||||
basetype = wtypes.text
|
basetype = wtypes.text
|
||||||
name = 'cpuinfo'
|
name = 'cpuinfo as JSON formated str'
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def validate(value):
|
def validate(value):
|
||||||
|
Loading…
Reference in New Issue
Block a user