Remove deprecated network config options

Below network config options have been deprecated with
new names long back
- Ied68c0326cf891a4e6eb3db51dc5f43241e4b8d2

    - 'tenant_network_cidr' -> 'project_network_cidr'
    - 'tenant_network_mask_bits' -> 'project_network_mask_bits'
    - 'tenant_network_v6_cidr' -> 'project_network_v6_cidr'
    - 'tenant_network_v6_mask_bits' -> 'project_network_v6_mask_bits'
    - 'tenant_networks_reachable' -> 'project_networks_reachable'

This patch removes them from tempest conf.
Devstack already use the new config options.

Change-Id: Ic0c39e607265f1b8e60caaacd11912ba9d558e01
Depends-On: I31f83ec70b8803a29a7be765661517d890ffd6f1
2 files changed