blob: b6c1c9c13f163aca83d0f0e044fee55613e81714 [file] [log] [blame]
Sean Daguee263c822014-12-05 14:25:28 -05001#!/bin/bash
armando-migliaccio05952e32014-01-05 07:59:06 -08002
Roey Chen8b5406e2014-12-22 04:57:22 -08003# This file is needed so Q_PLUGIN=vmware_nsx will work.
armando-migliaccio05952e32014-01-05 07:59:06 -08004
Roey Chen8b5406e2014-12-22 04:57:22 -08005# FIXME(salv-orlando): 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 {
armando-migliaccio05952e32014-01-05 07:59:06 -08008 # 0 means True here
9 return 0
10}