2014-12-05 14:25:28 -05:00
|
|
|
#!/bin/bash
|
2013-01-13 05:01:08 +09:00
|
|
|
|
2015-03-08 15:13:23 +09:00
|
|
|
# This file is needed so Q_PLUGIN=nec will work.
|
2013-01-13 05:01:08 +09:00
|
|
|
|
2015-03-08 15:13:23 +09:00
|
|
|
# FIXME(amotoki): This function should not be here, but unfortunately
|
|
|
|
# devstack calls it before the external plugins are fetched
|
2014-02-21 15:35:08 +11:00
|
|
|
function has_neutron_plugin_security_group {
|
2013-01-13 05:01:08 +09:00
|
|
|
# 0 means True here
|
|
|
|
return 0
|
|
|
|
}
|