Merge "Configure rsyslog on Octavia service nodes in devstack" into stable/victoria

This commit is contained in:
Zuul 2021-03-09 01:58:51 +00:00 committed by Gerrit Code Review
commit dc97891d12
1 changed files with 1 additions and 2 deletions

View File

@ -756,8 +756,6 @@ function octavia_init {
create_octavia_accounts
add_load-balancer_roles
configure_rsyslog
elif [ $OCTAVIA_NODE == 'api' ] ; then
create_octavia_accounts
@ -768,6 +766,7 @@ function octavia_init {
create_mgmt_network_interface
create_amphora_flavor
configure_lb_mgmt_sec_grp
configure_rsyslog
fi
if ! [ "$DISABLE_AMP_IMAGE_BUILD" == 'True' ]; then