This marks additional attributes as mutable in the virtual circuit module specs. In addition to marking the attributes as mutable, we also need to add a flag to the shared get_diff function to tell that function not to ignore fields that are not present in the API response but are present in the config.
This also registers the md5 attribute as a response attribute for virtual circuits so that the module will know about that attribute and handle it correctly.
Fixes #237
This marks additional attributes as
mutable
in the virtual circuit module specs. In addition to marking the attributes asmutable
, we also need to add a flag to the sharedget_diff
function to tell that function not to ignore fields that are not present in the API response but are present in the config.This also registers the
md5
attribute as a response attribute for virtual circuits so that the module will know about that attribute and handle it correctly.