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:
ptoohill1 2016-04-25 13:42:25 -05:00
parent 81fc37c2fe
commit 6c000c2069
2 changed files with 3 additions and 6 deletions

View File

@ -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}

View File

@ -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 =