Skip to content

Commit 7478e64

Browse files
committed
Use bind_host=localhost
Using localhost would allow bind_host to use the correct loopback address for ipv6.
1 parent fe5c58a commit 7478e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/neutronapi/config/01-neutron.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[DEFAULT]
2-
bind_host = 127.0.0.1
2+
bind_host = localhost
33
bind_port = 9697
44
transport_url={{ .TransportURL }}
55
auth_strategy = keystone

0 commit comments

Comments
 (0)