Remove unused DEFAULT_DEPLOY_*_NAME

... because these constants are no longer used since validations
dependent on these parameters was split out to a separate validation
repository[1].

[1] 05a84782c4

Change-Id: I161f8389f7426cd575dc32d44a76de3097ac76e9
This commit is contained in:
Takashi Kajinami 2021-10-05 21:01:32 +09:00
parent 20a20ef9e5
commit 6d0049245e
1 changed files with 0 additions and 4 deletions

View File

@ -172,10 +172,6 @@ USER_ENVIRONMENT = 'user-environment.yaml'
CONTAINER_DEFAULTS_ENVIRONMENT = ('environments/'
'containers-default-parameters.yaml')
DEFAULT_DEPLOY_KERNEL_NAME = 'bm-deploy-kernel'
DEFAULT_DEPLOY_RAMDISK_NAME = 'bm-deploy-ramdisk'
# The name for the swift container to host the cache for tripleo
TRIPLEO_CACHE_CONTAINER = "__cache__"