Nova: Remove unused EnableSQLAlchemyCollectd from base template

This change cleans up the EnableSQLAlchemyCollectd left but unused
in nova base template which was migrated to different templates while
refactoring database configuration of nova[1].

[1] 9d82364de8

Change-Id: I8a4d162310257454995279bdd663ccf308cccfaf
This commit is contained in:
Takashi Kajinami 2021-06-08 21:29:15 +09:00
parent 098df978cf
commit 02e50c163b
1 changed files with 0 additions and 5 deletions

View File

@ -68,11 +68,6 @@ parameters:
description: Enable caching with memcached description: Enable caching with memcached
type: boolean type: boolean
default: true default: true
EnableSQLAlchemyCollectd:
type: boolean
description: >
Set to true to enable the SQLAlchemy-collectd server plugin
default: false
EnableConfigPurge: EnableConfigPurge:
type: boolean type: boolean
default: false default: false