Bug 1291385
| 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: | 7.0 (Kilo) | CC: | eglynn, eharney, fpercoco, hguemar, jruzicka, mschuppe, nlevinki, scohen, sgotliv, srevivo |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-cinder-2015.1.2-6.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1290548 | Environment: | |
| Last Closed: | 2016-04-26 15:29:47 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, 1292884 | ||
| Bug Blocks: | |||
|
Description
Eric Harney
2015-12-14 18:23:04 UTC
Tested using:
openstack-cinder-2015.1.2-5.el7ost.noarch
Verification flow:
[stack@undercloud ~]$ cinder create 1 --image-id 2ebba986-8183-4e00-9c1a-7f3d5c0e70f5
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| created_at | 2016-04-10T12:46:16.284998 |
| display_description | None |
| display_name | None |
| encrypted | False |
| id | 8e0f728f-652f-492a-92d5-5bbb9e11d917 |
| image_id | 2ebba986-8183-4e00-9c1a-7f3d5c0e70f5 |
| metadata | {} |
| multiattach | false |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+
[stack@undercloud ~]$ cinder list
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| ID | Status | Display Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
| 8e0f728f-652f-492a-92d5-5bbb9e11d917 | available | - | 1 | - | 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-0688.html |