midonet: Provide has_neutron_plugin_security_group

Change-Id: I6ac12022bb8998fbec17cfa503db9277aa2eb8b7
Partial-Bug: #1458871
This commit is contained in:
YAMAMOTO Takashi 2015-06-03 17:10:43 +09:00
parent a1774b5704
commit aa54511727
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
#!/bin/bash
# REVISIT(devvesa): This file is intentionally left empty
# in order to keep Q_PLUGIN=midonet work.
# REVISIT(devvesa): This file is needed so Q_PLUGIN=midonet will work.
# FIXME(yamamoto): This function should not be here, but unfortunately
# devstack calls it before the external plugins are fetched
function has_neutron_plugin_security_group {
# 0 means True here
return 0
}