boot tests fail "Can not find requested image (HTTP 400)"

Asked by softCloud

Problem: boot tests fail "Can not find requested image (HTTP 400)"
Expect: tests to run successfully

I first ran into the issue on boot-and-delete in the tutorial and then confirmed the issue also exists in boot. Manually booting from within the same same node and same account used for Rally works fine. I'm not real familiar with Rally code, but based upon the task output it looks as though the image name "cirros" is not used throughout - I see authentication against "cirros_0.3.3".

******************************
***** both cirros images *****
******************************
$ rally show images | egrep cirros
| 4ed9d46f-3eaa-44f5-8673-e6284f4b8d67 | cirros | 13147648 |
| 7ba2547a-e832-4bf8-9020-273182e45d11 | cirros_0.3.3 | 13200896 |

*********************
***** nova boot *****
*********************

$ nova boot --image cirros --nic net-id=0450347c-580c-41c5-b816-f53dda80b32a --flavor m1.tiny testNovaCompute
+--------------------------------------+-----------------------------------------------+
| Property | Value |
+--------------------------------------+-----------------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-AZ:availability_zone | nova |
| OS-EXT-SRV-ATTR:host | - |
| OS-EXT-SRV-ATTR:hypervisor_hostname | - |
| OS-EXT-SRV-ATTR:instance_name | instance-00000d37 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | scheduling |
| OS-EXT-STS:vm_state | building |
| OS-SRV-USG:launched_at | - |
| OS-SRV-USG:terminated_at | - |
| accessIPv4 | |
| accessIPv6 | |
| adminPass | M5M4neV4CKbp |
| config_drive | |
| created | 2015-03-30T20:04:53Z |
| flavor | m1.tiny (1) |
| hostId | |
| id | ab2fabef-23b8-4d36-9316-f995da9391be |
| image | cirros (4ed9d46f-3eaa-44f5-8673-e6284f4b8d67) |
| key_name | - |
| metadata | {} |
| name | testNovaCompute |
| os-extended-volumes:volumes_attached | [] |
| progress | 0 |
| security_groups | default |
| status | BUILD |
| tenant_id | 813d5fd7b5f64d2a82d2586d3cfc6f89 |
| updated | 2015-03-30T20:04:53Z |
| user_id | 2f3641139b294c70987549a301123a5b |
+--------------------------------------+-----------------------------------------------+

$ nova boot --image cirros_0.3.3 --nic net-id=0450347c-580c-41c5-b816-f53dda80b32a --flavor m1.tiny testNovaCompute
+--------------------------------------+-----------------------------------------------------+
| Property | Value |
+--------------------------------------+-----------------------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-AZ:availability_zone | nova |
| OS-EXT-SRV-ATTR:host | - |
| OS-EXT-SRV-ATTR:hypervisor_hostname | - |
| OS-EXT-SRV-ATTR:instance_name | instance-00000d3e |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | scheduling |
| OS-EXT-STS:vm_state | building |
| OS-SRV-USG:launched_at | - |
| OS-SRV-USG:terminated_at | - |
| accessIPv4 | |
| accessIPv6 | |
| adminPass | KkiKq79zEtkP |
| config_drive | |
| created | 2015-03-31T14:02:44Z |
| flavor | m1.tiny (1) |
| hostId | |
| id | 5d308ecc-26d1-4916-a0bf-cdc7a2f2c248 |
| image | cirros_0.3.3 (7ba2547a-e832-4bf8-9020-273182e45d11) |
| key_name | - |
| metadata | {} |
| name | testNovaCompute |
| os-extended-volumes:volumes_attached | [] |
| progress | 0 |
| security_groups | default |
| status | BUILD |
| tenant_id | 813d5fd7b5f64d2a82d2586d3cfc6f89 |
| updated | 2015-03-31T14:02:45Z |
| user_id | 2f3641139b294c70987549a301123a5b |
+--------------------------------------+-----------------------------------------------------+

****************
***** task *****
****************

$ rally -v --debug task start boot.json
2015-03-30 08:46:38.500 28476 RALLYDEBUG rally.cmd.cliutils [-] INFO logs from urllib3 and requests module are hide.
2015-03-30 08:46:38.577 28476 INFO rally.api [-] Benchmark Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 on Deployment dc3ce4a1-7f8d-4d51-9a76-069c5d1dbce3
2015-03-30 08:46:38.577 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Task validation.
2015-03-30 08:46:38.597 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Task validation of scenarios names.
2015-03-30 08:46:38.612 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Task validation of scenarios names.
2015-03-30 08:46:38.612 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Task validation of syntax.
2015-03-30 08:46:38.617 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Task validation of syntax.
2015-03-30 08:46:38.617 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Task validation of semantic.
2015-03-30 08:46:38.617 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Task validation check cloud.
2015-03-30 08:46:38.622 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:38.641 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:38 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:38.642 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:38.742 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Task validation check cloud.
2015-03-30 08:46:38.749 28476 INFO rally.benchmark.context.users [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Enter context: `users`
2015-03-30 08:46:38.749 28476 RALLYDEBUG rally.benchmark.context.users [-] Creating 1 tenants using 30 threads
2015-03-30 08:46:38.850 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:38.855 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:38 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:38.855 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:38.949 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X POST http://135.1.194.1:35357/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1aaed003f2d8938a2984252298bf07703c460d" -d '{"tenant": {"enabled": true, "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_0", "description": null}}' _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:38.964 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:38 GMT content-type: application/json content-length: 159 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"tenant": {"description": null, "enabled": true, "id": "07cd69fe36a0437ebda525f411393818", "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_0"}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:38.964 28476 RALLYDEBUG rally.benchmark.context.users [-] Creating 1 users using 30 threads
2015-03-30 08:46:39.065 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:39.070 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:39 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:39.071 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:39.235 28476 INFO rally.benchmark.context.users [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Enter context: `users`
2015-03-30 08:46:39.235 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0 -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:39.240 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:39 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:39.240 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
REQ: curl -g -i 'http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/detail' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA1}84e5942d2077002fe846bed190ccbfecd9fedc4c"
RESP: [200] {'date': 'Mon, 30 Mar 2015 12:46:39 GMT', 'connection': 'keep-alive', 'content-type': 'application/json', 'content-length': '13535', 'x-compute-request-id': 'req-4416fc06-ab61-434a-8832-4bae8f59aaf4'}
RESP BODY: {"flavors": [{"name": "CAU-2-67", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/0965798f-ed6d-403a-bc83-336bddd2257b", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/0965798f-ed6d-403a-bc83-336bddd2257b", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 63, "id": "0965798f-ed6d-403a-bc83-336bddd2257b"}, {"name": "CAU-4-8-160", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/0aaa1cb4-ca97-4c3e-8de4-f3a3958f0e40", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/0aaa1cb4-ca97-4c3e-8de4-f3a3958f0e40", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "0aaa1cb4-ca97-4c3e-8de4-f3a3958f0e40"}, {"name": "m1.tiny", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/1", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}, {"name": "m1.small", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/2", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 20, "id": "2"}, {"name": "CAU-2-127", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/226f6bb8-6c5c-42d1-90c8-405db06d6c52", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/226f6bb8-6c5c-42d1-90c8-405db06d6c52", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 119, "id": "226f6bb8-6c5c-42d1-90c8-405db06d6c52"}, {"name": "CAU-2-8-21x2-8", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/23b1fdd1-72e5-4480-9384-554c40e5a2b2", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/23b1fdd1-72e5-4480-9384-554c40e5a2b2", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 21, "disk": 21, "id": "23b1fdd1-72e5-4480-9384-554c40e5a2b2"}, {"name": "CAU-7-28-25x2-4", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/2a320175-1eaf-4108-b326-4e37ff4a5175", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/2a320175-1eaf-4108-b326-4e37ff4a5175", "rel": "bookmark"}], "ram": 28672, "OS-FLV-DISABLED:disabled": false, "vcpus": 7, "swap": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 25, "disk": 25, "id": "2a320175-1eaf-4108-b326-4e37ff4a5175"}, {"name": "m1.medium", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/3", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}, {"name": "CAU-2-99", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/33c8e0eb-338e-4d59-85f6-429beb3127ae", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/33c8e0eb-338e-4d59-85f6-429beb3127ae", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 99, "id": "33c8e0eb-338e-4d59-85f6-429beb3127ae"}, {"name": "CAU-IOSocket", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/35695420-9d3d-467a-aee6-7e7fe5d2f685", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/35695420-9d3d-467a-aee6-7e7fe5d2f685", "rel": "bookmark"}], "ram": 28672, "OS-FLV-DISABLED:disabled": false, "vcpus": 7, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 30, "id": "35695420-9d3d-467a-aee6-7e7fe5d2f685"}, {"name": "m1.large", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/4", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/4", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}, {"name": "CAU-2-125", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/4e243c5d-b181-49f8-8878-5e0f707163d8", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/4e243c5d-b181-49f8-8878-5e0f707163d8", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 200, "id": "4e243c5d-b181-49f8-8878-5e0f707163d8"}, {"name": "m1.xlarge", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/5", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/5", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}, {"name": "CAU-2-215", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/52137c6c-b3ca-45b9-8b16-c213069b4569", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/52137c6c-b3ca-45b9-8b16-c213069b4569", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 215, "id": "52137c6c-b3ca-45b9-8b16-c213069b4569"}, {"name": "CAU-1", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/7323da15-af18-4115-aef1-76f093df1097", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/7323da15-af18-4115-aef1-76f093df1097", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 15, "id": "7323da15-af18-4115-aef1-76f093df1097"}, {"name": "CAU-15", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/78e54c6b-e9ef-4b61-b34b-0a76682cce1e", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/78e54c6b-e9ef-4b61-b34b-0a76682cce1e", "rel": "bookmark"}], "ram": 61440, "OS-FLV-DISABLED:disabled": false, "vcpus": 15, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "78e54c6b-e9ef-4b61-b34b-0a76682cce1e"}, {"name": "CAU-2-8-16x2-8", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/8431503d-c2f3-42c9-84dd-fff2a2dabcc5", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/8431503d-c2f3-42c9-84dd-fff2a2dabcc5", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 16, "disk": 16, "id": "8431503d-c2f3-42c9-84dd-fff2a2dabcc5"}, {"name": "CAU-2", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/85c81dc1-36f4-4d78-9288-a6a5da7973e6", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/85c81dc1-36f4-4d78-9288-a6a5da7973e6", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "85c81dc1-36f4-4d78-9288-a6a5da7973e6"}, {"name": "CAU-4", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/89bd795a-4b93-4272-91ea-e8a35eb56625", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/89bd795a-4b93-4272-91ea-e8a35eb56625", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "89bd795a-4b93-4272-91ea-e8a35eb56625"}, {"name": "CAU-4-16-15x2-1", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/9bda66e5-a268-44fe-8962-494db04d3ed8", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/9bda66e5-a268-44fe-8962-494db04d3ed8", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 16, "disk": 16, "id": "9bda66e5-a268-44fe-8962-494db04d3ed8"}, {"name": "CAU-4-16-31x2-8", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/9f6eaaae-6616-40a9-86a0-cfa912090e82", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/9f6eaaae-6616-40a9-86a0-cfa912090e82", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 31, "disk": 31, "id": "9f6eaaae-6616-40a9-86a0-cfa912090e82"}, {"name": "CAU-8-32-15x2-1", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/ac5aa027-cb1a-481a-97ed-51ac030424d5", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/ac5aa027-cb1a-481a-97ed-51ac030424d5", "rel": "bookmark"}], "ram": 32768, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 15, "disk": 15, "id": "ac5aa027-cb1a-481a-97ed-51ac030424d5"}, {"name": "CAU-1x1", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/ba1ea6f1-fdb2-4978-99d8-6506f9640914", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/ba1ea6f1-fdb2-4978-99d8-6506f9640914", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "ba1ea6f1-fdb2-4978-99d8-6506f9640914"}, {"name": "CAU-2-15", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/c2e1c898-da67-43af-a1fb-968db6f00b6e", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/c2e1c898-da67-43af-a1fb-968db6f00b6e", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 15, "id": "c2e1c898-da67-43af-a1fb-968db6f00b6e"}, {"name": "CAU-2-30", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/d7d3cb3a-3734-4463-b359-94733fbe79ce", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/d7d3cb3a-3734-4463-b359-94733fbe79ce", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 30, "id": "d7d3cb3a-3734-4463-b359-94733fbe79ce"}, {"name": "CAU-4-16-32x2-8", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/f4812c1c-8af1-4fbd-9541-d1203ce19a5d", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/f4812c1c-8af1-4fbd-9541-d1203ce19a5d", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 32, "disk": 32, "id": "f4812c1c-8af1-4fbd-9541-d1203ce19a5d"}, {"name": "CAU-4-99", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/fc52bee9-d539-47bb-8b35-fa2e541fbcc8", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/fc52bee9-d539-47bb-8b35-fa2e541fbcc8", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 93, "id": "fc52bee9-d539-47bb-8b35-fa2e541fbcc8"}]}

REQ: curl -g -i 'http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/1' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA1}84e5942d2077002fe846bed190ccbfecd9fedc4c"
RESP: [200] {'date': 'Mon, 30 Mar 2015 12:46:39 GMT', 'connection': 'keep-alive', 'content-type': 'application/json', 'content-length': '420', 'x-compute-request-id': 'req-c1972044-ea1b-4213-a2e1-8a659ae6f40e'}
RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://135.1.194.1:8774/v2/07cd69fe36a0437ebda525f411393818/flavors/1", "rel": "self"}, {"href": "http://135.1.194.1:8774/07cd69fe36a0437ebda525f411393818/flavors/1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}}

2015-03-30 08:46:40.174 28476 DEBUG glanceclient.common.http [-] curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}84e5942d2077002fe846bed190ccbfecd9fedc4c' -H 'Content-Type: application/octet-stream' http://135.1.194.1:9292/v1/images/detail?limit=20 log_curl_request /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:123
2015-03-30 08:46:40.482 28476 DEBUG glanceclient.common.http [-]
HTTP/1.1 200 OK
date: Mon, 30 Mar 2015 12:46:40 GMT
connection: keep-alive
content-type: application/json; charset=UTF-8
content-length: 1580
x-openstack-request-id: req-58f3c05a-bd09-4328-87ad-1f0df2f92efa

{"images": [{"status": "active", "deleted_at": null, "name": "rhel-guest-image-7.0-20140930.0.x86_64.qcow2", "deleted": false, "container_format": "bare", "created_at": "2015-03-06T15:34:48", "disk_format": "qcow2", "updated_at": "2015-03-06T15:35:00", "min_disk": 0, "protected": false, "id": "9bac52a4-6596-4287-a422-e20ddaeda9f9", "min_ram": 0, "checksum": "4fcc9b2b8db610187a6e7eac02608ab6", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": true, "virtual_size": null, "properties": {"architecture": "x86_64"}, "size": 435639808}, {"status": "active", "deleted_at": null, "name": "cirros_0.3.3", "deleted": false, "container_format": "bare", "created_at": "2015-01-21T20:01:06", "disk_format": "qcow2", "updated_at": "2015-02-02T17:15:59", "min_disk": 0, "protected": false, "id": "7ba2547a-e832-4bf8-9020-273182e45d11", "min_ram": 0, "checksum": "133eae9fb1c98f45894a4e60d8736619", "owner": "23993e7c25e54a81aa3fbe772455422f", "is_public": true, "virtual_size": null, "properties": {"description": "cirros 0.3.3 image"}, "size": 13200896}, {"status": "active", "deleted_at": null, "name": "Ubuntu Server 14.04.1 LTS", "deleted": false, "container_format": "bare", "created_at": "2015-01-05T16:23:18", "disk_format": "qcow2", "updated_at": "2015-01-05T16:24:41", "min_disk": 0, "protected": false, "id": "af511252-5511-43b9-8d84-a03fed8e7599", "min_ram": 0, "checksum": "d03071f4d387dfb976e29f00ff397496", "owner": "23993e7c25e54a81aa3fbe772455422f", "is_public": true, "virtual_size": null, "properties": {"description": "seed VM kernel image"}, "size": 256180736}]}
 log_http_response /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:136

***** Why is this referencing cirros_0.3.3 image? *****
2015-03-30 08:46:40.482 28476 DEBUG glanceclient.common.http [-] curl -g -i -X HEAD -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}84e5942d2077002fe846bed190ccbfecd9fedc4c' -H 'Content-Type: application/octet-stream' http://135.1.194.1:9292/v1/images/7ba2547a-e832-4bf8-9020-273182e45d11 log_curl_request /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:123
2015-03-30 08:46:40.630 28476 DEBUG glanceclient.common.http [-]
HTTP/1.1 200 OK
content-length: 0
x-image-meta-status: active
x-image-meta-owner: 23993e7c25e54a81aa3fbe772455422f
x-image-meta-name: cirros_0.3.3
x-image-meta-container_format: bare
x-image-meta-created_at: 2015-01-21T20:01:06
etag: 133eae9fb1c98f45894a4e60d8736619
x-image-meta-min_ram: 0
x-image-meta-updated_at: 2015-02-02T17:15:59
x-image-meta-property-description: cirros 0.3.3 image
x-image-meta-id: 7ba2547a-e832-4bf8-9020-273182e45d11
date: Mon, 30 Mar 2015 12:46:40 GMT
x-openstack-request-id: req-cd4893d6-0ffe-48f4-864a-7c6383628152
x-image-meta-deleted: False
x-image-meta-checksum: 133eae9fb1c98f45894a4e60d8736619
x-image-meta-protected: False
x-image-meta-min_disk: 0
x-image-meta-size: 13200896
connection: keep-alive
x-image-meta-is_public: True
content-type: text/html; charset=UTF-8
x-image-meta-disk_format: qcow2
 log_http_response /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:136
2015-03-30 08:46:40.630 28476 INFO rally.benchmark.context.users [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Exit context: `users`
2015-03-30 08:46:40.731 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:40.738 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:40 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:40.739 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:40.834 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X DELETE http://135.1.194.1:35357/v2.0/users/5186323d01d542dea361a9b23e395cef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85917b92475c4840491395f0da2707ae17e830fc" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:40.862 28476 DEBUG keystoneclient.session [-] RESP: [204] date: Mon, 30 Mar 2015 12:46:40 GMT content-length: 0 vary: X-Auth-Token connection: keep-alive _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:40.863 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:40.868 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:40 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:40.868 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
REQ: curl -g -i 'http://135.1.194.1:8774/v2/813d5fd7b5f64d2a82d2586d3cfc6f89/os-services' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA1}7db1019b8a851c55f76853266edc99609d871182"
RESP: [200] {'date': 'Mon, 30 Mar 2015 12:46:41 GMT', 'connection': 'keep-alive', 'content-type': 'application/json', 'content-length': '3356', 'x-compute-request-id': 'req-0d0faf59-a9bc-424d-8dac-f2506e1e46a5'}
RESP BODY: {"services": [{"status": "enabled", "binary": "nova-consoleauth", "zone": "internal", "host": "controller.localdomain", "updated_at": "2015-03-30T12:46:32.000000", "state": "up", "disabled_reason": null, "id": 1}, {"status": "enabled", "binary": "nova-scheduler", "zone": "internal", "host": "controller.localdomain", "updated_at": "2015-03-30T12:46:31.000000", "state": "up", "disabled_reason": null, "id": 2}, {"status": "enabled", "binary": "nova-conductor", "zone": "internal", "host": "controller.localdomain", "updated_at": "2015-03-30T12:46:38.000000", "state": "up", "disabled_reason": null, "id": 3}, {"status": "enabled", "binary": "nova-cert", "zone": "internal", "host": "controller.localdomain", "updated_at": "2015-03-30T12:46:40.000000", "state": "up", "disabled_reason": null, "id": 5}, {"status": "disabled", "binary": "nova-compute", "zone": "nova", "host": "controller.localdomain", "updated_at": "2015-03-30T12:46:32.000000", "state": "up", "disabled_reason": null, "id": 6}, {"status": "enabled", "binary": "nova-compute", "zone": "Even_Zone", "host": "compute2.localdomain", "updated_at": "2015-03-30T12:46:33.000000", "state": "up", "disabled_reason": null, "id": 7}, {"status": "enabled", "binary": "nova-compute", "zone": "Odd_Zone", "host": "compute1.localdomain", "updated_at": "2015-03-30T12:46:39.000000", "state": "up", "disabled_reason": null, "id": 8}, {"status": "enabled", "binary": "nova-compute", "zone": "Even_Zone", "host": "compute12.localdomain", "updated_at": "2015-03-30T12:46:33.000000", "state": "up", "disabled_reason": null, "id": 9}, {"status": "enabled", "binary": "nova-compute", "zone": "Even_Zone", "host": "compute10.localdomain", "updated_at": "2015-03-30T12:46:38.000000", "state": "up", "disabled_reason": "None", "id": 10}, {"status": "enabled", "binary": "nova-compute", "zone": "Odd_Zone", "host": "compute9.localdomain", "updated_at": "2015-03-30T12:46:31.000000", "state": "up", "disabled_reason": "None", "id": 11}, {"status": "enabled", "binary": "nova-compute", "zone": "Odd_Zone", "host": "compute3.localdomain", "updated_at": "2015-03-30T12:46:36.000000", "state": "up", "disabled_reason": "None", "id": 12}, {"status": "enabled", "binary": "nova-compute", "zone": "Odd_Zone", "host": "compute7.localdomain", "updated_at": "2015-03-30T12:46:32.000000", "state": "up", "disabled_reason": null, "id": 13}, {"status": "enabled", "binary": "nova-compute", "zone": "Even_Zone", "host": "compute8.localdomain", "updated_at": "2015-03-30T12:46:39.000000", "state": "up", "disabled_reason": "None", "id": 14}, {"status": "enabled", "binary": "nova-compute", "zone": "Even_Zone", "host": "compute6.localdomain", "updated_at": "2015-03-30T12:46:35.000000", "state": "up", "disabled_reason": "None", "id": 15}, {"status": "enabled", "binary": "nova-compute", "zone": "Odd_Zone", "host": "compute5.localdomain", "updated_at": "2015-03-30T12:46:32.000000", "state": "up", "disabled_reason": null, "id": 16}, {"status": "enabled", "binary": "nova-compute", "zone": "Even_Zone", "host": "compute4.localdomain", "updated_at": "2015-03-30T12:46:33.000000", "state": "up", "disabled_reason": "None", "id": 17}, {"status": "enabled", "binary": "nova-compute", "zone": "Odd_Zone", "host": "compute11.localdomain", "updated_at": "2015-03-30T12:46:33.000000", "state": "up", "disabled_reason": "None", "id": 19}]}

2015-03-30 08:46:41.122 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.128 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.128 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.214 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X DELETE http://135.1.194.1:35357/v2.0/tenants/07cd69fe36a0437ebda525f411393818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e69a0e811c3ade0ffd6344a6d7fe53c9f290b7bd" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.235 28476 DEBUG keystoneclient.session [-] RESP: [204] date: Mon, 30 Mar 2015 12:46:41 GMT content-length: 0 vary: X-Auth-Token connection: keep-alive _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.235 28476 INFO rally.benchmark.context.users [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Exit context: `users`
2015-03-30 08:46:41.235 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Task validation of semantic.
2015-03-30 08:46:41.236 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Task validation.
2015-03-30 08:46:41.236 28476 INFO rally.benchmark.engine [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Benchmarking.
2015-03-30 08:46:41.257 28476 INFO rally.benchmark.engine [-] Running benchmark with key:
{
  "kw": {
    "runner": {
      "type": "constant",
      "concurrency": 2,
      "times": 10
    },
    "args": {
      "nics": [
        {
          "net-id": "0450347c-580c-41c5-b816-f53dda80b32a"
        }
      ],
      "flavor": {
        "name": "m1.tiny"
      },
      "image": {
        "name": "cirros"
      }
    },
    "context": {
      "users": {
        "users_per_tenant": 2,
        "tenants": 3
      }
    }
  },
  "name": "NovaServers.boot_server",
  "pos": 0
}
2015-03-30 08:46:41.258 28476 INFO rally.benchmark.context.users [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Starting: Enter context: `users`
2015-03-30 08:46:41.258 28476 RALLYDEBUG rally.benchmark.context.users [-] Creating 3 tenants using 30 threads
2015-03-30 08:46:41.359 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.361 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.363 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.367 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.368 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.369 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.370 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.372 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.372 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.458 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X POST http://135.1.194.1:35357/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d738d980e2087d424b9685731afc0d5c591392b0" -d '{"tenant": {"enabled": true, "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_2", "description": null}}' _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.461 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X POST http://135.1.194.1:35357/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf1fb9e31a47cd4b8fb7b335569531b57c22873" -d '{"tenant": {"enabled": true, "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_0", "description": null}}' _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.463 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X POST http://135.1.194.1:35357/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}388fd8344bd39f5378dc3c69f05f888a74ae52b8" -d '{"tenant": {"enabled": true, "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_1", "description": null}}' _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.477 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 159 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"tenant": {"description": null, "enabled": true, "id": "9a762974628c4cbba9f77f9c0e621b23", "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_0"}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.490 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 159 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"tenant": {"description": null, "enabled": true, "id": "0bf5c1e9d9ed45feb71d383db27c8dc9", "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_2"}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.491 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 159 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"tenant": {"description": null, "enabled": true, "id": "f67c391bb5c043e184e15dde1ff170e1", "name": "ctx_rally_d19349a9-53c5-4efd-bdbf-1e31324ceff1_tenant_1"}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.491 28476 RALLYDEBUG rally.benchmark.context.users [-] Creating 6 users using 30 threads
2015-03-30 08:46:41.592 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.594 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.595 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.597 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.599 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.600 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.605 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.605 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.607 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.607 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.609 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.610 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.611 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.612 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.613 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.614 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.617 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.618 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:41.955 28476 INFO rally.benchmark.context.users [-] Task d19349a9-53c5-4efd-bdbf-1e31324ceff1 | Completed: Enter context: `users`
2015-03-30 08:46:41.956 28476 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://135.1.194.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:195
2015-03-30 08:46:41.960 28476 DEBUG keystoneclient.session [-] RESP: [200] date: Mon, 30 Mar 2015 12:46:41 GMT content-type: application/json content-length: 421 vary: X-Auth-Token connection: keep-alive
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://135.1.194.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
 _http_log_response /opt/rally/lib/python2.7/site-packages/keystoneclient/session.py:223
2015-03-30 08:46:41.961 28476 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://135.1.194.1:5000/v2.0/tokens get_auth_ref /opt/rally/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:76
2015-03-30 08:46:42.048 28476 DEBUG glanceclient.common.http [-] curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}f8f4747aee2bbdb647bce67d191df0b0e467a80d' -H 'Content-Type: application/octet-stream' http://135.1.194.1:9292/v1/images/detail?limit=20 log_curl_request /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:123
2015-03-30 08:46:42.264 28476 DEBUG glanceclient.common.http [-]
HTTP/1.1 200 OK
date: Mon, 30 Mar 2015 12:46:42 GMT
connection: keep-alive
content-type: application/json; charset=UTF-8
content-length: 9793
x-openstack-request-id: req-cbde4db9-c202-4e90-928b-a494251bb922

{"images": [{"status": "active", "deleted_at": null, "name": "3BL652240058_COM_4_3_0_14", "deleted": false, "container_format": "bare", "created_at": "2015-03-27T12:05:57", "disk_format": "iso", "updated_at": "2015-03-27T12:07:34", "min_disk": 0, "protected": false, "id": "28d7668d-72e0-4fa3-bea4-eb02a8922ee2", "min_ram": 0, "checksum": "f683eac02231eb474625077e0756a188", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 3010390016}, {"status": "active", "deleted_at": null, "name": "COM_43_RH66_X64_ORACLE", "deleted": false, "container_format": "bare", "created_at": "2015-03-27T12:05:23", "disk_format": "qcow2", "updated_at": "2015-03-27T12:07:42", "min_disk": 0, "protected": false, "id": "216de98a-91cc-45f8-8d0b-91b1d7a5d03f", "min_ram": 0, "checksum": "f65900371d3384b2ca979c32ac439170", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 4767219712}, {"status": "active", "deleted_at": null, "name": "ieccf30.1.1-pilot", "deleted": false, "container_format": "bare", "created_at": "2015-03-11T03:58:34", "disk_format": "qcow2", "updated_at": "2015-03-11T04:14:52", "min_disk": 0, "protected": false, "id": "42424b0d-7662-42e0-a36a-9f2510fbde76", "min_ram": 0, "checksum": "ab2eb02d4073f7cbc954afdaa76bed0c", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 3221618688}, {"status": "active", "deleted_at": null, "name": "ieccf30.1.1-io", "deleted": false, "container_format": "bare", "created_at": "2015-03-11T03:40:04", "disk_format": "qcow2", "updated_at": "2015-03-11T03:58:33", "min_disk": 0, "protected": false, "id": "5b434d6b-a222-418d-a2c3-da7ba0b745b1", "min_ram": 0, "checksum": "040dfe004f93221e79d6b5675e432d4d", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 2821248512}, {"status": "active", "deleted_at": null, "name": "ieccf30.1.1-app", "deleted": false, "container_format": "bare", "created_at": "2015-03-11T03:25:12", "disk_format": "qcow2", "updated_at": "2015-03-11T03:40:02", "min_disk": 0, "protected": false, "id": "c3dfde6e-c0c3-4c79-9d4d-0a6d52fc0e86", "min_ram": 0, "checksum": "e8d0f61cc9ceb5bbd05fb2e999c64f54", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 3343818752}, {"status": "active", "deleted_at": null, "name": "redislabs-cloudinit", "deleted": false, "container_format": "bare", "created_at": "2015-03-10T16:35:34", "disk_format": "qcow2", "updated_at": "2015-03-10T16:35:46", "min_disk": 0, "protected": false, "id": "90dd50c3-9f1d-4283-837e-5628de56a6c7", "min_ram": 0, "checksum": "535bba70984eb22ec52c1fee8ba134ab", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 667544064}, {"status": "active", "deleted_at": null, "name": "rhel-guest-image-7.0-20140930.0.x86_64.qcow2", "deleted": false, "container_format": "bare", "created_at": "2015-03-06T15:34:48", "disk_format": "qcow2", "updated_at": "2015-03-06T15:35:00", "min_disk": 0, "protected": false, "id": "9bac52a4-6596-4287-a422-e20ddaeda9f9", "min_ram": 0, "checksum": "4fcc9b2b8db610187a6e7eac02608ab6", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": true, "virtual_size": null, "properties": {"architecture": "x86_64"}, "size": 435639808}, {"status": "active", "deleted_at": null, "name": "NOC_server_150227_1", "deleted": false, "container_format": "bare", "created_at": "2015-02-27T21:28:57", "disk_format": "qcow2", "updated_at": "2015-02-27T21:29:28", "min_disk": 0, "protected": false, "id": "6a8dcef6-4001-4549-a1c4-e9b25b380de8", "min_ram": 0, "checksum": "23f512794972776c25e6f88dbd7b76e0", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 1483567616}, {"status": "active", "deleted_at": null, "name": "ALU_ims_VM-R30.22.00.3600", "deleted": false, "container_format": "bare", "created_at": "2015-02-27T08:49:28", "disk_format": "qcow2", "updated_at": "2015-02-27T08:50:49", "min_disk": 0, "protected": false, "id": "10ac3116-0111-42b1-b01b-aaddcfbb23ec", "min_ram": 0, "checksum": "ab5adbc964cd267f01c3ce20bcf9d3f5", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 4159963136}, {"status": "active", "deleted_at": null, "name": "HssSipTool", "deleted": false, "container_format": "bare", "created_at": "2015-02-24T20:26:28", "disk_format": "qcow2", "updated_at": "2015-02-24T20:27:42", "min_disk": 0, "protected": false, "id": "e320613a-4dfc-4f6e-9503-740cda025fe3", "min_ram": 0, "checksum": "35c1dcbaa2eca67bbbee7a801c63c7d9", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 846856192}, {"status": "active", "deleted_at": null, "name": "ps_pilot43", "deleted": false, "container_format": "bare", "created_at": "2015-02-24T10:05:10", "disk_format": "qcow2", "updated_at": "2015-02-24T10:49:12", "min_disk": 0, "protected": false, "id": "c36a3b84-b162-4832-a363-4e0b3e33416c", "min_ram": 0, "checksum": "c36ec508e9e7f5c824d10cbc01db2e90", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 5034311168}, {"status": "active", "deleted_at": null, "name": "ps_ddm43", "deleted": false, "container_format": "bare", "created_at": "2015-02-24T09:14:25", "disk_format": "qcow2", "updated_at": "2015-02-24T09:41:12", "min_disk": 0, "protected": false, "id": "0dde49f6-e717-4b88-b697-c201d1aa24a0", "min_ram": 0, "checksum": "c14d29f0aadbacfa28ff7c96d8e7c7c2", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 2635071488}, {"status": "active", "deleted_at": null, "name": "ps_io43", "deleted": false, "container_format": "bare", "created_at": "2015-02-24T08:46:57", "disk_format": "qcow2", "updated_at": "2015-02-24T09:06:47", "min_disk": 0, "protected": false, "id": "f7294b5f-5405-4ad6-8c5b-9246ec8afd0a", "min_ram": 0, "checksum": "6d9ed57d081d136ad06edfa3c16ba664", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 2393525248}, {"status": "active", "deleted_at": null, "name": "ps_ca43", "deleted": false, "container_format": "bare", "created_at": "2015-02-24T08:18:40", "disk_format": "qcow2", "updated_at": "2015-02-24T08:39:05", "min_disk": 0, "protected": false, "id": "06182e01-88a0-47e7-9d33-15037e5e69e1", "min_ram": 0, "checksum": "c876e94dfb730d3d2145a95835f7a175", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 2474558464}, {"status": "active", "deleted_at": null, "name": "rhel66_004_x64_ora", "deleted": false, "container_format": "bare", "created_at": "2015-02-13T14:31:17", "disk_format": "qcow2", "updated_at": "2015-02-13T14:45:42", "min_disk": 0, "protected": false, "id": "fc2105f7-b35d-4726-b17d-bc405c712cb7", "min_ram": 0, "checksum": "42624d18e2d178d4787fb85e15db1467", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {"description": "For COM 4.3"}, "size": 4808900608}, {"status": "active", "deleted_at": null, "name": "MRF_US_MRFP_11.0.1.1", "deleted": false, "container_format": "bare", "created_at": "2015-02-13T09:15:41", "disk_format": "qcow2", "updated_at": "2015-02-13T09:19:10", "min_disk": 0, "protected": false, "id": "280f3604-1ce3-421b-9a57-ffd08216de1e", "min_ram": 0, "checksum": "5d500889fe0eb4d62ae606175090c4d7", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 1302528000}, {"status": "active", "deleted_at": null, "name": "MRF_US_MRFC_11.0.1.1", "deleted": false, "container_format": "bare", "created_at": "2015-02-13T09:15:02", "disk_format": "qcow2", "updated_at": "2015-02-13T09:19:07", "min_disk": 0, "protected": false, "id": "64ebca7e-7f9a-46cc-9894-5fdfa56a55a4", "min_ram": 0, "checksum": "1af24c30e77d482096966601fbc984fc", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 1497890816}, {"status": "active", "deleted_at": null, "name": "alu-algpv3-rhel7-9.5.0.0-0.5.x86_64", "deleted": false, "container_format": "ovf", "created_at": "2015-02-11T18:39:58", "disk_format": "qcow2", "updated_at": "2015-02-11T18:40:49", "min_disk": 0, "protected": false, "id": "d08ab78a-3020-48a2-9ed2-7805eb3d1c01", "min_ram": 0, "checksum": "0ec071fc3f2ca8b708689c1ba4091a7b", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 1745682432}, {"status": "active", "deleted_at": null, "name": "alu-com-rhel6", "deleted": false, "container_format": "bare", "created_at": "2015-02-11T18:10:50", "disk_format": "qcow2", "updated_at": "2015-02-11T18:21:18", "min_disk": 0, "protected": false, "id": "f06da9f4-d596-46f3-b8c3-674d6a940079", "min_ram": 0, "checksum": "b9f5e9e0ecbdb266586bae44c237e41a", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {"description": "image build Feb 11, requires 80gb root disk"}, "size": 4924719616}, {"status": "active", "deleted_at": null, "name": "comApp4203", "deleted": false, "container_format": "bare", "created_at": "2015-02-06T16:58:12", "disk_format": "iso", "updated_at": "2015-02-06T17:24:58", "min_disk": 0, "protected": false, "id": "e5eb24eb-3e06-436d-95fa-ddb62a4de7a3", "min_ram": 0, "checksum": "874e224f45bda3fd9a5e266a98f82692", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 2983553024}]}
 log_http_response /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:136
2015-03-30 08:46:42.265 28476 DEBUG glanceclient.common.http [-] curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}f8f4747aee2bbdb647bce67d191df0b0e467a80d' -H 'Content-Type: application/octet-stream' http://135.1.194.1:9292/v1/images/detail?marker=e5eb24eb-3e06-436d-95fa-ddb62a4de7a3&limit=20 log_curl_request /opt/rally/lib/python2.7/site-packages/glanceclient/common/http.py:123
2015-03-30 08:46:42.313 28476 DEBUG glanceclient.common.http [-]
HTTP/1.1 200 OK
date: Mon, 30 Mar 2015 12:46:42 GMT
connection: keep-alive
content-type: application/json; charset=UTF-8
content-length: 6899
x-openstack-request-id: req-09930cb2-4444-4202-821d-76cf19b81da6

{"images": [{"status": "active", "deleted_at": null, "name": "ALU_ims_VM-R30.22.00.3200-1.x86_64", "deleted": false, "container_format": "bare", "created_at": "2015-02-06T03:24:36", "disk_format": "qcow2", "updated_at": "2015-02-06T03:25:59", "min_disk": 0, "protected": false, "id": "1adda25a-1349-4329-9780-a6f67c190b61", "min_ram": 0, "checksum": "5cee8f0982dc5a0d456dfe0b0c2dcfe2", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {}, "size": 4160552960}, {"status": "active", "deleted_at": null, "name": "HP_ALU_demo_ims_R30.14.01.0320", "deleted": false, "container_format": "bare", "created_at": "2015-02-05T14:52:59", "disk_format": "qcow2", "updated_at": "2015-02-05T14:54:01", "min_disk": 0, "protected": false, "id": "df5f0c96-9b85-4e13-a7d8-a394355b61c8", "min_ram": 0, "checksum": "f61d6f2b93f49b2f0e4b163c8185b4f5", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {"description": "Image for HP demo"}, "size": 3250126848}, {"status": "active", "deleted_at": null, "name": "comApp4308", "deleted": false, "container_format": "bare", "created_at": "2015-02-05T14:26:29", "disk_format": "iso", "updated_at": "2015-02-05T14:28:04", "min_disk": 0, "protected": false, "id": "1ffc6d7c-f676-4236-98e5-e8a7b29cdc0c", "min_ram": 0, "checksum": "7191d2a6127d3a816ac5575c603dbbef", "owner": "813d5fd7b5f64d2a82d2586d3cfc6f89", "is_public": false, "virtual_size": null, "properties": {"description": "COM v4.3.0.8"}, "size": 3011121152}, {"status": "active", "deleted_at": null, "name": "com_orch", "deleted": false, "container_format": "bare", "created_at": "2015-02-05T05:04:19", "disk_format": "qcow2", "updated_at": "2015-02-05T05:10:43", "min_disk": 0, "protected": false, "id": "8e55161a-deb3-4c1f

******************
***** results *****
******************

rally task results d19349a9-53c5-4efd-bdbf-1e31324ceff1
[
    {
        "full_duration": 7.437422037124634,
        "key": {
            "kw": {
                "args": {
                    "flavor": {
                        "name": "m1.tiny"
                    },
                    "image": {
                        "name": "cirros"
                    },
                    "nics": [
                        {
                            "net-id": "0450347c-580c-41c5-b816-f53dda80b32a"
                        }
                    ]
                },
                "context": {
                    "users": {
                        "project_domain": "default",
                        "resource_management_workers": 30,
                        "tenants": 3,
                        "user_domain": "default",
                        "users_per_tenant": 2
                    }
                },
                "runner": {
                    "concurrency": 2,
                    "times": 10,
                    "type": "constant"
                }
            },
            "name": "NovaServers.boot_server",
            "pos": 0
        },
        "load_duration": 1.5830740928649902,
        "result": [
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.23827600479125977,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719602.454921
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.35598301887512207,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-c6a2fa5a-a23d-4b62-b585-9394b10e26f1)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-c6a2fa5a-a23d-4b62-b585-9394b10e26f1)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719602.451031
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.3213789463043213,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-c4f59f6c-6ce1-4722-978e-95f1eb676da4)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-c4f59f6c-6ce1-4722-978e-95f1eb676da4)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719602.703088
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.2457120418548584,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-1e303c78-642f-4d17-8654-1de8d080e779)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-1e303c78-642f-4d17-8654-1de8d080e779)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719602.81217
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.35019588470458984,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-4c23e1c8-49ad-40cd-adb4-3b3d539e6b8b)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-4c23e1c8-49ad-40cd-adb4-3b3d539e6b8b)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719603.029843
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.34923481941223145,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-3d1e3c50-0544-429b-833d-11852d84a863)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-3d1e3c50-0544-429b-833d-11852d84a863)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719603.062673
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.25413084030151367,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-c9020da5-09ea-4d94-ab20-b387685846bb)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-c9020da5-09ea-4d94-ab20-b387685846bb)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719603.3849
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.3237578868865967,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-cbd4f363-4ad4-4e4e-9344-092820c98e1e)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-cbd4f363-4ad4-4e4e-9344-092820c98e1e)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719603.416624
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.24695301055908203,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-7791f626-a8f2-4ea0-900e-b14371655516)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-7791f626-a8f2-4ea0-900e-b14371655516)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719603.745235
            },
            {
                "atomic_actions": {
                    "nova.boot_server": null
                },
                "duration": 0.3753550052642822,
                "error": [
                    "BadRequest",
                    "Can not find requested image (HTTP 400) (Request-ID: req-04667f75-8643-4fba-9d26-d7acd6ba6fa2)",
                    "Traceback (most recent call last):\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/runners/base.py\", line 79, in _run_scenario_once\n method_name)(**kwargs) or scenario_output\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/servers.py\", line 223, in boot_server\n auto_assign_nic=auto_assign_nic, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/base.py\", line 255, in func_atomic_actions\n f = func(self, *args, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/rally/benchmark/scenarios/nova/utils.py\", line 119, in _boot_server\n server_name, image_id, flavor_id, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 900, in create\n **boot_kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 523, in _boot\n return_raw=return_raw, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/base.py\", line 161, in _create\n _resp, body = self.api.client.post(url, body=body)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 453, in post\n return self._cs_request(url, 'POST', **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 428, in _cs_request\n resp, body = self._time_request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 397, in _time_request\n resp, body = self.request(url, method, **kwargs)\n File \"/opt/rally/lib/python2.7/site-packages/novaclient/client.py\", line 391, in request\n raise exceptions.from_response(resp, body, url, method)\nBadRequest: Can not find requested image (HTTP 400) (Request-ID: req-04667f75-8643-4fba-9d26-d7acd6ba6fa2)\n"
                ],
                "idle_duration": 0,
                "scenario_output": {
                    "data": {},
                    "errors": ""
                },
                "timestamp": 1427719603.643819
            }
        ],
        "sla": []
    }
]

*********************
***** controller *****
*********************

# egrep req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e /var/log/nova/nova-api.log

2015-03-30 07:46:42.570 6315 DEBUG nova.api.openstack.wsgi [req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e None] Action: 'create', calling method: <bound method Controller.create of <nova.api.openstack.compute.servers.Controller object at 0x4079cd0>>, body: {"server": {"name": "rally_novaserver_mmtciwrujcdreryh", "imageRef": "4ed9d46f-3eaa-44f5-8673-e6284f4b8d67", "flavorRef": "1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0450347c-580c-41c5-b816-f53dda80b32a"}]}} _process_stack /usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py:934
2015-03-30 07:46:42.581 6315 DEBUG glanceclient.common.http [req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e ] curl -i -X HEAD -H 'User-Agent: python-glanceclient' -H 'Content-Type: application/octet-stream' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'X-Auth-Token: {SHA1}21eff6d4814b2c681ebfa7a750000fd8fe8afa53' http://135.1.194.1:9292/v1/images/4ed9d46f-3eaa-44f5-8673-e6284f4b8d67 log_curl_request /usr/lib/python2.7/site-packages/glanceclient/common/http.py:120
2015-03-30 07:46:42.681 6315 DEBUG glanceclient.common.http [req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e ] Request returned failure status 404. _request /usr/lib/python2.7/site-packages/glanceclient/common/http.py:220
2015-03-30 07:46:42.681 6315 INFO nova.api.openstack.wsgi [req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e None] HTTP exception thrown: Can not find requested image
2015-03-30 07:46:42.682 6315 DEBUG nova.api.openstack.wsgi [req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e None] Returning 400 to user: Can not find requested image __call__ /usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py:1201
2015-03-30 07:46:42.682 6315 INFO nova.osapi_compute.wsgi.server [req-cd425fff-64fd-434e-9ae7-b853d0f6fa6e None] 135.1.195.244 "POST /v2/9a762974628c4cbba9f77f9c0e621b23/servers HTTP/1.1" status: 400 len: 292 time: 0.1260350

**********************
***** rally setup *****
**********************

> used source openrc (which is reused by the nova boot command shown earlier)

$ rally deployment check

keystone endpoints are valid and following services are available:
+------------+---------------+-----------+
| services | type | status |
+------------+---------------+-----------+
| ceilometer | metering | Available |
| cinder | volume | Available |
| cinderv2 | volumev2 | Available |
| glance | image | Available |
| heat | orchestration | Available |
| keystone | identity | Available |
| neutron | network | Available |
| nova | compute | Available |
| nova_ec2 | ec2 | Available |
| novav3 | computev3 | Available |
| swift | object-store | Available |
| swift_s3 | s3 | Available |
+------------+---------------+-----------+

Question information

Language:
English Edit question
Status:
Solved
For:
Rally Edit question
Assignee:
No assignee Edit question
Solved by:
Yair Fried
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
softCloud (snuser1) said :
#2

Still looking for some input on this

Revision history for this message
Yair Fried (yfried) said :
#3

Could be that the existing images aren't public? meaning that they are accessible from your own tenant, but not from the tenants created by Rally during task execution?

Revision history for this message
softCloud (snuser1) said :
#4

Yair - that seems to be the case. However, I want to test against the the default tenant. That is, I create a VM within the cloud I want to test and run Rally from that image. The user will set a default tenant to test. How do I configure Rally to use the default tenant (e.g. the one defined by OS_TENANT_ID and OS_TENANT_NAME) rather than defining new temporary tenants?

Revision history for this message
Best Yair Fried (yfried) said :
#5

Rally still doesn't work with existing tenants. that's a feature that will be introduce in the coming weeks.

Revision history for this message
softCloud (snuser1) said :
#6

Thanks Yair Fried, that solved my question.

Revision history for this message
softCloud (snuser1) said :
#7

I have further proposed a change in the Rally documentation to clarify this.