2014-12-05 14:25:28 -05:00
|
|
|
#!/bin/bash
|
2013-07-11 14:59:00 +09:00
|
|
|
|
2015-06-03 17:10:43 +09:00
|
|
|
# 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
|
|
|
|
}
|