Skip to content
Snippets Groups Projects
Commit d1d2e8e3 authored by Mauricio Lima's avatar Mauricio Lima
Browse files

Fix manila-api binds to ::

TrivialFix

Change-Id: Id2db05033d5c9c7150117a5e91f5a75a3bce71e2
parent 15228232
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ use_forwarded_for = true
my_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
osapi_share_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
osapi_share_listen_port = {{ manila_api_port }}
osapi_share_workers = {{ openstack_service_workers }}
rootwrap_config = /etc/manila/rootwrap.conf
api_paste_config = /etc/manila/api-paste.ini
......
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