Clean up the removed enable_* settings

OPENSTACK_NEUTRON_NETWORK no longer supports the following settings[1].
 - enable_firewall
 - enable_lb
 - enable_vpn

This change removes the remanining usage of these settings from
installation guide.

[1] 53a5164d82

Change-Id: I9c75bafc2301f045096b51f433456d1accb12edf
This commit is contained in:
Takashi Kajinami 2021-01-02 14:56:33 +09:00
parent 4d1ec9b3a4
commit 2e1a45db30
4 changed files with 0 additions and 12 deletions

View File

@ -174,9 +174,6 @@ Install and configure components
'enable_ipv6': False,
'enable_distributed_router': False,
'enable_ha_router': False,
'enable_lb': False,
'enable_firewall': False,
'enable_vpn': False,
'enable_fip_topology_check': False,
}

View File

@ -159,9 +159,6 @@ Install and configure components
'enable_quotas': False,
'enable_distributed_router': False,
'enable_ha_router': False,
'enable_lb': False,
'enable_firewall': False,
'enable_vpn': False,
'enable_fip_topology_check': False,
}

View File

@ -150,9 +150,6 @@ Install and configure components
'enable_quotas': False,
'enable_distributed_router': False,
'enable_ha_router': False,
'enable_lb': False,
'enable_firewall': False,
'enable_vpn': False,
'enable_fip_topology_check': False,
}

View File

@ -148,9 +148,6 @@ Install and configure components
'enable_ipv6': False,
'enable_distributed_router': False,
'enable_ha_router': False,
'enable_lb': False,
'enable_firewall': False,
'enable_vpn': False,
'enable_fip_topology_check': False,
}