|
19 | 19 |
|
20 | 20 | # Extract records but do not push records to SSM. This will not update the last
|
21 | 21 | # run date. (boolean value)
|
22 |
| -# Deprecated group/name - [DEFAULT]/dry_run |
23 | 22 | #dry_run = false
|
24 | 23 |
|
25 | 24 | # Site name as in GOCDB. (string value)
|
|
54 | 53 | # server has ended after this date, it will be included, but the consuption
|
55 | 54 | # reported will end on this date. If no time zone is specified, UTC will be
|
56 | 55 | # used. (string value)
|
57 |
| -# Deprecated group/name - [DEFAULT]/extract_to |
58 | 56 | #extract_to = <None>
|
59 | 57 |
|
60 | 58 | # Extract records that have changed after this date. This means that if a
|
|
63 | 61 | # If it is not set, extract records from last run. If it is set to None and
|
64 | 62 | # last run file is not present, it will extract records from the beginning of
|
65 | 63 | # time. If no time zone is specified, UTC will be used. (string value)
|
66 |
| -# Deprecated group/name - [DEFAULT]/extract_from |
67 | 64 | #extract_from = <None>
|
68 | 65 |
|
69 | 66 | # Which extractor to use for getting the data. If you do not specify anything,
|
|
249 | 246 |
|
250 | 247 | # Metadata key used to retrieve the accelerator type from the flavor
|
251 | 248 | # properties. (string value)
|
252 |
| -# Deprecated group/name - [DEFAULT]/accelerator_type_key |
253 | 249 | #type_key = Accelerator:Type
|
254 | 250 |
|
255 | 251 | # Metadata key used to retrieve the accelerator vendor from the flavor
|
256 | 252 | # properties. (string value)
|
257 |
| -# Deprecated group/name - [DEFAULT]/accelerator_vendor_key |
258 | 253 | #vendor_key = Accelerator:Vendor
|
259 | 254 |
|
260 | 255 | # Metadata key used to retrieve the accelerator model from the flavor
|
261 | 256 | # properties. (string value)
|
262 |
| -# Deprecated group/name - [DEFAULT]/accelerator_model_key |
263 | 257 | #model_key = Accelerator:Model
|
264 | 258 |
|
265 | 259 | # Metadata key used to retrieve the accelerator number from the flavor
|
266 | 260 | # properties. (string value)
|
267 |
| -# Deprecated group/name - [DEFAULT]/accelerator_number_key |
268 | 261 | #number_key = Accelerator:Number
|
269 | 262 |
|
270 | 263 |
|
|
276 | 269 |
|
277 | 270 | # Metadata key used to retrieve the benchmark type from the flavor properties.
|
278 | 271 | # (string value)
|
279 |
| -# Deprecated group/name - [DEFAULT]/benchmark_name_key |
280 | 272 | #name_key = accounting:benchmark_type
|
281 | 273 |
|
282 | 274 | # Metadata key used to retrieve the benchmark value from the flavor properties.
|
283 | 275 | # (string value)
|
284 |
| -# Deprecated group/name - [DEFAULT]/benchmark_value_key |
285 | 276 | #value_key = accounting:benchmark_value
|
286 | 277 |
|
287 | 278 |
|
|
0 commit comments