Create Consistency Group form has an exception
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
High
|
wei.ying | ||
Ubuntu Cloud Archive |
Fix Released
|
High
|
Seyeong Kim | ||
Mitaka |
Fix Released
|
High
|
Unassigned | ||
Newton |
Fix Released
|
High
|
Unassigned | ||
Ocata |
Fix Released
|
High
|
Unassigned | ||
horizon (Ubuntu) |
Fix Released
|
High
|
Seyeong Kim | ||
Xenial |
Fix Released
|
High
|
Unassigned |
Bug Description
[Impact]
Affected
- UCA Mitaka, Ocata
- Xenial, Zesty ( Artful is incidentlly added, please ignore it)
After enabling consistency groups by changing api-paste.ini,
When trying to create consistency group, there are error like below.
Exception info:
Internal Server Error: /project/
Traceback (most recent call last):
File "/usr/local/
response = wrapped_
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/usr/local/
return self.dispatch(
File "/usr/local/
return handler(request, *args, **kwargs)
File "/opt/stack/
exceptions.
File "/opt/stack/
six.
File "/opt/stack/
success = workflow.finalize()
File "/opt/stack/
if not self.handle(
File "/opt/stack/
vol_
KeyError: 'volume_
[Test case]
juju deploy bundle
(this is same as original description)
1. Go to admin/volume types panel
2. Create volume type with any name
3. Go to project/Consistency Groups panel
4. Create Consistency Group and add the volume type we just created
5. Submit Create Consistency Group form
[Regression Potential]
This changes horizon UI, and need to restart apache2 server. There could be very short outage for openstack dashboard. but this seems not critical to openstack service. and if there is code error, django server can't be started and outage time could be longer than above.
[Others]
upstream commit
https:/
[Original Description]
Env: devstack master branch
Steps to reproduce:
1. Go to admin/volume types panel
2. Create volume type with any name
3. Go to project/Consistency Groups panel
4. Create Consistency Group and add the volume type we just created
5. Submit Create Consistency Group form
it will throws an exception.
Exception info:
Internal Server Error: /project/
Traceback (most recent call last):
File "/usr/local/
response = wrapped_
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/opt/stack/
return view_func(request, *args, **kwargs)
File "/usr/local/
return self.dispatch(
File "/usr/local/
return handler(request, *args, **kwargs)
File "/opt/stack/
exceptions.
File "/opt/stack/
six.
File "/opt/stack/
success = workflow.finalize()
File "/opt/stack/
if not self.handle(
File "/opt/stack/
vol_
KeyError: 'volume_
Changed in horizon: | |
assignee: | nobody → wei.ying (wei.yy) |
Changed in horizon: | |
importance: | Undecided → High |
milestone: | none → pike-1 |
Changed in openstack-dashboard (Ubuntu): | |
assignee: | nobody → Seyeong Kim (xtrusia) |
no longer affects: | openstack-dashboard (Ubuntu) |
Changed in horizon (Ubuntu): | |
assignee: | nobody → Seyeong Kim (xtrusia) |
description: | updated |
tags: |
added: sts-sru-needed removed: sts-sru |
Changed in horizon (Ubuntu): | |
status: | New → Fix Released |
importance: | Undecided → High |
Changed in cloud-archive: | |
importance: | Undecided → High |
Fix proposed to branch: master /review. openstack. org/454990
Review: https:/