octavia provider network address pool is incorrectly identified
by net_name field of a provider network
.. code-block:: yaml
- network:
container_bridge: "br-lbaas"
container_type: "veth"
container_interface: "eth14"
host_bind_override: "eth14"
ip_from_q: "octavia"
type: "flat"
net_name: "octavia"
group_binds:
- neutron_linuxbridge_agent
- octavia-worker
- octavia-housekeeping
- octavia-health-manager
In the example ip_from_q and net_name confusingly have the same
value octavia. However ip_from_q refers to cidr_network i.e. address pool
and net_name refers to physical network.
container_network name "octavia_address" comes from ip_from_q value.
Change-Id: Ibbe4636e9b92f2967cbf89a585b8c84a8a56668c