(#11694) Add bind host to template

Previously, the class parameter bind_host was not
being compiled into the glance-registry.conf.erb template.

This commit ensures that this class parameter is added
to the compiled config file: glance-registry
This commit is contained in:
Dan Bode 2012-01-02 15:00:13 -08:00
parent f8b922582d
commit 80bdf4475a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ verbose = <%= log_verbose %>
debug = <%= log_debug %>
# Address to bind the registry server
bind_host = 0.0.0.0
bind_host = <%= bind_host %>
# Port the bind the registry server to
bind_port = <%= bind_port %>