Skip to content

Commit c202d6f

Browse files
Changing the conf.yaml.example file by enabling the default of use_legacy_check_version (#17560)
* specifying that the default of use_legacy_check_version is true not false Signed-off-by: rahulkaukuntla <rahul.kaukuntla@datadoghq.com> * enabling the default of use_legacy_check_version (false) Signed-off-by: rahulkaukuntla <rahul.kaukuntla@datadoghq.com> * undoing certificate change Signed-off-by: rahulkaukuntla <rahul.kaukuntla@datadoghq.com> --------- Signed-off-by: rahulkaukuntla <rahul.kaukuntla@datadoghq.com>
1 parent 6966129 commit c202d6f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

openstack_controller/assets/configuration/spec.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ files:
1414
service.hidden: true
1515
- template: instances
1616
options:
17-
- name: use_legacy_check_version
18-
display_priority: 1
19-
description: |
20-
For backward compatibility reasons, it is possible to use a deprecated version of the Openstack Controller
21-
integration by setting this field to "true".
22-
value:
23-
type: boolean
24-
example: false
2517
- name: name
2618
hidden: true
2719
description: |
@@ -42,6 +34,7 @@ files:
4234
value:
4335
example: <PASSWORD>
4436
type: string
37+
4538
- name: domain_id
4639
description: |
4740
The domain ID used to connect to Openstack. If not specified, the check will
@@ -65,6 +58,14 @@ files:
6558
id: <DOMAIN_ID>
6659
type: object
6760
enabled: true
61+
- name: use_legacy_check_version
62+
description: |
63+
For backward compatibility reasons, it is possible to use a deprecated version of the Openstack Controller
64+
integration by setting this field to "true".
65+
enabled: true
66+
value:
67+
type: boolean
68+
example: false
6869
- name: whitelist_project_names
6970
hidden: true
7071
description: |

openstack_controller/datadog_checks/openstack_controller/data/conf.yaml.example

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ init_config:
3333
#
3434
instances:
3535

36-
-
37-
## @param use_legacy_check_version - boolean - optional - default: false
38-
## For backward compatibility reasons, it is possible to use a deprecated version of the Openstack Controller
39-
## integration by setting this field to "true".
40-
#
41-
# use_legacy_check_version: false
42-
4336
## @param username - string - optional
4437
## The User name used to connect to Openstack.
4538
#
@@ -56,6 +49,12 @@ instances:
5649
#
5750
# domain_id: default
5851

52+
## @param use_legacy_check_version - boolean - optional - default: false
53+
## For backward compatibility reasons, it is possible to use a deprecated version of the Openstack Controller
54+
## integration by setting this field to "true".
55+
#
56+
use_legacy_check_version: false
57+
5958
## @param use_agent_proxy - boolean - optional - default: true
6059
## Whether the dd-agent proxy should also be used for openstack API requests (if set).
6160
#

0 commit comments

Comments
 (0)