Remove unused TRIPLEO_NETWORK_CONFIG_RESOURCE

This constant was added during Train[1] but has never been used
actually.

[1] 85b7a4eea5

Change-Id: Ib668fbc877139a530d9f491494f8aae027bedace
This commit is contained in:
Takashi Kajinami 2021-10-05 20:55:20 +09:00
parent 95bddb343c
commit 20a20ef9e5
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ NESTED_DEPTH = 7
# Resource name for deployment resources when using config download
TRIPLEO_DEPLOYMENT_RESOURCE = 'TripleODeployment'
# Resource name for network config resources when using config download
TRIPLEO_NETWORK_CONFIG_RESOURCE = 'NetworkConfig'
HOST_NETWORK = 'ctlplane'
DEFAULT_VLAN_ID = "1"