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
This commit is contained in:
parent
99c3e2172a
commit
7ce5c46894
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user