Skip to content

Commit ee98530

Browse files
committed
fix vm connectivity
1 parent a87ffbb commit ee98530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/openstack-config/openstack-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ openstack_subnet_external:
8888
name: "{{ openstack_network_external_name }}"
8989
project: "admin"
9090
cidr: "192.168.38.0/24"
91-
no_gateway_ip: true
91+
gateway_ip: "192.168.38.3"
9292
allocation_pool_start: "192.168.38.129"
9393
allocation_pool_end: "192.168.38.254"
9494

0 commit comments

Comments
 (0)