| Summary: | Can't open the "Edit Parameters" screen, an exception is dumped to the tripleo-api console | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Udi Kalifon <ukalifon> |
| Component: | rdo-manager-gui | Assignee: | Ana Krivokapic <akrivoka> |
| Status: | CLOSED EOL | QA Contact: | Shai Revivo <srevivo> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Target Release: | Kilo | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-19 16:03:00 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: | |
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |
Description of problem: When trying to open the "Edit Parameters" screen, you see the following in the tripleo-api console: [-] Error validating the plan. Traceback (most recent call last): File "/home/stack/tripleo-common/tripleo_common/core/plan.py", line 154, in get_deployment_parameters show_nested=True) File "/home/stack/tripleo-common/.tox/venv/lib/python2.7/site-packages/heatclient/v1/stacks.py", line 296, in validate resp = self.client.post(url, **args) File "/home/stack/tripleo-common/.tox/venv/lib/python2.7/site-packages/heatclient/common/http.py", line 281, in post return self.client_request("POST", url, **kwargs) File "/home/stack/tripleo-common/.tox/venv/lib/python2.7/site-packages/heatclient/common/http.py", line 271, in client_request resp, body = self.json_request(method, url, **kwargs) File "/home/stack/tripleo-common/.tox/venv/lib/python2.7/site-packages/heatclient/common/http.py", line 260, in json_request resp = self._http_request(url, method, **kwargs) File "/home/stack/tripleo-common/.tox/venv/lib/python2.7/site-packages/heatclient/common/http.py", line 215, in _http_request raise exc.from_response(resp) HTTPBadRequest: ERROR: Property error: resources.StorageMgmtVirtualIP.properties: Unknown Property PortName 2016-03-14 08:47:20.008 29584 INFO werkzeug [-] 192.0.2.1 - - [14/Mar/2016 08:47:20] "GET /v1/plans/DefaultPlan/parameters HTTP/1.1" 500 - How reproducible: 100% Steps to Reproduce: 1. Go to the "Deployment Plan" page 2. Under "Configure and Assign Roles" click on "Edit Parameters" Actual results: Nothing pops up on the screen. Check the tripleo-api console for the exception.