validate: add nautilus release

validate must accept ceph nautilus release.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3368/head
Guillaume Abrioux 2018-11-26 23:29:50 +01:00 committed by mergify[bot]
parent e13f32c1c5
commit 83a67648d8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from notario.decorators import optional
from notario.store import store as notario_store
CEPH_RELEASES = ['jewel', 'kraken', 'luminous', 'mimic']
CEPH_RELEASES = ['jewel', 'kraken', 'luminous', 'mimic', 'nautilus']
class ActionModule(ActionBase):