We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 699b14a + 6233dd7 commit 56a54b0Copy full SHA for 56a54b0
ansible/group_vars/all/openstack
@@ -81,3 +81,7 @@ openstack_ratings_hashmap_service_mappings: []
81
###############################################################################
82
# Configuration of volumes for OpenStack.
83
openstack_volumes_types: []
84
+
85
+###############################################################################
86
+# Configuration of Cloudkitty for OpenStack.
87
+openstack_cloudkitty_enable: false
ansible/openstack.yml
@@ -9,3 +9,4 @@
9
- import_playbook: openstack-volume-types.yml # noqa name[play]
10
- import_playbook: openstack-container-clusters.yml # noqa name[play]
11
- import_playbook: openstack-ratings.yml # noqa name[play]
12
+ when: openstack_cloudkitty_enable | bool
0 commit comments