Fix trove role issue

* add the bind_host and bind_port option for trove api service
* add emptry upgrade.yml file

Change-Id: Ie861e43f98d513d2831303249ddf407de40bba2a
This commit is contained in:
Jeffrey Zhang 2016-12-20 16:01:13 +08:00
parent f4186d4bd7
commit 9140abc0b2
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