Bug 1260717
| Summary: | Cinder's nova catalog configuration is not set | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Gorka Eguileor <geguileo> |
| Component: | openstack-puppet-modules | Assignee: | Martin Magr <mmagr> |
| Status: | CLOSED ERRATA | QA Contact: | Gabriel Szasz <gszasz> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | dnavale, eharney, emacchi, geguileo, mmagr, tdunnon, yeylon |
| Target Milestone: | z3 | Keywords: | Triaged, ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-puppet-modules-2015.1.8-24.el7ost | Doc Type: | Bug Fix |
| Doc Text: |
With this update, use the following workaround for this issue:
In the cinder.conf file, update the following parameters.
DEFAULT/nova_catalog_info = compute:nova:publicURL
DEFAULT/nova_catalog_admin_info = compute:nova:publicURL
Or, rename the Compute endpoints from 'nova' to 'Compute Service'.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-21 17:10:11 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: | |||
|
Description
Gorka Eguileor
2015-09-07 13:57:01 UTC
Something is already happening upstream, you should participate to https://review.openstack.org/#/c/219284/ review. Martin, I guess we can patch THT to support the nova_catalog_info parameter, now the upstream patch is merged. The patch was merged in master, which is M release. We have to also backport it to stable/kilo. (In reply to Gorka Eguileor from comment #0) > Cinder's nova catalog configuration does not match keystone's service name > and during some operations (like migration of in-use volumes) so we get > errors in the logs of the kind "EndpointNotFound", as happened when QA tried > to test a migration fix [1]. What is the impact on the end user aside from errors appearing in logs? Does this prevent any volume migrations from working at all? Does it effectively and completely break that feature? Or are the errors cosmetic? If the feature of migrating volumes is completely broken, I would consider this a high severity bug vs. medium. Please provide more info on customer impact. (In reply to Perry Myers from comment #7) This causes a failure for any functionality where Cinder has to talk to Nova. That functionality is: - volume migration/retype of volumes while they are attached to instances - instance locality filter in the scheduler (not sure what this failure looks like exactly) - create/delete snapshots for nova-assisted drivers (GlusterFS) Given the number of customer issues we've dealt with around migration in general, high severity seems reasonable to me. 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/RHBA-2015:2677 |