@@ -49,41 +49,27 @@ openstack_image_elements: []
4949# List of diskimage-builder element git repos to pull
5050openstack_image_git_elements: []
5151###############################################################################
52- # Configuration variables for a Cloudkitty ratings service deployment.
52+ # Configuration variables for a CloudKitty ratings service deployment.
5353
5454# File path or URL containing Python upper constraints.
5555#
56- ratings_upper_constraints_file : []
56+ openstack_ratings_upper_constraints_file : []
5757
5858# Environment variables for the OpenStack CLI. By default this is left empty.
5959#
60- ratings_environment: []
61- # - name: ENV_VAR_NAME
62- # value: ENV_VAR_VALUE
60+ openstack_ratings_environment: []
6361
6462# A list where each item is a dictionary mapping the associated fields,
6563# with the 'mappings' field also being a list of dictionaries.
6664# Example of the mappings and their fields can be found below,
6765# however for more information please refer to the README.md file.
6866#
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: []
7768
7869# Much like the field mappings above, the service mappings are a list of
7970# dictionaries, however these are not associated with a field.
8071#
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: []
8773
8874###############################################################################
8975# Configuration of nova host aggregates for OpenStack.
0 commit comments