Sean Dague | e263c82 | 2014-12-05 14:25:28 -0500 | [diff] [blame] | 1 | #!/bin/bash |
Akihiro MOTOKI | f85fa08 | 2013-01-13 05:01:08 +0900 | [diff] [blame] | 2 | |
Akihiro Motoki | a3c103b | 2015-03-08 15:13:23 +0900 | [diff] [blame] | 3 | # This file is needed so Q_PLUGIN=nec will work. |
Akihiro MOTOKI | f85fa08 | 2013-01-13 05:01:08 +0900 | [diff] [blame] | 4 | |
Akihiro Motoki | a3c103b | 2015-03-08 15:13:23 +0900 | [diff] [blame] | 5 | # FIXME(amotoki): This function should not be here, but unfortunately |
| 6 | # devstack calls it before the external plugins are fetched |
Ian Wienand | aee18c7 | 2014-02-21 15:35:08 +1100 | [diff] [blame] | 7 | function has_neutron_plugin_security_group { |
Akihiro MOTOKI | f85fa08 | 2013-01-13 05:01:08 +0900 | [diff] [blame] | 8 | # 0 means True here |
| 9 | return 0 |
| 10 | } |