Merge "Remove unused constants for TripleO UI"

This commit is contained in:
Zuul 2021-10-11 12:57:14 +00:00 committed by Gerrit Code Review
commit 8c4cbc9737
1 changed files with 0 additions and 3 deletions

View File

@ -179,9 +179,6 @@ DEFAULT_DEPLOY_RAMDISK_NAME = 'bm-deploy-ramdisk'
# The name for the swift container to host the cache for tripleo
TRIPLEO_CACHE_CONTAINER = "__cache__"
TRIPLEO_UI_LOG_FILE_SIZE = 1e7 # 10MB
TRIPLEO_UI_LOG_FILENAME = 'tripleo-ui.logs'
API_NETWORK = 'InternalApi'
LEGACY_API_NETWORK = 'Internal'