mirror of https://github.com/ceph/ceph-ansible.git
validate: add nautilus release
validate must accept ceph nautilus release. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3368/head
parent
e13f32c1c5
commit
83a67648d8
|
@ -26,7 +26,7 @@ from notario.decorators import optional
|
||||||
from notario.store import store as notario_store
|
from notario.store import store as notario_store
|
||||||
|
|
||||||
|
|
||||||
CEPH_RELEASES = ['jewel', 'kraken', 'luminous', 'mimic']
|
CEPH_RELEASES = ['jewel', 'kraken', 'luminous', 'mimic', 'nautilus']
|
||||||
|
|
||||||
|
|
||||||
class ActionModule(ActionBase):
|
class ActionModule(ActionBase):
|
||||||
|
|
Loading…
Reference in New Issue