Revert "pass cloud provider flag in all cases, not just openstack"

This reverts commit f35e5e864f.
This commit is contained in:
Smana
2016-08-24 14:32:54 +02:00
parent 643b28f9d3
commit 346eca5748
3 changed files with 3 additions and 8 deletions

View File

@@ -35,8 +35,6 @@ spec:
{% if cloud_provider is defined and cloud_provider == "openstack" %}
- --cloud-provider={{ cloud_provider }}
- --cloud-config={{ kube_config_dir }}/cloud_config
{% elif cloud_provider is defined %}
- --cloud-provider={{ cloud_provider }}
{% endif %}
- 2>&1 >> {{ kube_log_dir }}/kube-apiserver.log
volumeMounts: