yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23353
[Bug 1331885] Re: Glance service doesn't support ipv6
This bug was fixed in the package glance - 1:2014.2~rc1-0ubuntu1
---------------
glance (1:2014.2~rc1-0ubuntu1) utopic; urgency=medium
* New upstream release candidate:
- d/p/skip-tests.patch: Dropped, no longer required.
- d/control: Add python-glance-store to dependencies.
- d/control: Add dependency on python-keystonemiddleware.
- d/control: Align versioned depends with upstream.
- d/p/fix-requirements.patch: Sort out some requirements mismatches
which cause test failures due to pbr checking.
- d/p/skip-online-tests.patch: Skip a number of tests that assume
general internet connectivity.
* d/watch: Use tarballs.openstack.org for upstream releases.
* d/rules: Sort out issue with streaming of testr results using subunit
to ensure that any test failures result in a FTBFS.
* d/p/ipv6-support.patch: Cherry pick proposed fix to resolve IPv6
compatiblity issues in glance (LP: #1331885).
-- James Page <james.page@xxxxxxxxxx> Fri, 03 Oct 2014 12:06:38 +0100
** Changed in: glance (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1331885
Title:
Glance service doesn't support ipv6
Status in OpenStack Image Registry and Delivery Service (Glance):
In Progress
Status in “glance” package in Ubuntu:
Fix Released
Bug description:
OS: ubuntu
Version: icehouse
Glance can't listen on the ipv6 address if it is setup on a separate node from nova-controller , and report below error:
******** log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1951
2014-06-18 16:53:55.567 21489 CRITICAL glance [-] gaierror: (-5, 'No address associated with hostname')
2014-06-18 16:53:55.567 21489 TRACE glance Traceback (most recent call last):
2014-06-18 16:53:55.567 21489 TRACE glance File "/usr/bin/glance-api", line 10, in <module>
2014-06-18 16:53:55.567 21489 TRACE glance sys.exit(main())
2014-06-18 16:53:55.567 21489 TRACE glance File "/usr/lib/python2.7/dist-packages/glance/cmd/api.py", line 63, in main
2014-06-18 16:53:55.567 21489 TRACE glance server.start(config.load_paste_app('glance-api'), default_port=9292)
2014-06-18 16:53:55.567 21489 TRACE glance File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 233, in start
2014-06-18 16:53:55.567 21489 TRACE glance self.sock = get_socket(default_port)
2014-06-18 16:53:55.567 21489 TRACE glance File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 123, in get_socket
2014-06-18 16:53:55.567 21489 TRACE glance socket.SOCK_STREAM)
2014-06-18 16:53:55.567 21489 TRACE glance File "/usr/lib/python2.7/dist-packages/eventlet/support/greendns.py", line 174, in getaddrinfo
2014-06-18 16:53:55.567 21489 TRACE glance rrset = resolve(host)
2014-06-18 16:53:55.567 21489 TRACE glance File "/usr/lib/python2.7/dist-packages/eventlet/support/greendns.py", line 133, in resolve
2014-06-18 16:53:55.567 21489 TRACE glance raise socket.gaierror(error)
2014-06-18 16:53:55.567 21489 TRACE glance gaierror: (-5, 'No address associated with hostname')
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1331885/+subscriptions
References