First time here? Check out the FAQ!
![]() | 1 | initial version |
Finnaly i found the cause of this issue. I used the default network created with packstack and it is not multi_host. So i delete and create it again with the good option
nova network-create novanetwork --fixed-range-v4=192.168.40/24 --bridge=br100 --multi-host=T
and all works fine