Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid keyword 'str' for variable 'master_type' #67

Closed
StephTruong opened this issue Sep 6, 2015 · 4 comments
Closed

Invalid keyword 'str' for variable 'master_type' #67

StephTruong opened this issue Sep 6, 2015 · 4 comments

Comments

@StephTruong
Copy link

Hello
When running the command
' salt-cloud -p sl_centos7_small mytestvs'

I am running into this error:
Invalid keyword 'str' for variable 'master_type'

Anyone else having the same problem?

@nminus1
Copy link

nminus1 commented Sep 6, 2015

could be a problem with you provider/profile files. can you post your cloud.providers.d,cloud.profiles.d files ?

@StephTruong
Copy link
Author

cloud.providers.d:

sl:
minion:
master: 184.173.61.44
user: SL705595
apikey:
provider: softlayer
script: bootstrap-salt
script_args: -ZD
delete_sshkeys: True
display_ssh_output: False
wait_for_ip_timeout: 1800
ssh_connect_timeout: 1200
wait_for_fun_timeout: 1200

cloud.profiles.d:

sl_centos7_small:
provider: sl
image: CENTOS_7_64
cpu_number: 1
ram: 1024
disk_size: 25
local_disk: True
hourly_billing: True
domain: struong.w251.com
location: hou02

@StephTruong
Copy link
Author

it doesnt show here but the lines have the correct indentation in my files.

@StephTruong
Copy link
Author

i solved the problem by adding git 2015.5 on the script_args line in cloud.providers.d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants