@@ -49,41 +49,27 @@ openstack_image_elements: []
49
49
# List of diskimage-builder element git repos to pull
50
50
openstack_image_git_elements: []
51
51
###############################################################################
52
- # Configuration variables for a Cloudkitty ratings service deployment.
52
+ # Configuration variables for a CloudKitty ratings service deployment.
53
53
54
54
# File path or URL containing Python upper constraints.
55
55
#
56
- ratings_upper_constraints_file : []
56
+ openstack_ratings_upper_constraints_file : []
57
57
58
58
# Environment variables for the OpenStack CLI. By default this is left empty.
59
59
#
60
- ratings_environment: []
61
- # - name: ENV_VAR_NAME
62
- # value: ENV_VAR_VALUE
60
+ openstack_ratings_environment: []
63
61
64
62
# A list where each item is a dictionary mapping the associated fields,
65
63
# with the 'mappings' field also being a list of dictionaries.
66
64
# Example of the mappings and their fields can be found below,
67
65
# however for more information please refer to the README.md file.
68
66
#
69
- ratings_hashmap_field_mappings: []
70
- # - service: SERVICE_NAME
71
- # name: FIELD_NAME
72
- # mappings:
73
- # - value: MAPPING_VALUE
74
- # cost: MAPPING_COST
75
- # group: MAPPING_GROUP
76
- # type: MAPPING_TYPE
67
+ openstack_ratings_hashmap_field_mappings: []
77
68
78
69
# Much like the field mappings above, the service mappings are a list of
79
70
# dictionaries, however these are not associated with a field.
80
71
#
81
- ratings_hashmap_service_mappings: []
82
- # - service: SERVICE_NAME
83
- # cost: MAPPING_COST
84
- # group: MAPPING_GROUP
85
- # type: MAPPING_TYPE
86
-
72
+ openstack_ratings_hashmap_service_mappings: []
87
73
88
74
###############################################################################
89
75
# Configuration of nova host aggregates for OpenStack.
0 commit comments