(Cloudify) D:\Programmi\Cloudify\working_dir_cl3\blueprints\test_2>cfy events li
st --include-logs --execution-id 99c089c4-0b2f-4856-bfe6-90fa9b168a26
Getting events from management server 128.104.223.153 for execution id '99c089c4
-0b2f-4856-bfe6-90fa9b168a26' [include_logs=True]
2015-12-19T11:56:13 CFY <test_2> Starting 'install' workflow execution
2015-12-19T11:56:13 CFY <test_2> [test_1_host_5dad0] Creating node
2015-12-19T11:56:14 CFY <test_2> [test_1_host_5dad0.create] Sending task 'nova_p
lugin.server.create'
2015-12-19T11:56:14 CFY <test_2> [test_1_host_5dad0.create] Task started 'nova_p
lugin.server.create'
2015-12-19T11:56:14 LOG <test_2> [test_1_host_5dad0.create] INFO: Transformed re
source name 'server_test_2_test_1_host_5dad0' to 'cloudifyserver_test_2_test_1_h
ost_5dad0'
2015-12-19T11:56:16 LOG <test_2> [test_1_host_5dad0.create] INFO: Transformed re
source name 'testKey1' to 'cloudifytestKey1'
2015-12-19T11:56:16 LOG <test_2> [test_1_host_5dad0.create] INFO: Creating VM wi
th parameters: {'name': u'cloudifyserver_test_2_test_1_host_5dad0', u'key_name':
u'cloudifytestKey1', 'image': u'4f413a7d-9116-406b-ba79-10113e805e18', 'meta':
{'cloudify_management_network_name': u'cloudify-management-network', 'cloudify_m
anagement_network_id': u'7c334e37-84a8-4d38-b99a-437de6e8087b'}, 'nics': [{'net-
id': u'7c334e37-84a8-4d38-b99a-437de6e8087b'}], 'flavor': 3, 'security_groups':
[u'cloudify-sg-agents']}
2015-12-19T11:56:16 LOG <test_2> [test_1_host_5dad0.create] ERROR: Exception rai
sed on operation [nova_plugin.server.create] invocation
Traceback (most recent call last):
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/cloudify/dec
orators.py", line 125, in wrapper
result = func(*args, **kwargs)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/openstack_pl
ugin_common/__init__.py", line 535, in wrapper
_re_raise(e, recoverable=False, status_code=e.code)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/openstack_pl
ugin_common/__init__.py", line 530, in wrapper
return f(*args, **kw)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/openstack_pl
ugin_common/__init__.py", line 515, in wrapper
return f(*args, **kw)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/nova_plugin/
server.py", line 246, in create
s = nova_client.servers.create(**server)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/v
2/servers.py", line 926, in create
**boot_kwargs)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/v
2/servers.py", line 540, in _boot
return_raw=return_raw, **kwargs)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/b
ase.py", line 161, in _create
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/c
lient.py", line 454, in post
return self._cs_request(url, 'POST', **kwargs)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/c
lient.py", line 429, in _cs_request
resp, body = self._time_request(url, method, **kwargs)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/c
lient.py", line 402, in _time_request
resp, body = self.request(url, method, **kwargs)
File "/root/cloudify.test_2/env/local/lib/python2.7/site-packages/novaclient/c
lient.py", line 396, in request
raise exceptions.from_response(resp, body, url, method)
NonRecoverableError: Invalid key_name provided. [status_code=400]
2015-12-19T11:56:16 CFY <test_2> [test_1_host_5dad0.create] Task failed 'nova_pl
ugin.server.create' -> NonRecoverableError('Invalid key_name provided. [status_c
ode=400]',) [attempt 1]
2015-12-19T11:56:17 CFY <test_2> 'install' workflow execution failed: RuntimeErr
or: Workflow failed: Task failed 'nova_plugin.server.create' -> NonRecoverableEr
ror('Invalid key_name provided. [status_code=400]',)
Total events: 10