mirror of https://github.com/ceph/ceph-ansible.git
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
parent
160090b441
commit
6a79870d62
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue