Skip to content

Commit f2f893f

Browse files
authored
Revert "Fixes issue apache#162"
1 parent 81928e9 commit f2f893f

File tree

1 file changed

+2
-1
lines changed
  • playbooks/cloud-provider-openstack-acceptance-test-lb-octavia

1 file changed

+2
-1
lines changed

playbooks/cloud-provider-openstack-acceptance-test-lb-octavia/run.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
username = $OS_USERNAME
2929
region = $OS_REGION_NAME
3030
[LoadBalancer]
31-
use-octavia = true
31+
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)
3233
[BlockStorage]
3334
bs-version = v2
3435
ignore-volume-az = yes

0 commit comments

Comments
 (0)