Store arguments that we do not support yet but that clients provide us with, so that when we do support them in the future, we have not thrown the information away.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
rebased
Shouldn't it be: return self.client_info['ipsilon_internal']['extra'][option] ?
return self.client_info['ipsilon_internal']['extra'][option]
You are entirely right.
@pingou I fixed your remark, anything else you see wrong?
Nope that was it, :thumbsup: for me :)
Pull-Request has been merged by puiterwijk
Store arguments that we do not support yet but that clients provide us
with, so that when we do support them in the future, we have not thrown
the information away.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com