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:
parent
f4186d4bd7
commit
9140abc0b2
1
ansible/roles/trove/tasks/upgrade.yml
Normal file
1
ansible/roles/trove/tasks/upgrade.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
---
|
@ -2,8 +2,11 @@
|
|||||||
debug = {{ trove_logging_debug }}
|
debug = {{ trove_logging_debug }}
|
||||||
|
|
||||||
log_dir = /var/log/kolla/trove
|
log_dir = /var/log/kolla/trove
|
||||||
port = {{ trove_api_port }}
|
|
||||||
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
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 }}
|
trove_api_workers = {{ openstack_service_workers }}
|
||||||
auth_strategy = keystone
|
auth_strategy = keystone
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user