Add global override for service bind address
Change-Id: Icad6256c8a5b3c19b113f7f87ead04d6e71169f6
This commit is contained in:
parent
43038143e6
commit
acc94725e3
@ -47,7 +47,7 @@ manila_storage_availability_zone: nova
|
||||
manila_default_availability_zone: "{{ manila_storage_availability_zone }}"
|
||||
|
||||
manila_management_address: 127.0.0.1
|
||||
manila_uwsgi_bind_address: 0.0.0.0
|
||||
manila_uwsgi_bind_address: "{{ openstack_service_bind_address | default('0.0.0.0') }}"
|
||||
|
||||
manila_fatal_deprecations: False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user