incorrect bind_host with ipv6 in kilo
Bug #1463305 reported by
Edward Hope-Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystone (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley |
Bug Description
It appears that, for the Kilo release, the deprecated bind_host in keystone.conf is no longer being used as before. Instead we should use the new format i.e.
[eventlet_server]
#
# From keystone
#
# The number of worker processes to serve the public eventlet application.
# Defaults to number of CPUs (minimum of 2). (integer value)
# Deprecated group/name - [DEFAULT]
#public_workers = <None>
# The IP address of the network interface for the public service to listen on.
# (string value)
# Deprecated group/name - [DEFAULT]/bind_host
# Deprecated group/name - [DEFAULT]
#public_bind_host = 0.0.0.0
Related branches
lp://staging/~hopem/charms/trusty/keystone/fix-kilo-bind-host
- James Page: Approve
-
Diff: 13 lines (+2/-1)1 file modifiedtemplates/kilo/keystone.conf (+2/-1)
description: | updated |
Changed in keystone (Juju Charms Collection): | |
status: | New → In Progress |
Changed in keystone (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in keystone (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.