Comment 13 for bug 1508044

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/18306
Committed: http://github.org/Juniper/contrail-controller/commit/5f5ae464d8b57a9f29618ab1047245cbcd170e5b
Submitter: Zuul
Branch: R3.0

commit 5f5ae464d8b57a9f29618ab1047245cbcd170e5b
Author: Sachin Bansal <email address hidden>
Date: Mon Mar 7 17:22:44 2016 -0800

Use service list also as key for service chains

Currently, ServiceChain class does not use service list as a key.
As a result, if there are two policy rules with the same match condition,
but different service lists, we will keep on deleting one service chain
and creating another one. With this change, the two rules will result in
two separate service chains and they should be indpendently created and
deleted and should not interfere with each other.

Change-Id: If4009330d32ab885fb64cfe98adf551e00662c53
Closes-Bug: 1508044
(cherry picked from commit d091e66cfe4d7595fc1866c1289a5c5fa0f01719)