blob: 9ea73386962fa138e7c03c38b7013c4c4a5aa754 [file] [log] [blame]
Sean Daguee263c822014-12-05 14:25:28 -05001#!/bin/bash
Akihiro MOTOKIf85fa082013-01-13 05:01:08 +09002
Akihiro Motokia3c103b2015-03-08 15:13:23 +09003# This file is needed so Q_PLUGIN=nec will work.
Akihiro MOTOKIf85fa082013-01-13 05:01:08 +09004
Akihiro Motokia3c103b2015-03-08 15:13:23 +09005# FIXME(amotoki): This function should not be here, but unfortunately
6# devstack calls it before the external plugins are fetched
Ian Wienandaee18c72014-02-21 15:35:08 +11007function has_neutron_plugin_security_group {
Akihiro MOTOKIf85fa082013-01-13 05:01:08 +09008 # 0 means True here
9 return 0
10}