File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
8989cephadm_commands_pre : " {{ cephadm_commands_pre_default + cephadm_commands_pre_extra }}"
9090cephadm_commands_post : " {{ cephadm_commands_post_default + cephadm_commands_post_extra }}"
9191
92- cephadm_commands_pre_default :
92+ cephadm_commands_pre_default : []
9393cephadm_commands_post_default :
9494{% if kolla_enable_prometheus_ceph_mgr_exporter %}
9595 - " mgr module enable prometheus"
9696{% endif %}
9797
98- cephadm_commands_pre_extra :
99- cephadm_commands_post_extra :
98+ cephadm_commands_pre_extra : []
99+ cephadm_commands_post_extra : []
100100
101101# ##############################################################################
102102# Kolla Ceph auto-configuration.
You can’t perform that action at this time.
0 commit comments