[hopem,r=]

Replace deprecated bind_host with admin_bind_host and
public_bind_host in keystone.conf

Closes-Bug: 1463305
This commit is contained in:
Edward Hope-Morley 2015-06-09 09:28:18 +01:00
parent 52e01a088d
commit e77255577b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ public_endpoint = {{ public_endpoint }}
admin_endpoint = {{ admin_endpoint }}
[eventlet_server]
bind_host = {{ bind_host }}
admin_bind_host = {{ bind_host }}
public_bind_host = {{ bind_host }}
public_workers = {{ workers }}
admin_workers = {{ workers }}
admin_port = {{ admin_port }}