Sean Dague | e263c82 | 2014-12-05 14:25:28 -0500 | [diff] [blame] | 1 | #!/bin/bash |
av-mido | 2c3428b | 2013-07-11 14:59:00 +0900 | [diff] [blame] | 2 | |
YAMAMOTO Takashi | aa54511 | 2015-06-03 17:10:43 +0900 | [diff] [blame^] | 3 | # 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 | ||||
7 | function has_neutron_plugin_security_group { | ||||
8 | # 0 means True here | ||||
9 | return 0 | ||||
10 | } |