Good day to all, I am having an error when executing the sfc_agent.sh script in my host running ODL Boron, when I try to create a Service Function I get this following error:

*I searched around and have not been able to find a fix for it... all the python configurations I have applied correctly according to the configuration steps given at the ODL website.

I appreciate any information that can help me solve this.

Regards


INFO:sfc/sfc_agent.py:Received request for SF creation: SF1
INFO:sfc/sfc_agent.py:Received request from ODL to create SF ...
ERROR:__main__:Exception on
/config/service-function:service-functions/service-function/SF1 [PUT]
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1817,
in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1477,
in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1381,
in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/lib/python3.4/dist-packages/flask/_compat.py", line 33,
in reraise
    raise value
  File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1475,
in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1461,
in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "sfc/sfc_agent.py", line 474, in create_sf
    _, sf_type = (local_sf_topo[sfname]['type']).split(':')
ValueError: too many values to unpack (expected 2)
INFO:werkzeug:192.169.2.55 - - [09/Dec/2015 17:14:32] "PUT
/config/service-function:service-functions/service-function/SF1 HTTP/1.1"
500 -
_______________________________________________
sfc-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/sfc-dev

Reply via email to