Skip to content

Commit 156a803

Browse files
authored
Merge pull request #44 from stackhpc/volume_type_fix
add default var definition for openstack_volumes_types
2 parents b095d5a + 0a3a558 commit 156a803

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ansible/group_vars/all/openstack

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ openstack_container_clusters_templates: []
6666
###############################################################################
6767
# Configuration variables for a CloudKitty ratings service deployment.
6868

69-
# A list where each item is a dictionary mapping the associated fields,
70-
# with the 'mappings' field also being a list of dictionaries.
71-
# Example of the mappings and their fields can be found below,
69+
# A list where each item is a dictionary mapping the associated fields,
70+
# with the 'mappings' field also being a list of dictionaries.
71+
# Example of the mappings and their fields can be found below,
7272
# however for more information please refer to the README.md file.
7373
#
7474
openstack_ratings_hashmap_field_mappings: []
@@ -77,3 +77,7 @@ openstack_ratings_hashmap_field_mappings: []
7777
# dictionaries, however these are not associated with a field.
7878
#
7979
openstack_ratings_hashmap_service_mappings: []
80+
81+
###############################################################################
82+
# Configuration of volumes for OpenStack.
83+
openstack_volumes_types: []

0 commit comments

Comments
 (0)