openstack loadbalancer create .... give an ip address out of range of my network (198.51.100.1) !!
hi , I have installed octavia in centos , and I have created two network (192.168.58.0/24 (provider) and 192.168.100.0/24 (selfservice)) after running "openstack loadbalancer create --project service --name lb1 --vip-subnet-id selfservice"
the lb1 loadbalancer ip will be 198.51.100.1 !!! that is out of range of my selfservice network. based on the poor documentation I must be able to ping the lb1 ip address which is ( 198.51.100.1) that naturally is impossible .
and also this ip address and its port will not shown up in "openstack port list" command
what should I do that the lb1 get the correct ip address in range of my selfservice network