"access-type" => "read-only",
"storage" => "runtime"
}*/
ModelNode node = find(description, ATTRIBUTES, DOMAIN_CONTROLLER, VALUE_TYPE, LOCAL, TYPE);
if (node != null) {
if (node.getType() != ModelType.TYPE && node.asType() != ModelType.OBJECT) {
//Validate it here before we do the naughty replacement
throw new IllegalStateException("Bad local domain controller " + node);
}
node.set(ModelType.STRING);
}