add 'custom' as valid ceph_repository value

This is documented as valid:

561746f75e/group_vars/all.yml.sample (L245)

Signed-off-by: Justin Riley <justin.t.riley@gmail.com>
pull/3466/head
Justin Riley 2018-12-20 21:33:05 -05:00 committed by mergify[bot]
parent 160090b441
commit 6a79870d62
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def ceph_origin_choices(value):
def ceph_repository_choices(value):
assert value in ['community', 'rhcs', 'dev'], "ceph_repository must be either 'community', 'rhcs' or 'dev'"
assert value in ['community', 'rhcs', 'dev', 'custom'], "ceph_repository must be either 'community', 'rhcs', 'dev', or 'custom'"
def ceph_repository_type_choices(value):