Closed TsutomuNakamura closed 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
It has already fixed.
Run ansible with Linux Bridge, Ansible will execute the command like below actually.
This command should be ...