1- openstack で cloudify 3.2.1 をブートストラップしようとすると、次のエラーが発生します。Ubuntu 14.04 イメージを使用していますが、cloudify 3.2 では同じ問題はありません。エラーの意味は何ですか?どうすれば解決できますか?
Requested: sudo sh ~/getdocker.sh
Executed: /bin/bash -l -c "sudo sh ~/getdocker.sh" [attempt 1/6]
2015-09-06 18:55:49 CFY <manager> [manager_bc1e1.start] Sending task 'fabric_plugin.tasks.run_module_task' [attempt 2/6]
2015-09-06 18:55:49 CFY <manager> [manager_bc1e1.start] Task started 'fabric_plugin.tasks.run_module_task' [attempt 2/6]
2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: running task: cloudify_cli.bootstrap.tasks.bootstrap_docker
2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: preparing fabric environment...
2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: environment prepared successfully
2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: initializing manager on the machine at 192.168.144.152
2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] ERROR: Exception raised on operation [fabric_plugin.tasks.run_module_task] invocation
Traceback (most recent call last):
File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/cloudify/decorators.py", line 125, in wrapper
result = func(*args, **kwargs)
File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/fabric_plugin/tasks.py", line 89, in run_module_task
return _run_task(task, task_properties, fabric_env)
File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/fabric_plugin/tasks.py", line 95, in _run_task
return task(**task_properties)
File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/cloudify_cli/bootstrap/tasks.py", line 311, in bootstrap_docker
return post_bootstrap_actions(wait_for_services_timeout=15)
File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/cloudify_cli/bootstrap/tasks.py", line 290, in post_bootstrap_actions
port = ctx.instance.runtime_properties[REST_PORT]
KeyError: 'rest_port'
2015-09-06 18:55:49 CFY <manager> [manager_bc1e1.start] Task failed 'fabric_plugin.tasks.run_module_task' -> 'rest_port' [attempt 2/6]
2- cloudify 3.2 および 3.2.1 のデフォルトのインストールは docker のようです。パッケージから 3.2 または 3.2.1 を 3.1 としてインストールすることは可能ですか? はいの場合、マネージャーの設計図で何を修正すればよいですか?