Correct example salt config

The correct parameter is cloud not cloud_provider.
This commit is contained in:
Craig Jellick 2015-09-24 12:27:23 -07:00
parent 0662141f67
commit 142018cff4

View File

@ -82,7 +82,7 @@ An example file is presented below using the Vagrant based environment.
[root@kubernetes-master] $ cat /etc/salt/minion.d/grains.conf
grains:
etcd_servers: $MASTER_IP
cloud_provider: vagrant
cloud: vagrant
roles:
- kubernetes-master
```