ceilometer-api does not start in IPv6 env
Bug #1626929 reported by
Gautam Prasad
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Triaged
|
High
|
Julien Danjou |
Bug Description
In IPv6 environment, ceilometer API throws the following error:
File "/usr/bin/
my_ip = socket.
socket.gaierror: [Errno -2] Name or service not known
gethostbyname() only works for IPv4 addresses.
From python socket API:
gethostbyname() does not support IPv6 name resolution, and getaddrinfo() should be used instead for IPv4/v6 dual stack support.
Changed in pbr: | |
importance: | Undecided → High |
To post a comment you must log in.
That's actually a bug in PBR.