Amphora fails to build
Bug in devstack plugin caused network option to be corrupted causing failures during amphora build. Change-Id: I9585f22e3bb3a53ae70a5ddb8b76a3a930b10b73 Closes-Bug: #1574784
This commit is contained in:
parent
81fc37c2fe
commit
6c000c2069
@ -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}
|
||||
|
@ -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 =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user