SFC: Error while using port pair group set/unset commands
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-neutronclient |
New
|
Undecided
|
Unassigned |
Bug Description
Setting a port-pair to a port pair group currently fails:
Traceback (most recent call last):
File "/usr/local/
result = cmd.run(
File "/usr/local/
return super(Command, self).run(
File "/usr/local/
return_code = self.take_
File "/opt/stack/
attrs[
TypeError: unhashable type: 'list'
clean_up SetSfcPortPairG
Traceback (most recent call last):
File "/usr/local/
ret_val = super(OpenStack
File "/usr/local/
result = self.run_
File "/usr/local/
ret_value = super(OpenStack
File "/usr/local/
result = cmd.run(
File "/usr/local/
return super(Command, self).run(
File "/usr/local/
return_code = self.take_
File "/opt/stack/
attrs[
TypeError: unhashable type: 'list'
Same result when trying to unset a port pair from a port pair group.
This error raises because the result of the call to "client.
No need to add square brackets around the result.