def kinds!(model)
          attribute_definitions = attribute_definitions_for(kinds_path)
          yamls_in(kinds_path).each do |file|
            logger.debug "Warehouse loading kind from #{file.inspect}"
            model << Occi::Core::Kind.from_yaml(file, model, attribute_definitions)