Bug 1573026
Summary: | FFU: After running openstack overcloud ffwd-upgrade converge the overcloudrc doesn't get updated and any post-upgrade calls fail because of missing /v2.0 enpoint | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
Component: | python-tripleoclient | Assignee: | Carlos Camacho <ccamacho> |
Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | dbecker, hbrock, jfrancoa, jschluet, jslagle, lbezdick, mburns, morazi, sclewis, sgolovat, yprokule |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 13.0 (Queens) | Flags: | sgolovat:
needinfo+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-tripleoclient-9.2.1-7.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-27 13:54:52 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1561169 |
Description
Marius Cornea
2018-04-29 22:18:32 UTC
Same happened during major upgrade from 12 -> 13 neutron l3-agent-list-hosting-router 1b404ae5-ca83-4ffa-998a-ea5ce5387bdf neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:344: SubjectAltNameWarning: Certificate for 10.0.0.101 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) SubjectAltNameWarning (https://10.0.0.101:13000/v2.0/tokens): The resource could not be found. (HTTP 404) (Request-ID: req-32f0e0ef-2e52-445f-9cf8-e05227a6293e) openstack endpoint list --service keystone +----------------------------------+-----------+--------------+--------------+---------+-----------+---------------------------+ | ID | Region | Service Name | Service Type | Enabled | Interface | URL | +----------------------------------+-----------+--------------+--------------+---------+-----------+---------------------------+ | 19d6db64b7f7402cb977e2dde72d38be | regionOne | keystone | identity | True | internal | http://172.17.1.20:5000 | | 9ecec709c21a400d908a73ebdea25a67 | regionOne | keystone | identity | True | public | https://10.0.0.101:13000 | | dcfeb1ca0b98401594e9055fbd3956d3 | regionOne | keystone | identity | True | admin | http://192.168.24.8:35357 | +----------------------------------+-----------+--------------+--------------+---------+-----------+---------------------------+ We can't create the package until this BZ have the blocker flag. I'll move this BZ to modified after the package is generated correctly. 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://access.redhat.com/errata/RHEA-2018:2086 |