2014-12-05 14:25:28 -05:00
|
|
|
#!/bin/bash
|
2013-02-23 23:07:07 -08:00
|
|
|
|
2014-12-22 04:57:22 -08:00
|
|
|
# This file is needed so Q_PLUGIN=vmware_nsx will work.
|
2013-02-23 23:07:07 -08:00
|
|
|
|
2014-12-22 04:57:22 -08:00
|
|
|
# FIXME(salv-orlando): 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-03-21 14:11:27 +09:00
|
|
|
# 0 means True here
|
|
|
|
return 0
|
|
|
|
}
|