Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation required: Cinder snapshot can be created with empty metadata key/value #17

Open
jybuestc opened this issue Nov 25, 2015 · 0 comments

Comments

@jybuestc
Copy link
Collaborator

Description:
Cinder snapshot can be created with empty metadata key/value. Missing validaion against key/value params

Project:
OpenStack

Project Area:
cinder

Release:
OpenStack

Severity:
S1

Full Details:
Cinder snapshot can be created with empty metadata key/value. Missing validaion against key/value params

stack@ubuntuasdfasd:~$ cinder snapshot-create ffe2a72d-cbb8-465c-b4cd-a97e16003695 --metadata " "=" "
+-------------+--------------------------------------+
| Property | Value |
+-------------+--------------------------------------+
| created_at | 2015-11-24T17:55:51.822875 |
| description | None |
| id | aa79f267-87ae-46e5-918b-a15995e5ad37 |
| metadata | {u' ': u' '} |
| name | None |
| size | 1 |
| status | creating |
| updated_at | None |
| volume_id | ffe2a72d-cbb8-465c-b4cd-a97e16003695 |
+-------------+--------------------------------------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant