#!/bin/bash

function configure_pvlan {
    neutron_service_plugin_class_add "pvlan"
}
