diff --git a/devstack/plugin.sh b/devstack/plugin.sh index a9a0301b8d..fa6dc38aa9 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -188,7 +188,7 @@ function octavia_start { build_mgmt_network OCTAVIA_AMP_NETWORK_ID=$(neutron net-list | awk '/ lb-mgmt-net / {print $2}') - iniset $OCTAVIA_CONF controller_worker amp_boot_network_list [${OCTAVIA_AMP_NETWORK_ID}] + iniset $OCTAVIA_CONF controller_worker amp_boot_network_list ${OCTAVIA_AMP_NETWORK_ID} if is_service_enabled tempest; then configure_octavia_tempest ${OCTAVIA_AMP_NETWORK_ID} diff --git a/etc/octavia.conf b/etc/octavia.conf index 3ee369bb12..c00016a5e9 100644 --- a/etc/octavia.conf +++ b/etc/octavia.conf @@ -140,12 +140,9 @@ # Networks to attach to the Amphorae examples: # - One primary network -# - amp_boot_network_list = ['22222222-3333-4444-5555-666666666666'] +# - - amp_boot_network_list = 22222222-3333-4444-5555-666666666666 # - Multiple networks -# - amp_boot_network_list = [ -# '11111111-2222-33333-4444-555555555555', -# '22222222-3333-4444-5555-666666666666' -# ] +# - - amp_boot_network_list = 11111111-2222-33333-4444-555555555555, 22222222-3333-4444-5555-666666666666 # - All networks defined in the list will be attached to each ampohra # amp_boot_network_list =