diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2 index 48f8435ae1..061279a6e2 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -8,6 +8,8 @@ use_forwarded_for = true # and collected by Docker use_stderr = False +my_ip = {{ api_interface_address }} + osapi_volume_workers = {{ openstack_service_workers }} volume_name_template = volume-%s