Remove warning message for old change

This removes the warning message added to inform the old change which
was merged multiple cycles ago[1], because we can safely assume users
are aware of this change.

[1] 3c08645ba8

Change-Id: Ifca8a60409093b31f780c6a47a9cce0f9635286e
This commit is contained in:
Takashi Kajinami 2022-09-06 11:17:42 +09:00
parent 216183a9f1
commit 9689ff3b24
1 changed files with 0 additions and 3 deletions

View File

@ -627,11 +627,8 @@ Support for deploying under eventlet will be dropped as of the M-release of Open
running as a standalone service, or httpd for being run by a httpd server")
}
}
} else {
warning('Execution of db_sync does not depend on $enabled anymore. Please use sync_db instead.')
}
if $sync_db {
include keystone::db::sync
}