blob: ca0b70c76ca957afa47afa579fca34591564af43 [file] [log] [blame]
Sean Daguee263c822014-12-05 14:25:28 -05001#!/bin/bash
av-mido2c3428b2013-07-11 14:59:00 +09002
YAMAMOTO Takashiaa545112015-06-03 17:10:43 +09003# REVISIT(devvesa): This file is needed so Q_PLUGIN=midonet will work.
4
5# FIXME(yamamoto): 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}