Creating murano category with long name returns HTTP 500 code
Bug #1472239 reported by
Sergii Turivnyi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Medium
|
Ekaterina Chernova |
Bug Description
Preconditions:
Devstack on VirtualBox
VM Ubuntu 14.04
Steps to reproduce:
1. Navigate to VM
2. Activate standard OpenStack clients
3. Execute command
"murano category-create dfsaksdfasfjasd
Expected result:
Valid error message
Actual result:
"Internal Server Error" (HTTP 500)
http://
Changed in murano: | |
milestone: | none → liberty-2 |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: cli |
affects: | murano → python-muranoclient |
Changed in python-muranoclient: | |
milestone: | liberty-2 → none |
milestone: | none → 0.6.1 |
affects: | python-muranoclient → murano |
Changed in murano: | |
milestone: | 0.6.1 → none |
tags: |
added: appi removed: cli |
tags: |
added: api removed: appi |
tags: | added: kilo-backport-potential |
Changed in murano: | |
milestone: | none → liberty-2 |
status: | Fix Committed → Fix Released |
Changed in murano: | |
assignee: | nobody → Ekaterina Chernova (efedorova) |
Changed in murano: | |
milestone: | liberty-2 → 1.0.0 |
Changed in murano: | |
milestone: | 1.0.0 → 1.0.1 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/201143 /git.openstack. org/cgit/ openstack/ murano/ commit/ ?id=ba1f4cb5796 e8b5aab09ff3179 966514d8d60387
Committed: https:/
Submitter: Jenkins
Branch: master
commit ba1f4cb5796e8b5 aab09ff31799665 14d8d60387
Author: Ekaterina Chernova <email address hidden>
Date: Mon Jul 13 17:04:50 2015 +0300
Fix error message in case category name is too long
Category name is restricted to 80.
Previously, errors connected to the category lengh was not handled.
Change-Id: Ic24df23832b9e5 a9cccf07d221e87 0c1e58f895f
Closes-Bug: #1472239