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

This commit is contained in:
Zuul 2021-03-05 13:06:25 +00:00 committed by Gerrit Code Review
commit 887cbbe74e
1 changed files with 1 additions and 2 deletions

View File

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