Skip to content

Commit

Permalink
Handle the new variable to specify sample msg destination
Browse files Browse the repository at this point in the history
Change-Id: I7e958bc8de045ecc4f4e38f47299305cc7ba3307
Partial-Bug: 1729812
  • Loading branch information
arvindvis committed Jun 13, 2018
1 parent 1893748 commit 349bef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/base/common.sh
Expand Up @@ -276,3 +276,7 @@ QOS_QUEUE_ID=${QOS_QUEUE_ID:-""}
QOS_LOGICAL_QUEUES=${QOS_LOGICAL_QUEUES:-""}
QOS_DEF_HW_QUEUE=${QOS_DEF_HW_QUEUE:-False}
PRIORITY_TAGGING=${PRIORITY_TAGGING:-True}

# Session logging options
SLO_DESTINATION=${SLO_DESTINATION:-"collector"}
SAMPLE_DESTINATION=${SAMPLE_DESTINATION:-"collector"}
4 changes: 4 additions & 0 deletions containers/vrouter/agent/entrypoint.sh
Expand Up @@ -257,6 +257,10 @@ $priority_group_option
$crypt_interface_option
[SESSION_DESTINATION]
slo_destination = $SLO_DESTINATION
sample_destination = $SAMPLE_DESTINATION
EOM

cleanup_lbaas_netns_config
Expand Down

0 comments on commit 349bef7

Please sign in to comment.