Enable storage support

This commit is contained in:
Joshua Boniface 2019-06-18 11:12:18 -04:00
parent 553f7c92f9
commit 2ccabb7a2f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pvc:
functions: functions:
enable_hypervisor: True enable_hypervisor: True
enable_networking: True enable_networking: True
enable_storage: False enable_storage: True
cluster: cluster:
coordinators: coordinators:
{% for node in pvc_nodes if node.is_coordinator %} {% for node in pvc_nodes if node.is_coordinator %}