We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81928e9 commit f2f893fCopy full SHA for f2f893f
playbooks/cloud-provider-openstack-acceptance-test-lb-octavia/run.yaml
@@ -28,7 +28,8 @@
28
username = $OS_USERNAME
29
region = $OS_REGION_NAME
30
[LoadBalancer]
31
- use-octavia = true
+ floating-network-id = $(openstack network list --external -f value -c ID | head -n 1)
32
+ subnet-id = $(openstack network list --internal -f value -c Subnets | head -n 1)
33
[BlockStorage]
34
bs-version = v2
35
ignore-volume-az = yes
0 commit comments