Merge "Fix trove role issue"

This commit is contained in:
Jenkins 2017-01-06 12:03:58 +00:00 committed by Gerrit Code Review
commit c6593d3574
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
---

View File

@ -2,8 +2,11 @@
debug = {{ trove_logging_debug }}
log_dir = /var/log/kolla/trove
port = {{ trove_api_port }}
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
bind_port = {{ trove_api_port }}
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
trove_api_workers = {{ openstack_service_workers }}
auth_strategy = keystone