Tacker server throws exception when member action contains UPDATE string.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
High
|
Trinath Somanchi |
Bug Description
When an update operation is executed, like,
$> tacker --debug vim-update 2716adb5-
Exception will happen by calling this method by a non admin user.
2017-03-25 23:23:38.589 ERROR tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
2017-03-25 23:23:38.589 TRACE tacker.
This error is thrown when an non-admin user attempts to update an attribute.
========= Proposed Fix ========
>>> if 'update' in action:
change into
>>> if 'update' in action and attributes.
By doing such change, will solve this problem.
summary: |
- Tacker server throws exception on UPDATE action. + Tacker server throws exception when member action contains UPDATE + string. |
Changed in tacker: | |
assignee: | nobody → Trinath Somanchi (trinath-somanchi-m) |
description: | updated |
Changed in tacker: | |
milestone: | none → pike-1 |
Changed in tacker: | |
importance: | Undecided → High |
Fix proposed to branch: master /review. openstack. org/449956
Review: https:/