Enable client API in Daemon config
This commit is contained in:
parent
d5516d891c
commit
32bcbbeca0
|
@ -8,6 +8,7 @@ pvc:
|
||||||
enable_hypervisor: True
|
enable_hypervisor: True
|
||||||
enable_networking: True
|
enable_networking: True
|
||||||
enable_storage: True
|
enable_storage: True
|
||||||
|
enable_api: True
|
||||||
cluster:
|
cluster:
|
||||||
coordinators:
|
coordinators:
|
||||||
{% for node in pvc_nodes if node.is_coordinator %}
|
{% for node in pvc_nodes if node.is_coordinator %}
|
||||||
|
|
Loading…
Reference in New Issue