0
我想下面的網站安裝我的第一個藍圖:http://getcloudify.org/guide/3.2/getting-started-deploy-blueprint-locally.html,但在運行命令時:錯誤安裝藍圖本地
D:\cloudify-manager\cloudify-nodecellar-example>cfy local init --blueprint-path aws-ec2-blueprint.yaml
我得到以下錯誤:
'ami-d05e75b8' is not of type 'object'; Path to error: inputs.image
我aws- ec2-blueprint.yaml:
...
inputs:
image: ami-d05e75b8
size: m4.large
agent_user: ubuntu
node_templates:
...
有什麼建議嗎?