blob: 587d5a6b110ae8b16e19c2f0564e7886414b3bf3 [file] [log] [blame]
Gary Kottonfcefb0a2015-04-26 08:50:49 -07001#!/bin/bash
2
3# This file is needed so Q_PLUGIN=vmware_dvs will work.
4
5# FIXME(salv-orlando): This function should not be here, but unfortunately
6# devstack calls it before the external plugins are fetched
7function has_neutron_plugin_security_group {
8 # 0 means True here
9 return 0
10}