From 7ce5c4689468b748e4dcd7159f9d38e255acd159 Mon Sep 17 00:00:00 2001
From: caowei <cao.wei@99cloud.net>
Date: Fri, 24 Nov 2017 10:03:59 +0800
Subject: [PATCH] Remove use_neutron from sahara config

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: I6af9af897b5a4416082307e01dca951c9b7026ad
Depends-On: Ib9d87dd339d637b69fb27315d92228cbc523c8eb
---
 ansible/roles/sahara/templates/sahara.conf.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/sahara/templates/sahara.conf.j2 b/ansible/roles/sahara/templates/sahara.conf.j2
index fe7affd541..1a8a048f6c 100644
--- a/ansible/roles/sahara/templates/sahara.conf.j2
+++ b/ansible/roles/sahara/templates/sahara.conf.j2
@@ -5,7 +5,6 @@ port = {{ sahara_api_port }}
 host = {{ api_interface_address }}
 transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
 
-use_neutron = True
 api_workers = {{ openstack_service_workers }}
 use_floating_ips = False
 use_namespaces = True
-- 
GitLab