Skip to content
Snippets Groups Projects
Commit 105c94c1 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove use_neutron from sahara config"

parents 8818d10e 7ce5c468
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment