| Summary: | openstack-cinder: the CLI send commands with volume API version is set to 1 but you are accessing a 2 endpoint | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yogev Rabl <yrabl> |
| Component: | openstack-packstack | Assignee: | Flavio Percoco <fpercoco> |
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.0 | CC: | adarazs, aortega, apevec, derekh, dron, eharney, fpercoco, hateya, jagee, mlopes, pbrady, yeylon |
| Target Milestone: | rc | Keywords: | TestBlocker |
| Target Release: | 4.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | storage | ||
| Fixed In Version: | openstack-packstack-2013.2.1-0.20.dev936.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:44:44 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
Yogev Rabl
2013-12-15 16:15:38 UTC
After some triaging, it seems that packstack is the culprit, and it's related to this new commit: https://github.com/stackforge/packstack/commit/013a2f1ce70e28189f244039b91df175a54b456f The endpoints are created this way: | af05de1abba245ecbba70d688cf144e1 | cinder | volume | Cinder Service | | 277057a4673f4403afeab04a88c16946 | cinder_v2 | volume | Cinder Service v2 | Instead of this, we should specify the v2 endpoints as "cinder" and "volumev2". Let's revert that commit or fix the naming ASAP. Thanks, A. verified on: python-cinder-2013.2-9.el6ost.noarch python-cinderclient-1.0.7-1.el6ost.noarch openstack-cinder-2013.2-9.el6ost.noarch 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |