Bug 1233956
| Summary: | [rhel-osp-director][unified-cli] : Error when attempting to attach volume to instance using unified-cli (endpoint for volumev2 service named cinderv2 not found). | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Omri Hochman <ohochman> |
| Component: | python-rdomanager-oscplugin | Assignee: | Brad P. Crochet <brad> |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Director | CC: | brad, calfonso, christopher_dearborn, gfidente, jslagle, mburns, rhel-osp-director-maint, sclewis |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | Director | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | os-cloud-config-0.2.8-2.el7ost python-rdomanager-oscplugin-0.0.8-7.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-05 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: | 1238779 | ||
|
Description
Omri Hochman
2015-06-19 20:04:33 UTC
Proposed fix: https://review.gerrithub.io/237219 Upstream patch also necessary: https://review.openstack.org/#/c/194651/ Verified with - python-rdomanager-oscplugin-0.0.8-18.el7ost.noarch - os-cloud-config-0.2.8-4.el7ost.noarch [stack@rhos-compute-node-18 ~]$ openstack server list +--------------------------------------+------+--------+--------------------+ | ID | Name | Status | Networks | +--------------------------------------+------+--------+--------------------+ | d3f260a5-3451-4f19-971d-dcb14b59f2be | pipi | BUILD | ext-net=192.0.2.46 | +--------------------------------------+------+--------+--------------------+ [stack@rhos-compute-node-18 ~]$ openstack volume list +--------------------------------------+--------------+-----------+------+-------------+ | ID | Display Name | Status | Size | Attached to | +--------------------------------------+--------------+-----------+------+-------------+ | b4f457d8-00ee-4c9e-b8b3-3cb34488d740 | kaka | available | 2 | | +--------------------------------------+--------------+-----------+------+-------------+ [stack@rhos-compute-node-18 ~]$ openstack server add volume pipi kaka [stack@rhos-compute-node-18 ~]$ [stack@rhos-compute-node-18 ~]$ [stack@rhos-compute-node-18 ~]$ [stack@rhos-compute-node-18 ~]$ [stack@rhos-compute-node-18 ~]$ openstack volume list +--------------------------------------+--------------+--------+------+-------------------------------+ | ID | Display Name | Status | Size | Attached to | +--------------------------------------+--------------+--------+------+-------------------------------+ | b4f457d8-00ee-4c9e-b8b3-3cb34488d740 | kaka | in-use | 2 | Attached to pipi on /dev/vdb | +--------------------------------------+--------------+--------+------+-------------------------------+ *** Bug 1233945 has been marked as a duplicate of this bug. *** 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-2015:1549 |