diff --git a/clustering/consul.py b/clustering/consul.py index 8929a0e78b0..e24279586e6 100644 --- a/clustering/consul.py +++ b/clustering/consul.py @@ -76,11 +76,13 @@ options: - the protocol scheme on which the consul agent is running required: false default: http + version_added: "2.1" verify: description: - whether to verify the tls certificate of the consul agent required: false default: True + version_added: "2.1" notes: description: - Notes to attach to check when registering it. diff --git a/clustering/consul_acl.py b/clustering/consul_acl.py index 2e8149a2c92..e07db83232d 100644 --- a/clustering/consul_acl.py +++ b/clustering/consul_acl.py @@ -74,11 +74,13 @@ options: - the protocol scheme on which the consul agent is running required: false default: http + version_added: "2.1" verify: description: - whether to verify the tls certificate of the consul agent required: false default: True + version_added: "2.1" """ EXAMPLES = ''' diff --git a/clustering/consul_kv.py b/clustering/consul_kv.py index deab7a57a1f..45c93d672a0 100644 --- a/clustering/consul_kv.py +++ b/clustering/consul_kv.py @@ -104,11 +104,13 @@ options: - the protocol scheme on which the consul agent is running required: false default: http + version_added: "2.1" verify: description: - whether to verify the tls certificate of the consul agent required: false default: True + version_added: "2.1" """ diff --git a/clustering/consul_session.py b/clustering/consul_session.py index 23d683e8ab5..625c31c7979 100644 --- a/clustering/consul_session.py +++ b/clustering/consul_session.py @@ -93,11 +93,13 @@ options: - the protocol scheme on which the consul agent is running required: false default: http + version_added: "2.1" verify: description: - whether to verify the tls certificate of the consul agent required: false default: True + version_added: "2.1" """ EXAMPLES = '''