Merge "OCP-Router: fix external network bug in devstack" into stable/rocky

This commit is contained in:
Zuul 2018-09-07 12:56:38 +00:00 committed by Gerrit Code Review
commit 8f0f956086
1 changed files with 2 additions and 1 deletions

View File

@ -753,7 +753,8 @@ function create_ingress_l7_router {
l7_router_fip=$(openstack --os-cloud devstack-admin \
--os-region "$REGION_NAME" \
floating ip create --project "$project_id" \
--subnet "${ext_svc_subnet_id}" "${ext_svc_net_id}" \
--subnet "$KURYR_NEUTRON_DEFAULT_EXT_SVC_SUBNET" \
"$KURYR_NEUTRON_DEFAULT_EXT_SVC_NET" \
-f value -c floating_ip_address)
openstack --os-cloud devstack-admin \