Comment 2 for bug 1084273

Revision history for this message
Sam Morrison (sorrison) wrote :

Just did another test, here is my terminal output below.

I'm using the version from the Ubuntu cloud archive: 2012.2-0ubuntu2~cloud0
Maybe it has been fixed since then?

~$cinder create 5
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| created_at | 2012-11-29T21:46:52.084236 |
| display_description | None |
| display_name | None |
| id | 46f99376-674b-4c77-9977-881c33c94dbc |
| metadata | {} |
| size | 5 |
| snapshot_id | None |
| status | creating |
| volume_type | None |
+---------------------+--------------------------------------+

~$ cinder list
+--------------------------------------+--------+--------------+------+-------------+-------------+
| ID | Status | Display Name | Size | Volume Type | Attached to |
+--------------------------------------+--------+--------------+------+-------------+-------------+
| 46f99376-674b-4c77-9977-881c33c94dbc | error | None | 5 | None | |
+--------------------------------------+--------+--------------+------+-------------+-------------+

~$ cinder delete 46f99376-674b-4c77-9977-881c33c94dbc
ERROR: User does not have admin privileges (HTTP 403) (Request-ID: req-ef35808a-e0b4-4ae7-9a31-6079f2a3b971)