Remove use_neutron option

Nova network has been fully removed from the OpenStack codebase.
As such, all instances of switches on use_neutron should be removed,
as the functionality will never be meaningful.

Change-Id: I2eb338ba53d51c62c88bbbfd145462030596da74
Depends-On: Ib9d87dd339d637b69fb27315d92228cbc523c8eb
Closes-Bug: #1734615
This commit is contained in:
ZhongShengping 2017-11-27 15:31:05 +08:00
parent b4747f2592
commit 073b3b2a90
3 changed files with 3 additions and 2 deletions

View File

@ -102,7 +102,6 @@ sahara_keystone_auth_plugin: password
## Sahara config
sahara_use_floating_ips: False
sahara_use_neutron: True
sahara_use_namespaces: False
sahara_global_remote_threshold: 100
sahara_cluster_remote_threshold: 70

View File

@ -0,0 +1,3 @@
---
other:
- The use_neutron option was marked to be removed in sahara.

View File

@ -11,7 +11,6 @@ host = {{ sahara_api_bind_address }}
port = {{ sahara_api_service_port }}
workers = {{ sahara_api_workers }}
use_floating_ips = {{ sahara_use_floating_ips }}
use_neutron = {{ sahara_use_neutron }}
use_namespaces = {{ sahara_use_namespaces }}
plugins = {{ sahara_plugin_loaded_base }}
global_remote_threshold = {{ sahara_global_remote_threshold }}