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:
parent
b4747f2592
commit
073b3b2a90
@ -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
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
other:
|
||||
- The use_neutron option was marked to be removed in sahara.
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user