Merge "Remove Neutron NEC plugin completely"

This commit is contained in:
Jenkins 2016-01-14 19:09:52 +00:00 committed by Gerrit Code Review
commit ea7fd55153

View File

@ -1,10 +0,0 @@
#!/bin/bash
# This file is needed so Q_PLUGIN=nec will work.
# FIXME(amotoki): 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
}