Workaround nova bug

For some reason libvirt of version 5.1 fails to attach
second port to instances with single vcpu and pc-i440fx
machine type.
So we applying workaround with extending amount of cores
for amphora flavor

Related-Bug: #1916879
Change-Id: Ifbf9e4c59093e1cda2bc353a3a415fc62ad80ae1
This commit is contained in:
Dmitriy Rabotyagov 2021-02-25 16:38:56 +02:00 committed by Dmitriy Rabotyagov
parent aca1377f24
commit 07f7243bf9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ octavia_octavia_conf_overrides:
octavia_ssh_enabled: True
octavia_legacy_policy: True
octavia_amp_vcpu: 2
octavia_amp_ram: 512
tempest_run_concurrency: 0
tempest_service_available_octavia: true