def mixins!(model)
          attribute_definitions = attribute_definitions_for(mixins_path)
          yamls_in(mixins_path).each do |file|
            logger.debug "Warehouse loading mixin from #{file.inspect}"
            model << Occi::Core::Mixin.from_yaml(file, model, attribute_definitions)