Skip to content
Snippets Groups Projects
Commit 4fcf7718 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

Bug #3966 : version should not be inherited

parent cdf9db14
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,6 @@ class NodeHandler(RpcHandler):
self.VM_TAG_MANDATORY = ['hv', 'h']
self.VM_TAG_MAP = {
# infinite TTL
'version' : ( lambda o: True,
lambda o,t: str(__version__),
-1),
'hv' : ( lambda o: hasattr(o, 'hypervisor'),
lambda o,t: o.hypervisor().get_name(),
-1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment