blob: 3d33c652d1db5065b43103ed384d4ddf5122b821 [file] [log] [blame]
Roey Chen8b5406e2014-12-22 04:57:22 -08001#!/bin/bash
2#
3# This file is needed so Q_PLUGIN=vmware_nsx_v 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}