Bug 1292884
| Summary: | Cinder create volume from image: AttributeError: 'Schema' object has no attribute 'is_base_property' | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eric Harney <eharney> |
| Component: | openstack-cinder | Assignee: | Eric Harney <eharney> |
| Status: | CLOSED ERRATA | QA Contact: | lkuchlan <lkuchlan> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 (Juno) | CC: | aopincar, eglynn, eharney, fpercoco, hguemar, jruzicka, mschuppe, nlevinki, scohen, sgotliv, yeylon |
| Target Milestone: | --- | Keywords: | Automation, Regression, ZStream |
| Target Release: | 6.0 (Juno) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-cinder-2014.2.4-3.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1290548 | Environment: | |
| Last Closed: | 2016-03-10 17:06:35 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: | 1290548 | ||
| Bug Blocks: | 1291385 | ||
|
Description
Eric Harney
2015-12-18 16:06:12 UTC
Remove unrelated customer case from that BZ. openstack-cinder-2014.2.3-11.el7ost requires python-glanceclient version equal or greater than 0.14.2-3. We have to fix a sepc file. Tested using:
openstack-cinder-2014.2.4-6.el7ost.noarch
python-cinder-2014.2.4-6.el7ost.noarch
python-cinderclient-1.1.1-1.el7ost.noarch
Verification flow:
[root@cougar14 ~(keystone_admin)]# cinder create 1 --image-id ea360782-4c21-406f-bee8-e1f6566d4f78
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2016-03-06T10:41:29.924808 |
| display_description | None |
| display_name | None |
| encrypted | False |
| id | c053fe8d-15d9-47a4-ac41-04adbbcfa94a |
| image_id | ea360782-4c21-406f-bee8-e1f6566d4f78 |
| metadata | {} |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
[root@cougar14 ~(keystone_admin)]# cinder list
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| ID | Status | Display Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| c053fe8d-15d9-47a4-ac41-04adbbcfa94a | available | None | 1 | None | true | |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
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-0436.html |