commit | 6990d42d2ae4cf14476631050206265c59692ff9 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Fri May 20 09:34:09 2016 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Fri May 27 09:56:12 2016 +0800 |
tree | e26e5e29cbafa66e0f473a27c1ac595b5fe96b77 | |
parent | c1513b71279604a58e2f6e40127b8b32eb1f7e93 [diff] |
Use api_extensions to decide security_group type nova used Even the system enables neutron, if neutron's security_group extension is disabled, Nova can still use nova's security_group by setting security_group_api=nova in nova.conf. So this is to use neutron's security group only when neutron is enabled and neutron's security_group extension is enabled. Change-Id: I713b2fb04400c1b892aec9b09e0ff744db8d8d4e Closes-Bug: #1583851