| Summary: | HA | IPv6 | External LB | Deployment fails with error: Openstack Failed to parse: 2620:52:0:23a9:0:0:0:20:35357 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Leonid Natapov <lnatapov> |
| Component: | os-cloud-config | Assignee: | Jay Dobies <jason.dobies> |
| Status: | CLOSED ERRATA | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.0 (Kilo) | CC: | dbecker, dmacpher, jslagle, lnatapov, mburns, mcornea, morazi, oblaut, rhel-osp-director-maint, ushkalim |
| Target Milestone: | y3 | ||
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | os-cloud-config-0.2.8-14 | Doc Type: | Bug Fix |
| Doc Text: |
Keystone client creation failed due to incorrectly parsed IPv6 addresses. This fix modifies the Keystone client creation mechanism to correctly parse IPv6 addresses. 'os-cloud-config' now creates Keystone clients successfully.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-18 16:53:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Leonid Natapov
2016-02-09 20:56:27 UTC
i think this error is coming from either python-rdomanager-oscplugin or os-cloud-config. can you confirm what versions you have of those, please attach output of rpm -qa from the undercloud likely the error is coming from os-cloud-config when it tries to do the keystone post-config. When Keystone is on the internal_api and that network is ipv6, os-cloud-config is probably assuming ipv4 somewhere. [stack@puma42 ~]$ rpm -qa | grep python-rdomanager-oscplugin python-rdomanager-oscplugin-0.0.10-27.el7ost.noarch [stack@puma42 ~]$ rpm -qa | grep os-cloud-config os-cloud-config-0.2.8-13.el7ost.noarch (In reply to Leonid Natapov from comment #4) > [stack@puma42 ~]$ rpm -qa | grep python-rdomanager-oscplugin > python-rdomanager-oscplugin-0.0.10-27.el7ost.noarch > [stack@puma42 ~]$ rpm -qa | grep os-cloud-config > os-cloud-config-0.2.8-13.el7ost.noarch thanks, i think i see what the problem is, i posted a couple of patches os-cloud-config-0.2.8-14.el7ost.noarch fixed. No parsing error. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0264.html |