Merge "Remove use_neutron from sahara config"

This commit is contained in:
Zuul 2017-11-27 05:05:54 +00:00 committed by Gerrit Code Review
commit 105c94c1a1
1 changed files with 0 additions and 1 deletions

View File

@ -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