tsuna-server / build-server-ansible

1 stars 0 forks source link

openstack network create will be failed with Linux Bridge #49

Closed TsutomuNakamura closed 2 years ago

TsutomuNakamura commented 2 years ago

Run ansible with Linux Bridge, Ansible will execute the command like below actually.

# openstack network create --provider-network-type flat --mtu 1400 --provider-segment 11 private
Error while executing command: BadRequestException: 400, Invalid input for operation: physical_network required for flat provider network.

This command should be ...

openstack network create --mtu 1400 private
TsutomuNakamura commented 2 years ago

It has already fixed.