Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created October 19, 2016 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sombrafam/07be6e1e979dfe6ee7b1cbecc397a7e6 to your computer and use it in GitHub Desktop.
Save sombrafam/07be6e1e979dfe6ee7b1cbecc397a7e6 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
ubuntu@105-cinder-plugins:/opt/stack/cinder$ ./tools/hooks/run_multi_backend_matrix.sh
+ BASE=/opt/stack
+ WORKSPACE=/opt/stack
+ export TEMPEST_USER=ubuntu
+ TEMPEST_USER=ubuntu
+ export TEMPEST_CONCURRENCY=1
+ TEMPEST_CONCURRENCY=1
+ '[' '!' -d /opt/stack/devstack-gate/ ']'
+ mkdir -p /opt/stack/new
+ cd /opt/stack/new
+ '[' '!' -e /opt/stack/devstack/ ']'
+ ln -s /home/ubuntu/devstack/
ln: failed to create symbolic link './devstack': File exists
+ '[' '!' -e tempest/ ']'
+ '[' '!' -e cinder/ ']'
+ export TEMPEST_USER=ubuntu
+ TEMPEST_USER=ubuntu
+ cd /opt/stack/new/tempest
+ source /opt/stack/new/devstack/functions
++ [[ -z '' ]]
++ declare -r _DEVSTACK_FUNCTIONS=1
++++ dirname /opt/stack/new/devstack/functions
+++ cd /opt/stack/new/devstack
+++ pwd
++ FUNC_DIR=/opt/stack/new/devstack
++ source /opt/stack/new/devstack/functions-common
++++ set +o
++++ grep xtrace
+++ _XTRACE_FUNCTIONS_COMMON='set -o xtrace'
+++ set +o xtrace
++ source /opt/stack/new/devstack/inc/ini-config
++++ set +o
++++ grep xtrace
+++ INC_CONF_TRACE='set -o xtrace'
+++ set +o xtrace
++ source /opt/stack/new/devstack/inc/python
++++ set +o
++++ grep xtrace
+++ INC_PY_TRACE='set -o xtrace'
+++ set +o xtrace
++ source /opt/stack/new/devstack/inc/rootwrap
++++ set +o
++++ grep xtrace
+++ INC_ROOT_TRACE='set -o xtrace'
+++ set +o xtrace
+++ set +o
+++ grep xtrace
++ _XTRACE_FUNCTIONS='set -o xtrace'
++ set +o xtrace
+ source /opt/stack/new/devstack/functions-common
+++ set +o
+++ grep xtrace
++ _XTRACE_FUNCTIONS_COMMON='set -o xtrace'
++ set +o xtrace
Configuring tempest conf in /opt/stack/new/tempest/etc/tempest.conf
============================================================
Testing multibackend features: ceph vs nfs
============================================================
all develop-inst-noop: /opt/stack/tempest
all installed: Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,cryptography==1.5.2,debtcollector==1.8.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.14.0,oslo.config==3.17.0,oslo.context==2.9.0,oslo.i18n==3.9.0,oslo.log==3.16.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,paramiko==2.0.2,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,stevedore==1.17.1,-e git://git.openstack.org/openstack/tempest.git@0ddc244f88f9b74bbe009a6383def896e559926b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
all runtests: PYTHONHASHSEED='2957703323'
all runtests: commands[0] | find . -type f -name *.pyc -delete
all runtests: commands[1] | tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpIddjjS
{0} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test.test_available_volume_retype_with_migration [32.985214s] ... ok
{0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached [236.978048s] ... FAILED
==============================
Failed 1 tests - output below:
==============================
tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached[compute,id-deadd2c2-beef-4dce-98be-f86765ff311b,volume]
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Captured pythonlogging:
~~~~~~~~~~~~~~~~~~~~~~~
2016-10-19 14:50:23,081 60205 INFO [tempest.scenario.test_volume_migrate_attached] Creating keypair and security group
2016-10-19 14:50:23,341 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:5000/v2.0/tokens
2016-10-19 14:50:23,341 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'content-length': '3429', 'server': 'Apache/2.4.18 (Ubuntu)', 'status': '200', 'date': 'Wed, 19 Oct 2016 16:50:23 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:5000/v2.0/tokens', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4602a7cd-d541-4755-a76d-a68c6cce0c91', 'connection': 'close'}
Body: {"access": {"token": {"issued_at": "2016-10-19T16:50:23.000000Z", "expires": "2016-10-19T17:50:23Z", "id": "6b4efe7d93fa4f2a997c4eff41f38ea1", "tenant": {"description": "tempest-TestVolumeMigrateRetypeAttached-1825938992-desc", "enabled": true, "id": "adcea0d3b04e4a6f94d7b81193aacbae", "name": "tempest-TestVolumeMigrateRetypeAttached-1825938992"}, "audit_ids": ["LqUdJiA2QKGL8mARZXCEQg"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2.1", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2.1", "id": "2796916c736245d09c49d9e08f484e99", "publicURL": "http://172.24.47.105:8774/v2.1"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9696/", "region": "RegionOne", "internalURL": "http://172.24.47.105:9696/", "id": "3467384da7dc487e9f9f47f853a18ced", "publicURL": "http://172.24.47.105:9696/"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v2/adcea0d3b04e4a6f94d7b81193aacbae", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v2/adcea0d3b04e4a6f94d7b81193aacbae", "id": "456046da9432407eb7218302bda86a2b", "publicURL": "http://172.24.47.105:8776/v2/adcea0d3b04e4a6f94d7b81193aacbae"}], "endpoints_links": [], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v3/adcea0d3b04e4a6f94d7b81193aacbae", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v3/adcea0d3b04e4a6f94d7b81193aacbae", "id": "5a94387a167e4d39bee75be18f606822", "publicURL": "http://172.24.47.105:8776/v3/adcea0d3b04e4a6f94d7b81193aacbae"}], "endpoints_links": [], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9292", "region": "RegionOne", "internalURL": "http://172.24.47.105:9292", "id": "08b9399ab8fa4c5caecc401337d9491b", "publicURL": "http://172.24.47.105:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2/adcea0d3b04e4a6f94d7b81193aacbae", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2/adcea0d3b04e4a6f94d7b81193aacbae", "id": "9c29ab61e64b40fba1ad8a688966f9d8", "publicURL": "http://172.24.47.105:8774/v2/adcea0d3b04e4a6f94d7b81193aacbae"}], "endpoints_links": [], "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae", "id": "0b1c692ef79647e38c5db48c8a2a9772", "publicURL": "http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://172.24.47.105/identity_admin", "region": "RegionOne", "internalURL": "http://172.24.47.105/identity", "id": "767a1a9169a748de9117c534e8fc1041", "publicURL": "http://172.24.47.105/identity"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "tempest-TestVolumeMigrateRetypeAttached-1825938992", "roles_links": [], "id": "2d37e80d2ccc435f8f1ee7698edcbce1", "roles": [{"name": "_member_"}, {"name": "Member"}], "name": "tempest-TestVolumeMigrateRetypeAttached-1825938992"}, "metadata": {"is_admin": 0, "roles": ["9fe2ff9ee4384b1894a90878d3e92bab", "ef5d174e64ce4791b1479ffa4d792027"]}}}
2016-10-19 14:50:24,906 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-keypairs 1.564s
2016-10-19 14:50:24,907 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestVolumeMigrateRetypeAttached-618519951"}}
Response - Headers: {'content-length': '2328', 'status': '200', 'x-compute-request-id': 'req-1905510f-dbcc-47fb-9b61-23db2cc61eaf', 'date': 'Wed, 19 Oct 2016 16:50:24 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/os-keypairs', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZU3MZazCqmjWsDV0/SRjMawALGWyLUYhE8ViGezAGj+AcfCTYZJSgPUyjXVZxvEq4DqDgZgRllT8bxdyhs2MhMkUGGAztFUlEeWM3zX4Mmr0+ucxON4YqdjYr3UcSko++d/BlciRPOs/QJ2QxJqnn32aSPqoVpqV9xU7ioKEQ1Kdu5wDHng4zV5JYAsL0rOZXyrQMpoFPemm4I5VTVFi4vzdYdnLsRo5IveH5MjWa4oYN1l5bn71RS2V6MSpJfDJDaQDR2OicIXWnFAWKh7at28gLNTrJtlevDhaoQ2hyXhPTOw0umQTCVO9th52QGyKojeQZsIiVuaX0gsf25//b Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA2VNzGWswqpo1rA1dP0kYzGsACxlsi1GIRPFYhnswBo/gHHwk\n2GSUoD1Mo11WcbxKuA6g4GYEZZU/G8XcobNjITJFBhgM7RVJRHljN81+DJq9PrnM\nTjeGKnY2K91HEpKPvnfwZXIkTzrP0CdkMSap599mkj6qFaalfcVO4qChENSnbucA\nx54OM1eSWALC9KzmV8q0DKaBT3ppuCOVU1RYuL83WHZy7EaOSL3h+TI1muKGDdZe\nW5+9UUtlejEqSXwyQ2kA0djonCF1pxQFioe2rdvICzU6ybZXrw4WqENocl4T0zsN\nLpkEwlTvbYedkBsiqI3kGbCIlbml9ILH9uf/2wIDAQABAoIBAQCrfN/8FMsoM9ta\nUolcINACrgQwvfUa0lFXJaKXK6mv4+QSVhu07VkiQHyzBDnsMYo8Rr7Hk3iwt94+\nihkZN7ZnQYWZ02yPwBY6hBa4t9xZEdl3H6GJruKdqv4ACvHERAZNY9M8GZ9xLZVC\nSXMUHdBAedY0XGJWB1PbNNCUn++4mMDZ2qqY94oOkmwUlaTuaso4auq5ytNNqFka\niSAa4tQNOx+ZyAuajFRayVD3+x2hYATRCjD5rA2zHu6UgnQNmJhegKinAfy8yU+1\njXniLB+C7LIVk/aAM6DQ1eELy5ow18e5mP9m1/vh1XXEXFRnAsw4EqDf/AI9p9nd\nQVNI3EGhAoGBAPDMeRoMukfisQfsorgEQ4f8Zjr7j7mL0lsGD8idgzXLu+VsylRv\nwnW6pYgBNFN98nqiS4rXMo3SzjceQvRsrbzU1uHx7NlFAIBiPBIanj+zthFZ1XLn\nNfEiHFWWsH+d0V0YA+5YTN/deo3GRex4HsMRI0ES0E7bFkw5pKbxoVkjAoGBAOcL\norLxGErViLyUsRdsaH6CGSS4T/2SWmm/Q4mGTygX+c0oq/a2dGYj/fAVz9t1GCu6\n/Vs8SRxexjMVnwXGaHkFOSXlWC+LDqO2nY9YAIFJ042sXTxnednriAQqqy+T6yw0\ngQsYmE5PISIXo07X5KzXcxFEX8OWNprIB5SFKhXpAoGBALBu8XCf0MGpHNNUlGlG\nXoC9893VwppOE6Q0Dc6Ncr0w+QyCKMGzXYVLa8v6Le/bAZbPYZBqWxVFV2lVV/Ol\nyarpPEUzMLqFb3eiAqe1Lyw3rfiKnPXi6Ug0GRSxI8NtzCBs3zx9IF6K9if5FfTM\nkqWU4gLlGRIePvk85yKXOwSHAoGBAK9EKVjbAZWLJJ4BodFmAGKvaElts+hkhEeh\nuqbxhsygW3PhPYn64JO3C+R7d2FAE2ThBV6XfdKSpoGMDkUAPLJJXw+7SclPEHzq\ng92AYWmySlQ3g8bVrB6+yEB46cE+0XCIJ7f2IVuONVE6YzzlE2h2S6i2mHqzUZra\n0L0+wy05AoGBAK2UaN8rm9vo0yR7tzx1EBAs0BAd7pHcqiz4r0g5MEQTdL8euak6\nuBwSBqqyHPBbwQeBz3L9Mcl5fX/ivRSckp7n6QOPTn+Q72IZemp5ll9vv9OjerCe\nai3k5x5yuPtY9x9j0/FhkiZs6TUx2vI2K3Egsaf9RfYTxsNAsMNEK1BQ\n-----END RSA PRIVATE KEY-----\n", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "fingerprint": "a3:37:d4:ec:7c:29:bd:c8:94:50:c5:da:9a:f3:e6:9d"}}
2016-10-19 14:50:25,398 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-groups 0.464s
2016-10-19 14:50:25,399 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"description": "tempest-TestVolumeMigrateRetypeAttached-872642044 description", "name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}}
Response - Headers: {'content-length': '269', 'status': '200', 'x-compute-request-id': 'req-8e05603c-10e7-4606-9855-49142e634dd3', 'date': 'Wed, 19 Oct 2016 16:50:25 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/os-security-groups', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"security_group": {"rules": [], "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "id": "9ca80162-351a-43e6-9b2b-cadfbfc9f245", "name": "tempest-TestVolumeMigrateRetypeAttached-872642044", "description": "tempest-TestVolumeMigrateRetypeAttached-872642044 description"}}
2016-10-19 14:50:26,350 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-group-rules 0.943s
2016-10-19 14:50:26,351 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"to_port": 22, "ip_protocol": "tcp", "from_port": 22, "cidr": "0.0.0.0/0", "parent_group_id": "9ca80162-351a-43e6-9b2b-cadfbfc9f245"}}
Response - Headers: {'content-length': '232', 'status': '200', 'x-compute-request-id': 'req-aa82d4c5-7a0c-456f-96e5-a115b9181854', 'date': 'Wed, 19 Oct 2016 16:50:26 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/os-security-group-rules', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"security_group_rule": {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9ca80162-351a-43e6-9b2b-cadfbfc9f245", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "881cdbd6-6dbf-4e60-9295-a8fc35c8e6ab"}}
2016-10-19 14:50:27,010 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-group-rules 0.652s
2016-10-19 14:50:27,011 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"to_port": -1, "ip_protocol": "icmp", "from_port": -1, "cidr": "0.0.0.0/0", "parent_group_id": "9ca80162-351a-43e6-9b2b-cadfbfc9f245"}}
Response - Headers: {'content-length': '233', 'status': '200', 'x-compute-request-id': 'req-fc497601-2edc-41cb-a618-d7fe70388ad5', 'date': 'Wed, 19 Oct 2016 16:50:27 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/os-security-group-rules', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"security_group_rule": {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9ca80162-351a-43e6-9b2b-cadfbfc9f245", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4d2f81f4-1ea6-4a44-8075-9ececa8be16e"}}
2016-10-19 14:50:27,018 60205 INFO [tempest.scenario.test_volume_migrate_attached] Creating Volume types
2016-10-19 14:50:27,018 60205 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-generic-1169503978 on backend ceph
2016-10-19 14:50:27,398 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:5000/v2.0/tokens
2016-10-19 14:50:27,399 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'content-length': '3480', 'server': 'Apache/2.4.18 (Ubuntu)', 'status': '200', 'date': 'Wed, 19 Oct 2016 16:50:27 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:5000/v2.0/tokens', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-17293a97-2682-484d-ae95-18a70cf698b8', 'connection': 'close'}
Body: {"access": {"token": {"issued_at": "2016-10-19T16:50:27.000000Z", "expires": "2016-10-19T17:50:27Z", "id": "b110a4f757534b2f99c7b842c421be19", "tenant": {"description": "tempest-TestVolumeMigrateRetypeAttached-869976541-desc", "enabled": true, "id": "1ae51cb5011a443fb8094a3daed843d3", "name": "tempest-TestVolumeMigrateRetypeAttached-869976541"}, "audit_ids": ["9NmBbiToSXGAFtdKDAvumA"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2.1", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2.1", "id": "2796916c736245d09c49d9e08f484e99", "publicURL": "http://172.24.47.105:8774/v2.1"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9696/", "region": "RegionOne", "internalURL": "http://172.24.47.105:9696/", "id": "3467384da7dc487e9f9f47f853a18ced", "publicURL": "http://172.24.47.105:9696/"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v2/1ae51cb5011a443fb8094a3daed843d3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v2/1ae51cb5011a443fb8094a3daed843d3", "id": "456046da9432407eb7218302bda86a2b", "publicURL": "http://172.24.47.105:8776/v2/1ae51cb5011a443fb8094a3daed843d3"}], "endpoints_links": [], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v3/1ae51cb5011a443fb8094a3daed843d3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v3/1ae51cb5011a443fb8094a3daed843d3", "id": "5a94387a167e4d39bee75be18f606822", "publicURL": "http://172.24.47.105:8776/v3/1ae51cb5011a443fb8094a3daed843d3"}], "endpoints_links": [], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9292", "region": "RegionOne", "internalURL": "http://172.24.47.105:9292", "id": "08b9399ab8fa4c5caecc401337d9491b", "publicURL": "http://172.24.47.105:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2/1ae51cb5011a443fb8094a3daed843d3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2/1ae51cb5011a443fb8094a3daed843d3", "id": "9c29ab61e64b40fba1ad8a688966f9d8", "publicURL": "http://172.24.47.105:8774/v2/1ae51cb5011a443fb8094a3daed843d3"}], "endpoints_links": [], "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3", "id": "0b1c692ef79647e38c5db48c8a2a9772", "publicURL": "http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://172.24.47.105/identity_admin", "region": "RegionOne", "internalURL": "http://172.24.47.105/identity", "id": "767a1a9169a748de9117c534e8fc1041", "publicURL": "http://172.24.47.105/identity"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "tempest-TestVolumeMigrateRetypeAttached-869976541", "roles_links": [], "id": "cd64a13073c1478e880620966bdf7e22", "roles": [{"name": "admin"}, {"name": "Member"}, {"name": "_member_"}], "name": "tempest-TestVolumeMigrateRetypeAttached-869976541"}, "metadata": {"is_admin": 0, "roles": ["29d99e4046fd497787758199ada5a11b", "ef5d174e64ce4791b1479ffa4d792027", "9fe2ff9ee4384b1894a90878d3e92bab"]}}}
2016-10-19 14:50:28,446 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types 1.047s
2016-10-19 14:50:28,447 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"extra_specs": {"volume_backend_name": "ceph"}, "name": "tempest-scenario-type-generic-1169503978"}}
Response - Headers: {'content-length': '244', 'status': '200', 'x-compute-request-id': 'req-5c84a6f6-bbfe-4c76-b1c5-c4a7e9b387da', 'date': 'Wed, 19 Oct 2016 16:50:28 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types', 'x-openstack-request-id': 'req-5c84a6f6-bbfe-4c76-b1c5-c4a7e9b387da', 'connection': 'close'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-1169503978", "extra_specs": {"volume_backend_name": "ceph"}, "os-volume-type-access:is_public": true, "is_public": true, "id": "b08b4c30-615b-4678-a25b-b9d9edac85bc", "description": null}}
2016-10-19 14:50:28,448 60205 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-generic-1481821783 on backend nfs
2016-10-19 14:50:29,448 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types 0.999s
2016-10-19 14:50:29,449 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"extra_specs": {"volume_backend_name": "nfs"}, "name": "tempest-scenario-type-generic-1481821783"}}
Response - Headers: {'content-length': '243', 'status': '200', 'x-compute-request-id': 'req-1773880e-8768-414a-88b9-b5af5f1e84d0', 'date': 'Wed, 19 Oct 2016 16:50:29 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types', 'x-openstack-request-id': 'req-1773880e-8768-414a-88b9-b5af5f1e84d0', 'connection': 'close'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-1481821783", "extra_specs": {"volume_backend_name": "nfs"}, "os-volume-type-access:is_public": true, "is_public": true, "id": "d85c05b2-f110-416b-b771-740e6679020e", "description": null}}
2016-10-19 14:50:29,449 60205 INFO [tempest.scenario.test_volume_migrate_attached] Created Volume types: tempest-scenario-type-generic-1169503978 tempest-scenario-type-generic-1481821783
2016-10-19 14:50:29,450 60205 INFO [tempest.scenario.test_volume_migrate_attached] Booting instance from volume
2016-10-19 14:50:31,241 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes 1.789s
2016-10-19 14:50:31,241 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"imageRef": "6cbdc823-f630-465e-b749-177557ac48b0", "size": 1, "display_name": "tempest-volume-origin-646430529", "snapshot_id": null, "volume_type": "tempest-scenario-type-generic-1169503978"}}
Response - Headers: {'content-length': '498', 'status': '200', 'x-compute-request-id': 'req-de915ed6-92f4-4832-a59a-6ae55321901c', 'date': 'Wed, 19 Oct 2016 16:50:31 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes', 'x-openstack-request-id': 'req-de915ed6-92f4-4832-a59a-6ae55321901c', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.019562", "multiattach": "false", "display_description": null, "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:31,434 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.192s
2016-10-19 14:50:31,435 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '514', 'status': '200', 'x-compute-request-id': 'req-fc259e8f-43f4-4a4c-aee3-d8b24b76e8d7', 'date': 'Wed, 19 Oct 2016 16:50:31 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-fc259e8f-43f4-4a4c-aee3-d8b24b76e8d7', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:32,623 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.186s
2016-10-19 14:50:32,623 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '514', 'status': '200', 'x-compute-request-id': 'req-5ccb29f0-27ea-4e06-9b02-4795cdcb8848', 'date': 'Wed, 19 Oct 2016 16:50:32 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-5ccb29f0-27ea-4e06-9b02-4795cdcb8848', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:33,982 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.356s
2016-10-19 14:50:33,983 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '514', 'status': '200', 'x-compute-request-id': 'req-102c14c3-335d-4a4e-ac83-8c02f593645a', 'date': 'Wed, 19 Oct 2016 16:50:33 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-102c14c3-335d-4a4e-ac83-8c02f593645a', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:35,161 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.176s
2016-10-19 14:50:35,162 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '517', 'status': '200', 'x-compute-request-id': 'req-366dba0d-afc4-434b-85fa-7a9ae3cc835b', 'date': 'Wed, 19 Oct 2016 16:50:35 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-366dba0d-afc4-434b-85fa-7a9ae3cc835b', 'connection': 'close'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:36,283 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.120s
2016-10-19 14:50:36,284 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '517', 'status': '200', 'x-compute-request-id': 'req-956ff226-68ec-4dcd-80b7-1e10f0402a44', 'date': 'Wed, 19 Oct 2016 16:50:36 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-956ff226-68ec-4dcd-80b7-1e10f0402a44', 'connection': 'close'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:37,500 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.214s
2016-10-19 14:50:37,501 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '517', 'status': '200', 'x-compute-request-id': 'req-2cb89f53-512f-463d-9dd0-6fcc9b3eb389', 'date': 'Wed, 19 Oct 2016 16:50:37 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-2cb89f53-512f-463d-9dd0-6fcc9b3eb389', 'connection': 'close'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:38,902 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.398s
2016-10-19 14:50:38,903 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '891', 'status': '200', 'x-compute-request-id': 'req-fe61de5e-d81c-4df2-bdf1-2c83c130aebb', 'date': 'Wed, 19 Oct 2016 16:50:38 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-fe61de5e-d81c-4df2-bdf1-2c83c130aebb', 'connection': 'close'}
Body: {"volume": {"status": "available", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:39,119 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.215s
2016-10-19 14:50:39,120 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '891', 'status': '200', 'x-compute-request-id': 'req-cb1f119c-7f71-475e-bb39-842423311dbe', 'date': 'Wed, 19 Oct 2016 16:50:39 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-cb1f119c-7f71-475e-bb39-842423311dbe', 'connection': 'close'}
Body: {"volume": {"status": "available", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:50:39,132 60205 INFO [tempest.common.fixed_network] (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached) Found network {u'availability_zone_hints': [], u'provider:network_type': u'vxlan', u'availability_zones': [], u'tags': [], u'description': u'', u'status': u'ACTIVE', u'created_at': u'2016-10-19T16:50:08Z', u'subnets': [], u'admin_state_up': True, u'mtu': 1450, u'ipv4_address_scope': None, u'provider:physical_network': None, u'shared': False, u'ipv6_address_scope': None, u'port_security_enabled': True, u'provider:segmentation_id': 51, u'tenant_id': u'adcea0d3b04e4a6f94d7b81193aacbae', u'updated_at': u'2016-10-19T16:50:08Z', u'project_id': u'adcea0d3b04e4a6f94d7b81193aacbae', u'id': u'86c61083-94f4-4d6d-bcc9-8370d5175eed', u'revision_number': 3, u'router:external': False, u'name': u'tempest-TestVolumeMigrateRetypeAttached-1755742505-network'} available for tenant
2016-10-19 14:50:41,810 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 202 POST http://172.24.47.105:8774/v2.1/servers 2.675s
2016-10-19 14:50:41,811 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "42", "imageRef": "", "networks": [{"uuid": "86c61083-94f4-4d6d-bcc9-8370d5175eed"}], "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "name": "tempest.common.compute-instance-304388687", "block_device_mapping": [{"delete_on_termination": "0", "device_name": "vda", "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951"}}
Response - Headers: {'content-length': '420', 'status': '202', 'x-openstack-nova-api-version': '2.1', 'date': 'Wed, 19 Oct 2016 16:50:41 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-compute-request-id': 'req-c1b61f55-616e-44c4-a3b2-28a2620b0aa6', 'location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398'}
Body: {"server": {"security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "OS-DCF:diskConfig": "MANUAL", "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "adminPass": "cjCHrBK6Tcmd"}}
2016-10-19 14:50:42,132 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.316s
2016-10-19 14:50:42,133 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1139', 'status': '200', 'x-compute-request-id': 'req-557c74e9-a55a-4ad5-a451-dda3abf3f0df', 'date': 'Wed, 19 Oct 2016 16:50:42 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:41Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:43,672 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.518s
2016-10-19 14:50:43,673 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1191', 'status': '200', 'x-compute-request-id': 'req-2a687dc7-9ee6-4c7d-9cfe-94d8d3350d10', 'date': 'Wed, 19 Oct 2016 16:50:43 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:43Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:43,701 60205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2016-10-19 14:50:45,239 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.536s
2016-10-19 14:50:45,240 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1209', 'status': '200', 'x-compute-request-id': 'req-cfc6aa5b-c7ec-4eb0-b417-07d8462e4517', 'date': 'Wed, 19 Oct 2016 16:50:45 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:44Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:45,259 60205 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 3 second wait
2016-10-19 14:50:46,888 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.627s
2016-10-19 14:50:46,890 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1197', 'status': '200', 'x-compute-request-id': 'req-ef39354b-5618-4d6b-8193-8e700fdac629', 'date': 'Wed, 19 Oct 2016 16:50:46 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:46,908 60205 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait
2016-10-19 14:50:48,537 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.627s
2016-10-19 14:50:48,538 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1281', 'status': '200', 'x-compute-request-id': 'req-59ffff68-6341-4d1a-af17-26b0f4e36d61', 'date': 'Wed, 19 Oct 2016 16:50:48 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:50,298 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.742s
2016-10-19 14:50:50,298 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1281', 'status': '200', 'x-compute-request-id': 'req-4d63a11c-ee23-4fae-a6ee-752f39980be6', 'date': 'Wed, 19 Oct 2016 16:50:50 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:51,841 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.517s
2016-10-19 14:50:51,842 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1281', 'status': '200', 'x-compute-request-id': 'req-eabb1540-4fe9-4beb-aff5-17f077ac5c76', 'date': 'Wed, 19 Oct 2016 16:50:51 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:53,602 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.741s
2016-10-19 14:50:53,603 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1281', 'status': '200', 'x-compute-request-id': 'req-64d363c6-f98e-4765-b439-c0d72877f429', 'date': 'Wed, 19 Oct 2016 16:50:53 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:55,539 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.916s
2016-10-19 14:50:55,540 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1281', 'status': '200', 'x-compute-request-id': 'req-c846ae40-ecb2-4031-9c54-6f773c894f80', 'date': 'Wed, 19 Oct 2016 16:50:55 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:57,396 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.818s
2016-10-19 14:50:57,397 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1281', 'status': '200', 'x-compute-request-id': 'req-d01ea0d8-7faa-4bf9-bbfc-b5ab5fcdb314', 'date': 'Wed, 19 Oct 2016 16:50:57 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-872642044"}], "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:46Z", "hostId": "530cd7dd4e70a34c6bbc7e0712a145b2030ccb02c333f48a2e687688", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:50:59,262 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.845s
2016-10-19 14:50:59,263 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1137', 'status': '200', 'x-compute-request-id': 'req-1aa0ea5d-b5ae-4aeb-a7c6-5238bb8b3552', 'date': 'Wed, 19 Oct 2016 16:50:59 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:50:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "config_drive": ""}}
2016-10-19 14:51:00,783 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 0.500s
2016-10-19 14:51:00,783 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1290', 'status': '200', 'x-compute-request-id': 'req-4dabd027-8941-46bc-8aee-c937ca844a6c', 'date': 'Wed, 19 Oct 2016 16:51:00 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "user_id": "2d37e80d2ccc435f8f1ee7698edcbce1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "ERROR", "updated": "2016-10-19T16:51:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-618519951", "name": "tempest.common.compute-instance-304388687", "created": "2016-10-19T16:50:42Z", "tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "os-extended-volumes:volumes_attached": [{"id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "fault": {"message": "Build of instance 4ef585f8-6e56-40a1-bcf2-078bff54b398 aborted: internal error: client socket is closed", "code": 500, "created": "2016-10-19T16:51:00Z"}, "config_drive": ""}}
2016-10-19 14:51:00,801 60205 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 18 second wait
2016-10-19 14:51:02,043 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 204 DELETE http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398 1.241s
2016-10-19 14:51:02,043 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '0', 'status': '204', 'x-compute-request-id': 'req-a6d61904-0835-475b-a975-d6c922135bfe', 'date': 'Wed, 19 Oct 2016 16:51:02 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/servers/4ef585f8-6e56-40a1-bcf2-078bff54b398', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body:
2016-10-19 14:51:02,160 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 400 DELETE http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.113s
2016-10-19 14:51:02,161 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '230', 'status': '400', 'x-compute-request-id': 'req-650ae044-349b-4111-ac35-1a6e0c9ff360', 'date': 'Wed, 19 Oct 2016 16:51:02 GMT', 'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-650ae044-349b-4111-ac35-1a6e0c9ff360', 'connection': 'close'}
Body: {"badRequest": {"message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group or have snapshots.", "code": 400}}
2016-10-19 14:51:02,290 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.127s
2016-10-19 14:51:02,290 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-67084cf4-8a4b-4de2-b8d1-3bec0a9746e6', 'date': 'Wed, 19 Oct 2016 16:51:02 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-67084cf4-8a4b-4de2-b8d1-3bec0a9746e6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:03,546 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.254s
2016-10-19 14:51:03,547 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e5099847-bdc5-4eb0-81b9-f1248ef97f78', 'date': 'Wed, 19 Oct 2016 16:51:03 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e5099847-bdc5-4eb0-81b9-f1248ef97f78', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:04,761 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.211s
2016-10-19 14:51:04,762 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-042bf26d-edb1-4aa4-8065-6b0503236514', 'date': 'Wed, 19 Oct 2016 16:51:04 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-042bf26d-edb1-4aa4-8065-6b0503236514', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:05,886 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.122s
2016-10-19 14:51:05,886 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-4dac6001-855f-4db7-90f9-319d51d96dcd', 'date': 'Wed, 19 Oct 2016 16:51:05 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-4dac6001-855f-4db7-90f9-319d51d96dcd', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:07,116 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.227s
2016-10-19 14:51:07,117 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-7233ce76-10df-4607-9e29-9e55417d64ba', 'date': 'Wed, 19 Oct 2016 16:51:07 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-7233ce76-10df-4607-9e29-9e55417d64ba', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:08,345 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:51:08,345 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e0833a65-1485-4dc8-8efc-49c2981d310a', 'date': 'Wed, 19 Oct 2016 16:51:08 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e0833a65-1485-4dc8-8efc-49c2981d310a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:09,582 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.234s
2016-10-19 14:51:09,583 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-004a2de5-a123-4337-a0ef-106707c05ea1', 'date': 'Wed, 19 Oct 2016 16:51:09 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-004a2de5-a123-4337-a0ef-106707c05ea1', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:10,814 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:51:10,814 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-baae5ddf-c992-4826-862d-7fd5edcbc735', 'date': 'Wed, 19 Oct 2016 16:51:10 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-baae5ddf-c992-4826-862d-7fd5edcbc735', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:12,038 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:51:12,039 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-08f85fc7-2dd4-4398-bc9a-5d5ea99718fa', 'date': 'Wed, 19 Oct 2016 16:51:12 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-08f85fc7-2dd4-4398-bc9a-5d5ea99718fa', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:13,271 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.229s
2016-10-19 14:51:13,272 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-2c18eb96-b89c-4be3-8d6e-335f41865e3f', 'date': 'Wed, 19 Oct 2016 16:51:13 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-2c18eb96-b89c-4be3-8d6e-335f41865e3f', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:14,544 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.270s
2016-10-19 14:51:14,545 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3a074d04-c976-4649-ba67-0a5660fee4bc', 'date': 'Wed, 19 Oct 2016 16:51:14 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3a074d04-c976-4649-ba67-0a5660fee4bc', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:15,777 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:51:15,778 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-7096cc6b-4551-4691-a93e-ae484ddef84b', 'date': 'Wed, 19 Oct 2016 16:51:15 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-7096cc6b-4551-4691-a93e-ae484ddef84b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:17,185 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.404s
2016-10-19 14:51:17,185 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-93fd619d-ad33-4499-ac71-9c07946c5219', 'date': 'Wed, 19 Oct 2016 16:51:17 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-93fd619d-ad33-4499-ac71-9c07946c5219', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:18,417 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.229s
2016-10-19 14:51:18,418 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c79e4a79-f7eb-465e-b00a-165039d85498', 'date': 'Wed, 19 Oct 2016 16:51:18 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c79e4a79-f7eb-465e-b00a-165039d85498', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:19,658 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.237s
2016-10-19 14:51:19,659 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-d10639d5-1d13-46e2-9e18-2b19580a23eb', 'date': 'Wed, 19 Oct 2016 16:51:19 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-d10639d5-1d13-46e2-9e18-2b19580a23eb', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:20,884 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:51:20,885 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-d0410e93-2b9c-4fba-a36a-2e62f1deab6a', 'date': 'Wed, 19 Oct 2016 16:51:20 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-d0410e93-2b9c-4fba-a36a-2e62f1deab6a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:22,140 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.253s
2016-10-19 14:51:22,141 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-501172bb-30ac-4734-acf9-e482be17603e', 'date': 'Wed, 19 Oct 2016 16:51:22 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-501172bb-30ac-4734-acf9-e482be17603e', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:23,381 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.237s
2016-10-19 14:51:23,381 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-67e5b002-c1aa-4215-9dba-a30e390d09d5', 'date': 'Wed, 19 Oct 2016 16:51:23 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-67e5b002-c1aa-4215-9dba-a30e390d09d5', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:24,603 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:51:24,604 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-731ec53f-1a98-49d3-8c5d-d3c3b350dea2', 'date': 'Wed, 19 Oct 2016 16:51:24 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-731ec53f-1a98-49d3-8c5d-d3c3b350dea2', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:25,829 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.223s
2016-10-19 14:51:25,830 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-87ebfa58-f083-4479-b94c-15b3fc5771e0', 'date': 'Wed, 19 Oct 2016 16:51:25 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-87ebfa58-f083-4479-b94c-15b3fc5771e0', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:27,060 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.227s
2016-10-19 14:51:27,061 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-d7e68b38-a41a-40ae-a2d9-740c4366bdf7', 'date': 'Wed, 19 Oct 2016 16:51:27 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-d7e68b38-a41a-40ae-a2d9-740c4366bdf7', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:28,297 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.233s
2016-10-19 14:51:28,298 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-45a1d5a2-ad49-4c61-9faa-db3eb3620cff', 'date': 'Wed, 19 Oct 2016 16:51:28 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-45a1d5a2-ad49-4c61-9faa-db3eb3620cff', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:29,618 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.318s
2016-10-19 14:51:29,619 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-749fa677-c83c-4bde-aae6-b2a84a7bad61', 'date': 'Wed, 19 Oct 2016 16:51:29 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-749fa677-c83c-4bde-aae6-b2a84a7bad61', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:30,858 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.237s
2016-10-19 14:51:30,859 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-705851b6-c340-434a-bcd1-663bbe189bf1', 'date': 'Wed, 19 Oct 2016 16:51:30 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-705851b6-c340-434a-bcd1-663bbe189bf1', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:32,078 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.217s
2016-10-19 14:51:32,079 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ed0d8428-d7d2-4c85-acbd-d17ca024e43b', 'date': 'Wed, 19 Oct 2016 16:51:32 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ed0d8428-d7d2-4c85-acbd-d17ca024e43b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:33,323 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.242s
2016-10-19 14:51:33,324 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c0d6dbbc-132f-41de-815d-9ef7b86276c0', 'date': 'Wed, 19 Oct 2016 16:51:33 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c0d6dbbc-132f-41de-815d-9ef7b86276c0', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:34,561 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.234s
2016-10-19 14:51:34,561 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-4c309acd-06f5-4494-92e9-278016e8a3a3', 'date': 'Wed, 19 Oct 2016 16:51:34 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-4c309acd-06f5-4494-92e9-278016e8a3a3', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:35,756 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.192s
2016-10-19 14:51:35,757 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-2a009d2c-29ee-4716-a06b-27bf2b6b6ecf', 'date': 'Wed, 19 Oct 2016 16:51:35 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-2a009d2c-29ee-4716-a06b-27bf2b6b6ecf', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:36,986 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:51:36,986 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-fbba234d-15a0-422d-b824-a6b82a13046c', 'date': 'Wed, 19 Oct 2016 16:51:36 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-fbba234d-15a0-422d-b824-a6b82a13046c', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:38,211 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:51:38,211 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e719215c-e4d8-4065-886a-1ebe7886a32b', 'date': 'Wed, 19 Oct 2016 16:51:38 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e719215c-e4d8-4065-886a-1ebe7886a32b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:39,449 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.235s
2016-10-19 14:51:39,450 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8e973699-846f-450a-8a39-e227ea750e41', 'date': 'Wed, 19 Oct 2016 16:51:39 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8e973699-846f-450a-8a39-e227ea750e41', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:40,670 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.217s
2016-10-19 14:51:40,671 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3bce2da6-7aa0-42a6-832f-05a56ba4fabc', 'date': 'Wed, 19 Oct 2016 16:51:40 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3bce2da6-7aa0-42a6-832f-05a56ba4fabc', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:41,899 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:51:41,899 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a6dbece8-0e12-43aa-bc60-a0df3df52e50', 'date': 'Wed, 19 Oct 2016 16:51:41 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a6dbece8-0e12-43aa-bc60-a0df3df52e50', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:43,139 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.236s
2016-10-19 14:51:43,141 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-6af91733-5255-411b-af98-d1791a45275f', 'date': 'Wed, 19 Oct 2016 16:51:43 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-6af91733-5255-411b-af98-d1791a45275f', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:44,374 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.230s
2016-10-19 14:51:44,375 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-686c7abb-8c16-4cf7-b34a-be91ec9e7c47', 'date': 'Wed, 19 Oct 2016 16:51:44 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-686c7abb-8c16-4cf7-b34a-be91ec9e7c47', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:45,601 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.223s
2016-10-19 14:51:45,602 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e6d98913-3030-451e-8bc9-d3b508cb2d64', 'date': 'Wed, 19 Oct 2016 16:51:45 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e6d98913-3030-451e-8bc9-d3b508cb2d64', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:46,823 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.218s
2016-10-19 14:51:46,824 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-0c94055b-4b81-4c60-8737-23b1d13885d6', 'date': 'Wed, 19 Oct 2016 16:51:46 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-0c94055b-4b81-4c60-8737-23b1d13885d6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:48,067 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.241s
2016-10-19 14:51:48,068 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-164b926e-ac55-4fca-b37f-efa9c2b93c31', 'date': 'Wed, 19 Oct 2016 16:51:48 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-164b926e-ac55-4fca-b37f-efa9c2b93c31', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:49,292 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:51:49,292 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-596ac01d-634b-43a3-97e0-010e37ec4af3', 'date': 'Wed, 19 Oct 2016 16:51:49 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-596ac01d-634b-43a3-97e0-010e37ec4af3', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:50,531 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.236s
2016-10-19 14:51:50,532 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-b4192618-ab77-47fe-a9e4-601cf7a7ee48', 'date': 'Wed, 19 Oct 2016 16:51:50 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-b4192618-ab77-47fe-a9e4-601cf7a7ee48', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:51,755 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:51:51,756 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-06992da8-4d46-420b-8136-0ebacb18f97b', 'date': 'Wed, 19 Oct 2016 16:51:51 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-06992da8-4d46-420b-8136-0ebacb18f97b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:53,143 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.384s
2016-10-19 14:51:53,144 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-61b8275d-f223-4dc4-9ba7-a5f052c0d306', 'date': 'Wed, 19 Oct 2016 16:51:53 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-61b8275d-f223-4dc4-9ba7-a5f052c0d306', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:54,383 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.236s
2016-10-19 14:51:54,384 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-0d1ed26a-a531-4732-b494-c51c4b3b40b7', 'date': 'Wed, 19 Oct 2016 16:51:54 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-0d1ed26a-a531-4732-b494-c51c4b3b40b7', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:55,628 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.241s
2016-10-19 14:51:55,628 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-004b5008-eb0a-41bc-9692-e2da759ecdbe', 'date': 'Wed, 19 Oct 2016 16:51:55 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-004b5008-eb0a-41bc-9692-e2da759ecdbe', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:56,857 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:51:56,857 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3ddde864-e8ee-41e7-9638-358f95f7fc17', 'date': 'Wed, 19 Oct 2016 16:51:56 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3ddde864-e8ee-41e7-9638-358f95f7fc17', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:58,079 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:51:58,080 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-bc997593-199c-4d4e-8703-6c04bf170314', 'date': 'Wed, 19 Oct 2016 16:51:58 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-bc997593-199c-4d4e-8703-6c04bf170314', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:51:59,328 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.245s
2016-10-19 14:51:59,329 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-f2ccee8a-e482-4ab3-9161-fdf39745353a', 'date': 'Wed, 19 Oct 2016 16:51:59 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-f2ccee8a-e482-4ab3-9161-fdf39745353a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:00,559 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:52:00,560 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-68fbdaa4-370b-4b8b-aaaf-ba279645b081', 'date': 'Wed, 19 Oct 2016 16:52:00 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-68fbdaa4-370b-4b8b-aaaf-ba279645b081', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:01,792 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.229s
2016-10-19 14:52:01,793 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-d121a22a-5e98-40ba-8ed3-b78e5415c54d', 'date': 'Wed, 19 Oct 2016 16:52:01 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-d121a22a-5e98-40ba-8ed3-b78e5415c54d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:02,980 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.185s
2016-10-19 14:52:02,981 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c4f74437-ac7f-449a-9bf3-1da3759e3545', 'date': 'Wed, 19 Oct 2016 16:52:02 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c4f74437-ac7f-449a-9bf3-1da3759e3545', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:04,098 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.115s
2016-10-19 14:52:04,099 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-913b224f-f97d-43dd-9abc-14a6fdf9f17d', 'date': 'Wed, 19 Oct 2016 16:52:04 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-913b224f-f97d-43dd-9abc-14a6fdf9f17d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:05,342 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.241s
2016-10-19 14:52:05,343 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-33486187-8f42-4993-9f54-ba84a1a2b2ba', 'date': 'Wed, 19 Oct 2016 16:52:05 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-33486187-8f42-4993-9f54-ba84a1a2b2ba', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:06,566 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:52:06,567 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-f3d2394a-c16f-440c-9a87-c8174faa6a85', 'date': 'Wed, 19 Oct 2016 16:52:06 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-f3d2394a-c16f-440c-9a87-c8174faa6a85', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:07,687 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.117s
2016-10-19 14:52:07,687 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-2a280146-36e7-438c-950f-3f1451694ad5', 'date': 'Wed, 19 Oct 2016 16:52:07 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-2a280146-36e7-438c-950f-3f1451694ad5', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:08,923 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.233s
2016-10-19 14:52:08,924 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3f4b565e-b83a-4e31-a561-23d50be131f5', 'date': 'Wed, 19 Oct 2016 16:52:08 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3f4b565e-b83a-4e31-a561-23d50be131f5', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:10,149 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.218s
2016-10-19 14:52:10,150 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8ff00681-75a6-480e-8a5e-4113d528d749', 'date': 'Wed, 19 Oct 2016 16:52:10 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8ff00681-75a6-480e-8a5e-4113d528d749', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:11,558 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.405s
2016-10-19 14:52:11,558 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-cbcb455a-75b1-4e79-9c6d-278156e1ee67', 'date': 'Wed, 19 Oct 2016 16:52:11 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-cbcb455a-75b1-4e79-9c6d-278156e1ee67', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:12,785 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.224s
2016-10-19 14:52:12,786 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-faf7c19d-34cc-4d9e-87a8-e4032c9f9200', 'date': 'Wed, 19 Oct 2016 16:52:12 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-faf7c19d-34cc-4d9e-87a8-e4032c9f9200', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:14,010 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:52:14,011 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-4be42608-d39d-4cd3-a332-b0f7eabccb72', 'date': 'Wed, 19 Oct 2016 16:52:14 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-4be42608-d39d-4cd3-a332-b0f7eabccb72', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:15,253 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.240s
2016-10-19 14:52:15,254 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-44449d38-c63b-4c32-9220-3230ed8ae936', 'date': 'Wed, 19 Oct 2016 16:52:15 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-44449d38-c63b-4c32-9220-3230ed8ae936', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:16,487 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.230s
2016-10-19 14:52:16,487 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e2386694-ca2b-44f2-8e42-a10d8f44df88', 'date': 'Wed, 19 Oct 2016 16:52:16 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e2386694-ca2b-44f2-8e42-a10d8f44df88', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:17,714 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.223s
2016-10-19 14:52:17,714 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-59a577c8-68b4-4c15-a23e-f0b10fc85853', 'date': 'Wed, 19 Oct 2016 16:52:17 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-59a577c8-68b4-4c15-a23e-f0b10fc85853', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:18,950 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.233s
2016-10-19 14:52:18,951 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-99feeee3-a48e-432d-8357-fbf98f212b93', 'date': 'Wed, 19 Oct 2016 16:52:18 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-99feeee3-a48e-432d-8357-fbf98f212b93', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:20,177 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.224s
2016-10-19 14:52:20,178 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a34c210a-48cb-4bad-a456-e7e078e54b55', 'date': 'Wed, 19 Oct 2016 16:52:20 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a34c210a-48cb-4bad-a456-e7e078e54b55', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:21,410 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.229s
2016-10-19 14:52:21,411 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-22bd1df5-def8-4ae5-9fa9-7665d6559fc5', 'date': 'Wed, 19 Oct 2016 16:52:21 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-22bd1df5-def8-4ae5-9fa9-7665d6559fc5', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:22,633 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:52:22,634 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e8bd7e84-065f-4f70-8cca-76a9ea1f55fe', 'date': 'Wed, 19 Oct 2016 16:52:22 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e8bd7e84-065f-4f70-8cca-76a9ea1f55fe', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:23,871 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.234s
2016-10-19 14:52:23,872 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-53a5ef6a-cebf-45d6-8838-79cb6f19341a', 'date': 'Wed, 19 Oct 2016 16:52:23 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-53a5ef6a-cebf-45d6-8838-79cb6f19341a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:25,097 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:52:25,098 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a3fdf57e-17b8-40fb-ba7b-fdb4417a966a', 'date': 'Wed, 19 Oct 2016 16:52:25 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a3fdf57e-17b8-40fb-ba7b-fdb4417a966a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:26,326 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:52:26,327 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-648ebd63-a8e6-4fec-bb68-d73c52231408', 'date': 'Wed, 19 Oct 2016 16:52:26 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-648ebd63-a8e6-4fec-bb68-d73c52231408', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:27,554 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:52:27,555 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a2736904-5da1-4031-a68b-5ad2bbbfc309', 'date': 'Wed, 19 Oct 2016 16:52:27 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a2736904-5da1-4031-a68b-5ad2bbbfc309', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:28,781 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.224s
2016-10-19 14:52:28,782 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a0480758-1b9a-4283-a2b2-e1d51eb5a384', 'date': 'Wed, 19 Oct 2016 16:52:28 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a0480758-1b9a-4283-a2b2-e1d51eb5a384', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:30,008 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.223s
2016-10-19 14:52:30,008 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-5619ddc0-75cb-447d-8eb6-ee25fa9ef98a', 'date': 'Wed, 19 Oct 2016 16:52:30 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-5619ddc0-75cb-447d-8eb6-ee25fa9ef98a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:31,130 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.119s
2016-10-19 14:52:31,130 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-15157eff-3cc5-4b26-8020-8d5dd959b49e', 'date': 'Wed, 19 Oct 2016 16:52:31 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-15157eff-3cc5-4b26-8020-8d5dd959b49e', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:32,280 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.147s
2016-10-19 14:52:32,280 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ca58b9c4-895f-406e-9420-e13169098043', 'date': 'Wed, 19 Oct 2016 16:52:32 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ca58b9c4-895f-406e-9420-e13169098043', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:33,676 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.392s
2016-10-19 14:52:33,676 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-eab976af-4f1b-4086-8098-45ccdb128a9e', 'date': 'Wed, 19 Oct 2016 16:52:33 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-eab976af-4f1b-4086-8098-45ccdb128a9e', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:34,898 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:52:34,899 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-53c17538-0f70-4123-a0b1-5ab612cd60d6', 'date': 'Wed, 19 Oct 2016 16:52:34 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-53c17538-0f70-4123-a0b1-5ab612cd60d6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:36,123 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:52:36,124 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a5ed9fc5-8013-44e8-9edd-2bd92b61d601', 'date': 'Wed, 19 Oct 2016 16:52:36 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a5ed9fc5-8013-44e8-9edd-2bd92b61d601', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:37,369 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.243s
2016-10-19 14:52:37,370 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8f976219-1689-439a-8d94-7e024323bec8', 'date': 'Wed, 19 Oct 2016 16:52:37 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8f976219-1689-439a-8d94-7e024323bec8', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:38,608 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.235s
2016-10-19 14:52:38,609 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a0ce3735-336c-498c-b76a-7beed2bc2b4d', 'date': 'Wed, 19 Oct 2016 16:52:38 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a0ce3735-336c-498c-b76a-7beed2bc2b4d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:39,851 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.240s
2016-10-19 14:52:39,851 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-fd877a26-f008-470d-b164-4e08e4cdaeb4', 'date': 'Wed, 19 Oct 2016 16:52:39 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-fd877a26-f008-470d-b164-4e08e4cdaeb4', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:41,076 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:52:41,077 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-f776bbbe-1687-4f24-a296-bb177dd1374e', 'date': 'Wed, 19 Oct 2016 16:52:41 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-f776bbbe-1687-4f24-a296-bb177dd1374e', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:42,310 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.231s
2016-10-19 14:52:42,311 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e707c32b-f7a2-4138-b069-ee73d3d0d5be', 'date': 'Wed, 19 Oct 2016 16:52:42 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e707c32b-f7a2-4138-b069-ee73d3d0d5be', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:43,534 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:52:43,535 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-239d8f99-afbe-4388-ae65-7f6de9660399', 'date': 'Wed, 19 Oct 2016 16:52:43 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-239d8f99-afbe-4388-ae65-7f6de9660399', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:44,759 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:52:44,760 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-39529a4f-3a49-459e-bd8a-4b71c623526f', 'date': 'Wed, 19 Oct 2016 16:52:44 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-39529a4f-3a49-459e-bd8a-4b71c623526f', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:45,988 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:52:45,989 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e5b06f12-dccd-4573-954e-09dd537e629c', 'date': 'Wed, 19 Oct 2016 16:52:45 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e5b06f12-dccd-4573-954e-09dd537e629c', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:47,222 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.231s
2016-10-19 14:52:47,223 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c8eaf74b-c56c-4d07-8264-e8aa1c71dfdf', 'date': 'Wed, 19 Oct 2016 16:52:47 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c8eaf74b-c56c-4d07-8264-e8aa1c71dfdf', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:48,454 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:52:48,454 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c8954917-9f40-477c-9924-7c053b873dc0', 'date': 'Wed, 19 Oct 2016 16:52:48 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c8954917-9f40-477c-9924-7c053b873dc0', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:49,681 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.224s
2016-10-19 14:52:49,681 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-46d22c87-7366-4fdf-b8a0-5cd8685218ee', 'date': 'Wed, 19 Oct 2016 16:52:49 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-46d22c87-7366-4fdf-b8a0-5cd8685218ee', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:50,910 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:52:50,911 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-21379781-3613-42e4-b3f1-3afdf6dfcc25', 'date': 'Wed, 19 Oct 2016 16:52:50 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-21379781-3613-42e4-b3f1-3afdf6dfcc25', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:52,155 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.242s
2016-10-19 14:52:52,156 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ab7e2b1f-dff4-4540-8bd9-0661baa5d443', 'date': 'Wed, 19 Oct 2016 16:52:52 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ab7e2b1f-dff4-4540-8bd9-0661baa5d443', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:53,380 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.221s
2016-10-19 14:52:53,381 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ab8ffac3-7b4d-42f6-ba0d-9cb0d67714c6', 'date': 'Wed, 19 Oct 2016 16:52:53 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ab8ffac3-7b4d-42f6-ba0d-9cb0d67714c6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:54,617 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.234s
2016-10-19 14:52:54,618 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-6e2b5dfc-82a3-4ca9-9c2f-83e354c104f3', 'date': 'Wed, 19 Oct 2016 16:52:54 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-6e2b5dfc-82a3-4ca9-9c2f-83e354c104f3', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:55,838 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.218s
2016-10-19 14:52:55,839 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-85216bd2-add5-4a7c-9cd8-5cb50ced0610', 'date': 'Wed, 19 Oct 2016 16:52:55 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-85216bd2-add5-4a7c-9cd8-5cb50ced0610', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:57,062 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:52:57,063 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-2cfa0cf7-1076-4a14-bbbd-71ec6211db10', 'date': 'Wed, 19 Oct 2016 16:52:57 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-2cfa0cf7-1076-4a14-bbbd-71ec6211db10', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:58,282 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.217s
2016-10-19 14:52:58,283 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-f40f5b74-a2b5-4f74-911b-07b04f5bd2b0', 'date': 'Wed, 19 Oct 2016 16:52:58 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-f40f5b74-a2b5-4f74-911b-07b04f5bd2b0', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:52:59,510 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:52:59,511 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e9c7581e-bef7-4d81-8434-d2e796929d47', 'date': 'Wed, 19 Oct 2016 16:52:59 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e9c7581e-bef7-4d81-8434-d2e796929d47', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:00,914 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.400s
2016-10-19 14:53:00,915 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-bfbc1f08-2807-4b7f-9d47-a30e70590dd8', 'date': 'Wed, 19 Oct 2016 16:53:00 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-bfbc1f08-2807-4b7f-9d47-a30e70590dd8', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:02,145 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.227s
2016-10-19 14:53:02,145 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-eccacacf-0c7f-4f34-b37b-ece0e44d854a', 'date': 'Wed, 19 Oct 2016 16:53:02 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-eccacacf-0c7f-4f34-b37b-ece0e44d854a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:03,368 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:53:03,368 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c9123ab1-a6fb-4465-9ca8-51dbf9cd183d', 'date': 'Wed, 19 Oct 2016 16:53:03 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c9123ab1-a6fb-4465-9ca8-51dbf9cd183d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:04,604 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.234s
2016-10-19 14:53:04,605 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-51667aea-d26a-4a34-8495-4ad3a92f8764', 'date': 'Wed, 19 Oct 2016 16:53:04 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-51667aea-d26a-4a34-8495-4ad3a92f8764', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:05,728 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.120s
2016-10-19 14:53:05,728 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-cd72d098-f9a2-40ae-a50f-cdb34ac995f2', 'date': 'Wed, 19 Oct 2016 16:53:05 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-cd72d098-f9a2-40ae-a50f-cdb34ac995f2', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:06,914 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.184s
2016-10-19 14:53:06,915 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-250bd8a2-e9cc-46dc-9c0c-4658d5a4a444', 'date': 'Wed, 19 Oct 2016 16:53:06 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-250bd8a2-e9cc-46dc-9c0c-4658d5a4a444', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:08,045 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.128s
2016-10-19 14:53:08,045 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-7dc4a67a-86c4-4196-bfb3-0b40e6d9c93e', 'date': 'Wed, 19 Oct 2016 16:53:08 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-7dc4a67a-86c4-4196-bfb3-0b40e6d9c93e', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:09,272 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:53:09,273 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-b00a5ed1-fda9-48d6-bdfe-c509b186fc59', 'date': 'Wed, 19 Oct 2016 16:53:09 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-b00a5ed1-fda9-48d6-bdfe-c509b186fc59', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:10,501 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:53:10,502 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a7ca74fe-daa5-4af7-af4d-095c21269dba', 'date': 'Wed, 19 Oct 2016 16:53:10 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a7ca74fe-daa5-4af7-af4d-095c21269dba', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:11,731 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:53:11,732 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ea7918a0-ad11-45c2-acf7-66b169c2f16a', 'date': 'Wed, 19 Oct 2016 16:53:11 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ea7918a0-ad11-45c2-acf7-66b169c2f16a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:12,960 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:53:12,961 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e1afebc6-0ed5-4708-9ad7-0a44f1169a33', 'date': 'Wed, 19 Oct 2016 16:53:12 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e1afebc6-0ed5-4708-9ad7-0a44f1169a33', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:14,183 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:53:14,184 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-70177cd7-9b1d-4a36-b7c5-52a51eff4349', 'date': 'Wed, 19 Oct 2016 16:53:14 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-70177cd7-9b1d-4a36-b7c5-52a51eff4349', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:15,420 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.233s
2016-10-19 14:53:15,420 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c4e113fc-3303-484c-b392-131d0daa017b', 'date': 'Wed, 19 Oct 2016 16:53:15 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c4e113fc-3303-484c-b392-131d0daa017b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:16,647 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.224s
2016-10-19 14:53:16,648 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-bc931b6b-6b32-481b-8e40-0f3231b56bb8', 'date': 'Wed, 19 Oct 2016 16:53:16 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-bc931b6b-6b32-481b-8e40-0f3231b56bb8', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:17,877 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:53:17,878 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3652bc5c-59dd-4a5c-a9a8-f29bb280040b', 'date': 'Wed, 19 Oct 2016 16:53:17 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3652bc5c-59dd-4a5c-a9a8-f29bb280040b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:19,105 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:53:19,106 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8b06b034-4080-45ce-86bb-23b82c827e62', 'date': 'Wed, 19 Oct 2016 16:53:19 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8b06b034-4080-45ce-86bb-23b82c827e62', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:20,342 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.234s
2016-10-19 14:53:20,343 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3182fd45-b8f3-472a-8ded-eba893765f69', 'date': 'Wed, 19 Oct 2016 16:53:20 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3182fd45-b8f3-472a-8ded-eba893765f69', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:21,569 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.223s
2016-10-19 14:53:21,570 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-80fed215-348a-42d0-b7e7-db7ed083e950', 'date': 'Wed, 19 Oct 2016 16:53:21 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-80fed215-348a-42d0-b7e7-db7ed083e950', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:22,793 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:53:22,793 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-08875705-4a40-45de-9846-d94f4a626187', 'date': 'Wed, 19 Oct 2016 16:53:22 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-08875705-4a40-45de-9846-d94f4a626187', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:24,026 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.229s
2016-10-19 14:53:24,026 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-adaa7c04-1198-493f-9cfd-ab86d31ec84a', 'date': 'Wed, 19 Oct 2016 16:53:24 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-adaa7c04-1198-493f-9cfd-ab86d31ec84a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:25,329 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.299s
2016-10-19 14:53:25,330 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-f7a7cf41-96e3-4dbf-8bca-ba1cffd09416', 'date': 'Wed, 19 Oct 2016 16:53:25 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-f7a7cf41-96e3-4dbf-8bca-ba1cffd09416', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:26,560 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.227s
2016-10-19 14:53:26,560 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ed1288b2-f9a6-48fd-a897-b2c7024bee58', 'date': 'Wed, 19 Oct 2016 16:53:26 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ed1288b2-f9a6-48fd-a897-b2c7024bee58', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:27,783 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:53:27,784 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-1daf4c23-5bad-44f6-bb44-b21aac51ac6a', 'date': 'Wed, 19 Oct 2016 16:53:27 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-1daf4c23-5bad-44f6-bb44-b21aac51ac6a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:29,005 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.217s
2016-10-19 14:53:29,006 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-89cbff9e-4d13-464a-a8cb-d9e01e1539b0', 'date': 'Wed, 19 Oct 2016 16:53:29 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-89cbff9e-4d13-464a-a8cb-d9e01e1539b0', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:30,241 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.232s
2016-10-19 14:53:30,242 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e4d73abe-a898-4845-8570-0718066c2d7d', 'date': 'Wed, 19 Oct 2016 16:53:30 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e4d73abe-a898-4845-8570-0718066c2d7d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:31,365 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.120s
2016-10-19 14:53:31,365 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-111774b4-ffd1-466f-82db-cc4ab32adf38', 'date': 'Wed, 19 Oct 2016 16:53:31 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-111774b4-ffd1-466f-82db-cc4ab32adf38', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:32,761 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.393s
2016-10-19 14:53:32,761 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-4d71cd45-a8cd-400b-b70a-3b8581f9253a', 'date': 'Wed, 19 Oct 2016 16:53:32 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-4d71cd45-a8cd-400b-b70a-3b8581f9253a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:33,991 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.227s
2016-10-19 14:53:33,992 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-f49e8fb4-9b9c-4fa6-b6ed-266b40e8053a', 'date': 'Wed, 19 Oct 2016 16:53:33 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-f49e8fb4-9b9c-4fa6-b6ed-266b40e8053a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:35,233 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.239s
2016-10-19 14:53:35,233 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a19b0331-8008-484e-a913-5648d52112fd', 'date': 'Wed, 19 Oct 2016 16:53:35 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a19b0331-8008-484e-a913-5648d52112fd', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:36,457 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:53:36,458 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-62ca64c7-2fa3-47ce-8ecb-8f91b4dbe51a', 'date': 'Wed, 19 Oct 2016 16:53:36 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-62ca64c7-2fa3-47ce-8ecb-8f91b4dbe51a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:37,681 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.220s
2016-10-19 14:53:37,681 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-d890461b-bf65-4039-a5e8-64ea5806e2ce', 'date': 'Wed, 19 Oct 2016 16:53:37 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-d890461b-bf65-4039-a5e8-64ea5806e2ce', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:38,909 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:53:38,910 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-59b546a4-4c6b-417e-9d60-f5ada116f439', 'date': 'Wed, 19 Oct 2016 16:53:38 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-59b546a4-4c6b-417e-9d60-f5ada116f439', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:40,141 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:53:40,142 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-7398a3bd-b53f-4cd7-97e8-ba45b759d4a2', 'date': 'Wed, 19 Oct 2016 16:53:40 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-7398a3bd-b53f-4cd7-97e8-ba45b759d4a2', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:41,540 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.395s
2016-10-19 14:53:41,541 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-9bb1c74e-7aad-4f80-88e4-48e33c953e0f', 'date': 'Wed, 19 Oct 2016 16:53:41 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-9bb1c74e-7aad-4f80-88e4-48e33c953e0f', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:42,766 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:53:42,766 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-ee85d3f2-9734-477c-a577-f9b7540b74d2', 'date': 'Wed, 19 Oct 2016 16:53:42 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-ee85d3f2-9734-477c-a577-f9b7540b74d2', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:43,995 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:53:43,996 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-252765f5-0d80-436f-91f3-e127a1a56b25', 'date': 'Wed, 19 Oct 2016 16:53:43 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-252765f5-0d80-436f-91f3-e127a1a56b25', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:45,230 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.231s
2016-10-19 14:53:45,231 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-92ecec1f-bcbe-4738-8170-fd2e73d24bb0', 'date': 'Wed, 19 Oct 2016 16:53:45 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-92ecec1f-bcbe-4738-8170-fd2e73d24bb0', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:46,452 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:53:46,453 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-54c3246d-b2a8-429a-b55c-a3c6cf0fda90', 'date': 'Wed, 19 Oct 2016 16:53:46 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-54c3246d-b2a8-429a-b55c-a3c6cf0fda90', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:47,672 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.216s
2016-10-19 14:53:47,673 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c607dc7f-700e-4d2d-b7ec-e9a25fc54d72', 'date': 'Wed, 19 Oct 2016 16:53:47 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c607dc7f-700e-4d2d-b7ec-e9a25fc54d72', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:48,895 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:53:48,895 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-9aa4e2a4-05db-4b26-ba33-0d4f7f972f7d', 'date': 'Wed, 19 Oct 2016 16:53:48 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-9aa4e2a4-05db-4b26-ba33-0d4f7f972f7d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:50,194 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.296s
2016-10-19 14:53:50,194 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-785a9c4f-eb87-4011-bff8-2477de4468ea', 'date': 'Wed, 19 Oct 2016 16:53:50 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-785a9c4f-eb87-4011-bff8-2477de4468ea', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:51,421 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.224s
2016-10-19 14:53:51,422 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-727d257e-875c-4ed0-8827-f2f6681ba565', 'date': 'Wed, 19 Oct 2016 16:53:51 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-727d257e-875c-4ed0-8827-f2f6681ba565', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:52,650 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:53:52,651 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8f1c9547-bb67-41a7-9d39-739e23e46902', 'date': 'Wed, 19 Oct 2016 16:53:52 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8f1c9547-bb67-41a7-9d39-739e23e46902', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:53,882 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:53:53,883 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-3e989ee6-ccf1-41c5-898e-2befeb253c37', 'date': 'Wed, 19 Oct 2016 16:53:53 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-3e989ee6-ccf1-41c5-898e-2befeb253c37', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:55,113 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:53:55,114 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-57c651b6-4ec8-4afd-a3e0-8265318c4aed', 'date': 'Wed, 19 Oct 2016 16:53:55 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-57c651b6-4ec8-4afd-a3e0-8265318c4aed', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:56,343 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.228s
2016-10-19 14:53:56,344 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-c56b3e73-753a-4548-8d0d-ad38c86a1dd6', 'date': 'Wed, 19 Oct 2016 16:53:56 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-c56b3e73-753a-4548-8d0d-ad38c86a1dd6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:57,573 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.227s
2016-10-19 14:53:57,574 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8badceea-48ad-4884-93d2-152de4b2580c', 'date': 'Wed, 19 Oct 2016 16:53:57 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8badceea-48ad-4884-93d2-152de4b2580c', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:53:58,791 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.214s
2016-10-19 14:53:58,792 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-5ffcde44-b55a-45c5-8f30-6f152c30f8da', 'date': 'Wed, 19 Oct 2016 16:53:58 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-5ffcde44-b55a-45c5-8f30-6f152c30f8da', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:00,014 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.219s
2016-10-19 14:54:00,015 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-8cfb88bb-c995-4806-9e2a-d20a646029a6', 'date': 'Wed, 19 Oct 2016 16:54:00 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-8cfb88bb-c995-4806-9e2a-d20a646029a6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:01,242 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.225s
2016-10-19 14:54:01,243 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-df0455dd-485e-46e7-bfea-7af454dc0ab1', 'date': 'Wed, 19 Oct 2016 16:54:01 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-df0455dd-485e-46e7-bfea-7af454dc0ab1', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:02,478 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.232s
2016-10-19 14:54:02,479 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-783810a8-4d13-45ca-a354-7c7a318964d2', 'date': 'Wed, 19 Oct 2016 16:54:02 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-783810a8-4d13-45ca-a354-7c7a318964d2', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:03,708 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:54:03,709 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-b0c60674-d5ed-452d-9d89-993400f97fe7', 'date': 'Wed, 19 Oct 2016 16:54:03 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-b0c60674-d5ed-452d-9d89-993400f97fe7', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:04,938 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:54:04,939 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-17645adc-be2d-4fea-934d-4ab5b430ae15', 'date': 'Wed, 19 Oct 2016 16:54:04 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-17645adc-be2d-4fea-934d-4ab5b430ae15', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:06,053 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.113s
2016-10-19 14:54:06,054 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-d6a55cae-a8ca-435c-b0e9-efb37f3b559b', 'date': 'Wed, 19 Oct 2016 16:54:06 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-d6a55cae-a8ca-435c-b0e9-efb37f3b559b', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:07,177 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.121s
2016-10-19 14:54:07,177 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-b1e4fc26-2a48-42e9-acce-58f3437c3d0a', 'date': 'Wed, 19 Oct 2016 16:54:07 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-b1e4fc26-2a48-42e9-acce-58f3437c3d0a', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:08,412 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.232s
2016-10-19 14:54:08,413 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-e479f760-b5ef-4593-8378-9e0e9fecc6eb', 'date': 'Wed, 19 Oct 2016 16:54:08 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-e479f760-b5ef-4593-8378-9e0e9fecc6eb', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:09,622 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.206s
2016-10-19 14:54:09,622 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-365bfc91-8c78-4b23-884d-c5f887dfb3dc', 'date': 'Wed, 19 Oct 2016 16:54:09 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-365bfc91-8c78-4b23-884d-c5f887dfb3dc', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:10,852 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.226s
2016-10-19 14:54:10,853 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-25a8e115-25ad-44f0-978a-759c7d6e26f6', 'date': 'Wed, 19 Oct 2016 16:54:10 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-25a8e115-25ad-44f0-978a-759c7d6e26f6', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:12,078 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.222s
2016-10-19 14:54:12,079 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-a3d11ddb-8f84-4548-9ed1-901891bfc543', 'date': 'Wed, 19 Oct 2016 16:54:12 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-a3d11ddb-8f84-4548-9ed1-901891bfc543', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:13,313 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.231s
2016-10-19 14:54:13,314 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-cd2d905f-c48c-40de-9161-c1a652ee65dd', 'date': 'Wed, 19 Oct 2016 16:54:13 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-cd2d905f-c48c-40de-9161-c1a652ee65dd', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:14,546 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.229s
2016-10-19 14:54:14,547 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-2eee5c52-8644-4f8c-9864-244048993530', 'date': 'Wed, 19 Oct 2016 16:54:14 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-2eee5c52-8644-4f8c-9864-244048993530', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:17,486 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 1.937s
2016-10-19 14:54:17,487 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-b5b03552-7edc-41e1-a985-0f1d57029a7d', 'date': 'Wed, 19 Oct 2016 16:54:17 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-b5b03552-7edc-41e1-a985-0f1d57029a7d', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:18,889 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 0.399s
2016-10-19 14:54:18,890 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '1180', 'status': '200', 'x-compute-request-id': 'req-7febed58-b8d3-4dc7-ba59-9637dfd58267', 'date': 'Wed, 19 Oct 2016 16:54:18 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8776/v1/adcea0d3b04e4a6f94d7b81193aacbae/volumes/ef0d4608-dd79-43a9-a8e6-edcfb4744fa8', 'x-openstack-request-id': 'req-7febed58-b8d3-4dc7-ba59-9637dfd58267', 'connection': 'close'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-646430529", "attachments": [{"server_id": "4ef585f8-6e56-40a1-bcf2-078bff54b398", "attachment_id": "91e34792-74a9-469d-a741-1b6a7bb37671", "host_name": null, "volume_id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "device": "/dev/vda", "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:50:31.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "adcea0d3b04e4a6f94d7b81193aacbae", "display_description": null, "volume_type": "tempest-scenario-type-generic-1169503978", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ef0d4608-dd79-43a9-a8e6-edcfb4744fa8", "size": 1}}
2016-10-19 14:54:19,069 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 202 DELETE http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types/d85c05b2-f110-416b-b771-740e6679020e 0.176s
2016-10-19 14:54:19,069 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '0', 'status': '202', 'x-openstack-request-id': 'req-c3b872a2-290b-4edb-86dd-34d48fe4aded', 'date': 'Wed, 19 Oct 2016 16:54:19 GMT', 'connection': 'close', 'content-type': 'text/html; charset=UTF-8', 'content-location': 'http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types/d85c05b2-f110-416b-b771-740e6679020e'}
Body:
2016-10-19 14:54:19,222 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 400 DELETE http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types/b08b4c30-615b-4678-a25b-b9d9edac85bc 0.151s
2016-10-19 14:54:19,223 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '79', 'status': '400', 'x-compute-request-id': 'req-9129424d-c990-4c3b-94cb-f4348a9cd5e7', 'date': 'Wed, 19 Oct 2016 16:54:19 GMT', 'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://172.24.47.105:8776/v1/1ae51cb5011a443fb8094a3daed843d3/types/b08b4c30-615b-4678-a25b-b9d9edac85bc', 'x-openstack-request-id': 'req-9129424d-c990-4c3b-94cb-f4348a9cd5e7', 'connection': 'close'}
Body: {"badRequest": {"message": "Target volume type is still in use.", "code": 400}}
2016-10-19 14:54:19,932 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 202 DELETE http://172.24.47.105:8774/v2.1/os-security-groups/9ca80162-351a-43e6-9b2b-cadfbfc9f245 0.707s
2016-10-19 14:54:19,933 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '0', 'status': '202', 'x-compute-request-id': 'req-34c93bc5-2380-4520-b547-392d09f6a42c', 'date': 'Wed, 19 Oct 2016 16:54:19 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/os-security-groups/9ca80162-351a-43e6-9b2b-cadfbfc9f245', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body:
2016-10-19 14:54:20,056 60205 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 202 DELETE http://172.24.47.105:8774/v2.1/os-keypairs/tempest-TestVolumeMigrateRetypeAttached-618519951 0.122s
2016-10-19 14:54:20,057 60205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'content-length': '0', 'status': '202', 'x-compute-request-id': 'req-a3921f7a-936c-4c31-be71-3e3628951512', 'date': 'Wed, 19 Oct 2016 16:54:20 GMT', 'content-type': 'application/json', 'content-location': 'http://172.24.47.105:8774/v2.1/os-keypairs/tempest-TestVolumeMigrateRetypeAttached-618519951', 'vary': 'X-OpenStack-Nova-API-Version', 'openstack-api-version': 'compute 2.1', 'connection': 'close', 'x-openstack-nova-api-version': '2.1'}
Body:
Captured traceback-2:
~~~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/common/rest_client.py", line 864, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeMigrateRetypeAttached:_run_cleanups) Failed to delete volume ef0d4608-dd79-43a9-a8e6-edcfb4744fa8 within the required time (196 s).
Captured traceback-3:
~~~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/services/volume/v1/types_client.py", line 83, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 768, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'code': 400, u'message': u'Target volume type is still in use.'}
Captured traceback-1:
~~~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "tempest/services/volume/base/base_volumes_client.py", line 89, in delete_volume
resp, body = self.delete("volumes/%s" % volume_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 768, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'code': 400, u'message': u'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group or have snapshots.'}
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/test.py", line 107, in wrapper
return f(self, *func_args, **func_kwargs)
File "tempest/scenario/test_volume_migrate_attached.py", line 118, in test_volume_migrate_attached
keypair, security_group)
File "tempest/scenario/test_volume_migrate_attached.py", line 76, in _boot_instance_from_volume
**create_kwargs)
File "tempest/scenario/manager.py", line 205, in create_server
image_id=image_id, **kwargs)
File "tempest/common/compute.py", line 168, in create_test_server
% server['id'])
File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
six.reraise(self.type_, self.value, self.tb)
File "tempest/common/compute.py", line 150, in create_test_server
clients.servers_client, server['id'], wait_until)
File "tempest/common/waiters.py", line 75, in wait_for_server_status
server_id=server_id)
tempest.exceptions.BuildErrorException: Server 4ef585f8-6e56-40a1-bcf2-078bff54b398 failed to build and is in ERROR status
Details: {u'code': 500, u'message': u'Build of instance 4ef585f8-6e56-40a1-bcf2-078bff54b398 aborted: internal error: client socket is closed', u'created': u'2016-10-19T16:51:00Z'}
======
Totals
======
Ran: 2 tests in 314.0000 sec.
- Passed: 1
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 1
Sum of execute time for each test: 269.9633 sec.
==============
Worker Balance
==============
- Worker 0 (2 tests) => 0:04:49.913715
ERROR: InvocationError: '/opt/stack/tempest/.tox/tempest/bin/tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1'
_______________________________________________________________________________ summary ________________________________________________________________________________
ERROR: all: commands failed
Configuring tempest conf in /opt/stack/new/tempest/etc/tempest.conf
============================================================
Testing multibackend features: ceph vs lvm
============================================================
all develop-inst-noop: /opt/stack/tempest
all installed: Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,cryptography==1.5.2,debtcollector==1.8.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.14.0,oslo.config==3.17.0,oslo.context==2.9.0,oslo.i18n==3.9.0,oslo.log==3.16.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,paramiko==2.0.2,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,stevedore==1.17.1,-e git://git.openstack.org/openstack/tempest.git@0ddc244f88f9b74bbe009a6383def896e559926b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
all runtests: PYTHONHASHSEED='3059216024'
all runtests: commands[0] | find . -type f -name *.pyc -delete
all runtests: commands[1] | tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpqUYiTp
{0} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test.test_available_volume_retype_with_migration [46.133926s] ... ok
{0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached [233.418586s] ... FAILED
==============================
Failed 1 tests - output below:
==============================
tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached[compute,id-deadd2c2-beef-4dce-98be-f86765ff311b,volume]
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/test.py", line 107, in wrapper
return f(self, *func_args, **func_kwargs)
File "tempest/scenario/test_volume_migrate_attached.py", line 118, in test_volume_migrate_attached
keypair, security_group)
File "tempest/scenario/test_volume_migrate_attached.py", line 76, in _boot_instance_from_volume
**create_kwargs)
File "tempest/scenario/manager.py", line 205, in create_server
image_id=image_id, **kwargs)
File "tempest/common/compute.py", line 168, in create_test_server
% server['id'])
File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
six.reraise(self.type_, self.value, self.tb)
File "tempest/common/compute.py", line 150, in create_test_server
clients.servers_client, server['id'], wait_until)
File "tempest/common/waiters.py", line 75, in wait_for_server_status
server_id=server_id)
tempest.exceptions.BuildErrorException: Server 2d14fe75-db06-44fe-8c31-8f9cda61d2d8 failed to build and is in ERROR status
Details: {u'created': u'2016-10-19T16:56:41Z', u'code': 500, u'message': u'Build of instance 2d14fe75-db06-44fe-8c31-8f9cda61d2d8 aborted: internal error: client socket is closed'}
Captured traceback-3:
~~~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/services/volume/v1/types_client.py", line 83, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 768, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'code': 400, u'message': u'Target volume type is still in use.'}
Captured traceback-2:
~~~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/common/rest_client.py", line 864, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeMigrateRetypeAttached:_run_cleanups) Failed to delete volume 20b8c57c-d663-4d5a-bd59-5d6e3e352d28 within the required time (196 s).
Captured traceback-1:
~~~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "tempest/services/volume/base/base_volumes_client.py", line 89, in delete_volume
resp, body = self.delete("volumes/%s" % volume_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 768, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'code': 400, u'message': u'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group or have snapshots.'}
Captured pythonlogging:
~~~~~~~~~~~~~~~~~~~~~~~
2016-10-19 14:56:06,514 62157 INFO [tempest.scenario.test_volume_migrate_attached] Creating keypair and security group
2016-10-19 14:56:06,737 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:5000/v2.0/tokens
2016-10-19 14:56:06,738 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: <omitted>
Response - Headers: {'content-location': 'http://172.24.47.105:5000/v2.0/tokens', 'date': 'Wed, 19 Oct 2016 16:56:06 GMT', 'server': 'Apache/2.4.18 (Ubuntu)', 'content-length': '3429', 'vary': 'X-Auth-Token', 'connection': 'close', 'content-type': 'application/json', 'status': '200', 'x-openstack-request-id': 'req-6189b874-ff6b-4e09-8872-c9c003bab76d'}
Body: {"access": {"token": {"issued_at": "2016-10-19T16:56:06.000000Z", "expires": "2016-10-19T17:56:06Z", "id": "cbd36d953cbb46f39bfffcc83ec5f823", "tenant": {"description": "tempest-TestVolumeMigrateRetypeAttached-1495112555-desc", "enabled": true, "id": "d4ee076ed916422c85ad1b59e83c21c3", "name": "tempest-TestVolumeMigrateRetypeAttached-1495112555"}, "audit_ids": ["FT4qoWzQQ6uFInERXGWh7w"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2.1", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2.1", "id": "2796916c736245d09c49d9e08f484e99", "publicURL": "http://172.24.47.105:8774/v2.1"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9696/", "region": "RegionOne", "internalURL": "http://172.24.47.105:9696/", "id": "3467384da7dc487e9f9f47f853a18ced", "publicURL": "http://172.24.47.105:9696/"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v2/d4ee076ed916422c85ad1b59e83c21c3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v2/d4ee076ed916422c85ad1b59e83c21c3", "id": "456046da9432407eb7218302bda86a2b", "publicURL": "http://172.24.47.105:8776/v2/d4ee076ed916422c85ad1b59e83c21c3"}], "endpoints_links": [], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v3/d4ee076ed916422c85ad1b59e83c21c3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v3/d4ee076ed916422c85ad1b59e83c21c3", "id": "5a94387a167e4d39bee75be18f606822", "publicURL": "http://172.24.47.105:8776/v3/d4ee076ed916422c85ad1b59e83c21c3"}], "endpoints_links": [], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9292", "region": "RegionOne", "internalURL": "http://172.24.47.105:9292", "id": "08b9399ab8fa4c5caecc401337d9491b", "publicURL": "http://172.24.47.105:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2/d4ee076ed916422c85ad1b59e83c21c3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2/d4ee076ed916422c85ad1b59e83c21c3", "id": "9c29ab61e64b40fba1ad8a688966f9d8", "publicURL": "http://172.24.47.105:8774/v2/d4ee076ed916422c85ad1b59e83c21c3"}], "endpoints_links": [], "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3", "id": "0b1c692ef79647e38c5db48c8a2a9772", "publicURL": "http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://172.24.47.105/identity_admin", "region": "RegionOne", "internalURL": "http://172.24.47.105/identity", "id": "767a1a9169a748de9117c534e8fc1041", "publicURL": "http://172.24.47.105/identity"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "tempest-TestVolumeMigrateRetypeAttached-1495112555", "roles_links": [], "id": "f719a720f4f64e85ac7e6774b543f1ed", "roles": [{"name": "_member_"}, {"name": "Member"}], "name": "tempest-TestVolumeMigrateRetypeAttached-1495112555"}, "metadata": {"is_admin": 0, "roles": ["9fe2ff9ee4384b1894a90878d3e92bab", "ef5d174e64ce4791b1479ffa4d792027"]}}}
2016-10-19 14:56:07,090 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-keypairs 0.351s
2016-10-19 14:56:07,090 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"keypair": {"name": "tempest-TestVolumeMigrateRetypeAttached-194448777"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-keypairs', 'date': 'Wed, 19 Oct 2016 16:56:07 GMT', 'content-length': '2324', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-9f86b75d-c5c1-4e95-8874-ad22d485ef9d', 'status': '200'}
Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqo5bdclrJwB3yG2QeCPAWh1Ft4P23KNVEX1m7HO5bfNjCKSt9p0/5C7UARC5p+mKNr7TmcKPk8fZMKkxITAYuVhOUwIfTYDzAa0YhDH2iOBytSCLJIHm8XZbZ2WCyu6tRvxiQ+SSunGWlwUGJdov+TcLK1ubWPf+TUcfENtK9uLzU+02Lqyjd4luFpWPT2HKnlDNOZi5NsA9PbuYYVtiJ/mRMA/NMRO9Xzk8f1f3sBskw8l159ShBhQ9xDoBciSfYl1fsPPMEuQ7PLTTj+mijRzaRDE8HRrjZv6iSIeaugXaWoUforsb1EBAvdn22SbgyYWihEIJcC+lqnbDO/aHT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqqOW3XJaycAd8htkHgjwFodRbeD9tyjVRF9ZuxzuW3zYwikr\nfadP+Qu1AEQuafpija+05nCj5PH2TCpMSEwGLlYTlMCH02A8wGtGIQx9ojgcrUgi\nySB5vF2W2dlgsrurUb8YkPkkrpxlpcFBiXaL/k3Cytbm1j3/k1HHxDbSvbi81PtN\ni6so3eJbhaVj09hyp5QzTmYuTbAPT27mGFbYif5kTAPzTETvV85PH9X97AbJMPJd\nefUoQYUPcQ6AXIkn2JdX7DzzBLkOzy004/poo0c2kQxPB0a42b+okiHmroF2lqFH\n6K7G9RAQL3Z9tkm4MmFooRCCXAvpap2wzv2h0wIDAQABAoIBACQEXY6mWYVmGKwG\nng484rhOnaBssgDcDI/e9GirRaBn7LSmzfg6vYWas/y3Z3iVEgJICQ3uzpk/fTY8\nY1eLPG7BWma2cLTsBkazHd1R7p6z61Gj/TuosClTM8kNufxf4lxh0oSfId/9QPNI\npFWogQoPTcNUsuqbsXtd8qV20OqcYGQIaLqnX0YPpsvHxcZprcMy6Uymgi7zhc2r\nxhmXGAFSR/HcwQiDMGOKFKrC0O63qFsE/9hUUJCByu081cmwrq6mwaOhLP9KC/+i\neN6yIU+ZYRMnapHhsvtteHU8ptj5cwKyQr5RCwHfYHtzV+Gb8VUoH9uCJhEGVd5S\nB7ym2DECgYEA2tJSggdQo3zkDMSUkAmdZlzH07SODj9v5oyXU8jJxbjizuQpsP9U\nV9I71xmbB37dVk7pI/9fOsUVOYknpqWEcvAALEYSb92sHf6w6F2vgzYEFt+2YXLQ\nD6nVR0QxOwZ6utzjNsB7SYKWJ5bUoxS0NXXAEwfINK4TgRFKAySd/fkCgYEAx6GP\nQq3TIQdeMTp1KLsx68wNteecqsDOdcNQBBAzKHYy3B3CHCdeGLOzOLK4Xjzi2GDf\ncH4UloJL+wLCUXXnZ28uER9GnK7QLbmfEDC8tfsxraCiPD7UQCkdg/2xrEYj3N4x\n9wPlOF00hXEWTyFbH7T1x3UVayN/W9hNN/OmASsCgYA7fGGhp4tsZk84iVg5r+Ny\nKFbKXpMfnG83JZEd3b+8WH6P78bFryOmnChYWUWjzAEvrVQDzTB+MYWLlpWI4AYZ\nmNTzNDle38wie1JsWMuVx+FktnxGEYguOeUY8pjPivtiQRojkD/zw+Q97urvSnmS\n7ufARKVQbOIwfBq6sAGjQQKBgFd/q6ApOjHu3c0r9zAcJHxamuPRGa0KBzQ8oDS3\nuQSSEibCcFMQukCPew1t4DuF6lO22hifWnzBrXXetrcnu35tj753e+avBJYWFu7s\nvbnx2MtmbdWEIFni64nvx1FgCNYFGddQAMccqymV8JZMY3lZQqTi37lu/KKQAwB0\nLZ2zAoGBAM/QNmP2MoPeB4qRctErv4ZI0ovlF8KoEKU2gNOqncvefyjwZ5NWjrA8\nNQIzEoaLSkccMJ02Hw6VkCyf126wIDCt+/cmVlMXtAmH5h/X7JMEHmLU4US+p2mM\ne1WKV072OH125aacC3f13lm0ZHLZDYq83IaQgSMf4Xcj0jXWZqfb\n-----END RSA PRIVATE KEY-----\n", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "fingerprint": "1e:9c:02:d4:66:24:fa:b5:4e:53:81:d0:61:b3:3a:d9"}}
2016-10-19 14:56:07,372 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-groups 0.278s
2016-10-19 14:56:07,373 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"security_group": {"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072", "description": "tempest-TestVolumeMigrateRetypeAttached-1541405072 description"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-groups', 'date': 'Wed, 19 Oct 2016 16:56:07 GMT', 'content-length': '271', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-10131598-5683-4f97-a865-16e72a142449', 'status': '200'}
Body: {"security_group": {"rules": [], "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "id": "35c16652-dab0-4141-99a8-3e8cb0f9756a", "name": "tempest-TestVolumeMigrateRetypeAttached-1541405072", "description": "tempest-TestVolumeMigrateRetypeAttached-1541405072 description"}}
2016-10-19 14:56:07,949 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-group-rules 0.565s
2016-10-19 14:56:07,949 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"security_group_rule": {"from_port": 22, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "35c16652-dab0-4141-99a8-3e8cb0f9756a", "cidr": "0.0.0.0/0"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-group-rules', 'date': 'Wed, 19 Oct 2016 16:56:07 GMT', 'content-length': '232', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-f71fb7fb-230e-4087-af3c-b0482c6db929', 'status': '200'}
Body: {"security_group_rule": {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "35c16652-dab0-4141-99a8-3e8cb0f9756a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9d7f7895-eb4d-490a-83c3-b67633da0e3e"}}
2016-10-19 14:56:08,492 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-group-rules 0.537s
2016-10-19 14:56:08,492 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"security_group_rule": {"from_port": -1, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "35c16652-dab0-4141-99a8-3e8cb0f9756a", "cidr": "0.0.0.0/0"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-group-rules', 'date': 'Wed, 19 Oct 2016 16:56:08 GMT', 'content-length': '233', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-d621270d-73cb-444e-97fc-11d02a30d394', 'status': '200'}
Body: {"security_group_rule": {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "35c16652-dab0-4141-99a8-3e8cb0f9756a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7c24964b-d256-41d7-92e6-041184562672"}}
2016-10-19 14:56:08,495 62157 INFO [tempest.scenario.test_volume_migrate_attached] Creating Volume types
2016-10-19 14:56:08,496 62157 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-generic-831053246 on backend ceph
2016-10-19 14:56:08,737 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:5000/v2.0/tokens
2016-10-19 14:56:08,737 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: <omitted>
Response - Headers: {'content-location': 'http://172.24.47.105:5000/v2.0/tokens', 'date': 'Wed, 19 Oct 2016 16:56:08 GMT', 'server': 'Apache/2.4.18 (Ubuntu)', 'content-length': '3480', 'vary': 'X-Auth-Token', 'connection': 'close', 'content-type': 'application/json', 'status': '200', 'x-openstack-request-id': 'req-a47b1d37-0a25-40a6-867d-c09687a8ae82'}
Body: {"access": {"token": {"issued_at": "2016-10-19T16:56:08.000000Z", "expires": "2016-10-19T17:56:08Z", "id": "8df965c9c34e47799264217ee3afe100", "tenant": {"description": "tempest-TestVolumeMigrateRetypeAttached-678268231-desc", "enabled": true, "id": "9f02a097be7e4cbb8a24d175e297a01a", "name": "tempest-TestVolumeMigrateRetypeAttached-678268231"}, "audit_ids": ["pn1KFtg6QC2FB9MqlDsaWQ"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2.1", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2.1", "id": "2796916c736245d09c49d9e08f484e99", "publicURL": "http://172.24.47.105:8774/v2.1"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9696/", "region": "RegionOne", "internalURL": "http://172.24.47.105:9696/", "id": "3467384da7dc487e9f9f47f853a18ced", "publicURL": "http://172.24.47.105:9696/"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v2/9f02a097be7e4cbb8a24d175e297a01a", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v2/9f02a097be7e4cbb8a24d175e297a01a", "id": "456046da9432407eb7218302bda86a2b", "publicURL": "http://172.24.47.105:8776/v2/9f02a097be7e4cbb8a24d175e297a01a"}], "endpoints_links": [], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v3/9f02a097be7e4cbb8a24d175e297a01a", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v3/9f02a097be7e4cbb8a24d175e297a01a", "id": "5a94387a167e4d39bee75be18f606822", "publicURL": "http://172.24.47.105:8776/v3/9f02a097be7e4cbb8a24d175e297a01a"}], "endpoints_links": [], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9292", "region": "RegionOne", "internalURL": "http://172.24.47.105:9292", "id": "08b9399ab8fa4c5caecc401337d9491b", "publicURL": "http://172.24.47.105:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2/9f02a097be7e4cbb8a24d175e297a01a", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2/9f02a097be7e4cbb8a24d175e297a01a", "id": "9c29ab61e64b40fba1ad8a688966f9d8", "publicURL": "http://172.24.47.105:8774/v2/9f02a097be7e4cbb8a24d175e297a01a"}], "endpoints_links": [], "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a", "id": "0b1c692ef79647e38c5db48c8a2a9772", "publicURL": "http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://172.24.47.105/identity_admin", "region": "RegionOne", "internalURL": "http://172.24.47.105/identity", "id": "767a1a9169a748de9117c534e8fc1041", "publicURL": "http://172.24.47.105/identity"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "tempest-TestVolumeMigrateRetypeAttached-678268231", "roles_links": [], "id": "8c9daa1733114712997ef02437d2340a", "roles": [{"name": "admin"}, {"name": "Member"}, {"name": "_member_"}], "name": "tempest-TestVolumeMigrateRetypeAttached-678268231"}, "metadata": {"is_admin": 0, "roles": ["29d99e4046fd497787758199ada5a11b", "ef5d174e64ce4791b1479ffa4d792027", "9fe2ff9ee4384b1894a90878d3e92bab"]}}}
2016-10-19 14:56:08,907 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types 0.169s
2016-10-19 14:56:08,907 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"volume_type": {"extra_specs": {"volume_backend_name": "ceph"}, "name": "tempest-scenario-type-generic-831053246"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types', 'date': 'Wed, 19 Oct 2016 16:56:08 GMT', 'content-length': '243', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-25283d6a-4fe7-47c1-b88f-e02dc7b8736a', 'x-openstack-request-id': 'req-25283d6a-4fe7-47c1-b88f-e02dc7b8736a'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-831053246", "extra_specs": {"volume_backend_name": "ceph"}, "os-volume-type-access:is_public": true, "is_public": true, "id": "c768afe5-c3b7-41f2-9655-b7e35c511219", "description": null}}
2016-10-19 14:56:08,908 62157 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-generic-1481706941 on backend lvm
2016-10-19 14:56:09,065 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types 0.157s
2016-10-19 14:56:09,066 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"volume_type": {"extra_specs": {"volume_backend_name": "lvm"}, "name": "tempest-scenario-type-generic-1481706941"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types', 'date': 'Wed, 19 Oct 2016 16:56:09 GMT', 'content-length': '243', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e560c5-5a1a-45d4-93d4-3512d651efaf', 'x-openstack-request-id': 'req-92e560c5-5a1a-45d4-93d4-3512d651efaf'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-1481706941", "extra_specs": {"volume_backend_name": "lvm"}, "os-volume-type-access:is_public": true, "is_public": true, "id": "aed0b486-7ec7-4846-b96f-4490345aac94", "description": null}}
2016-10-19 14:56:09,067 62157 INFO [tempest.scenario.test_volume_migrate_attached] Created Volume types: tempest-scenario-type-generic-831053246 tempest-scenario-type-generic-1481706941
2016-10-19 14:56:09,067 62157 INFO [tempest.scenario.test_volume_migrate_attached] Booting instance from volume
2016-10-19 14:56:10,039 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes 0.971s
2016-10-19 14:56:10,040 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"volume": {"display_name": "tempest-volume-origin-1686154078", "size": 1, "imageRef": "6cbdc823-f630-465e-b749-177557ac48b0", "snapshot_id": null, "volume_type": "tempest-scenario-type-generic-831053246"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes', 'date': 'Wed, 19 Oct 2016 16:56:10 GMT', 'content-length': '498', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-494e614d-eb54-4094-822b-ff30858cb575', 'x-openstack-request-id': 'req-494e614d-eb54-4094-822b-ff30858cb575'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:09.733707", "multiattach": "false", "display_description": null, "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:10,262 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:56:10,262 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:10 GMT', 'content-length': '514', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f05272-211c-4d4d-b415-6377c48a9c50', 'x-openstack-request-id': 'req-a6f05272-211c-4d4d-b415-6377c48a9c50'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:11,530 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.265s
2016-10-19 14:56:11,530 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:11 GMT', 'content-length': '514', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8ffc953-7837-471d-a78c-2d315feafff5', 'x-openstack-request-id': 'req-d8ffc953-7837-471d-a78c-2d315feafff5'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:12,785 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.252s
2016-10-19 14:56:12,786 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:12 GMT', 'content-length': '514', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-007d3ba6-d54e-4887-b5e8-30e744489abf', 'x-openstack-request-id': 'req-007d3ba6-d54e-4887-b5e8-30e744489abf'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:14,019 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.230s
2016-10-19 14:56:14,020 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:14 GMT', 'content-length': '514', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d4b9198-594a-41be-8c45-413cdf591e8f', 'x-openstack-request-id': 'req-8d4b9198-594a-41be-8c45-413cdf591e8f'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:15,434 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.411s
2016-10-19 14:56:15,434 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:15 GMT', 'content-length': '514', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a8212c-409d-4b1b-ac53-c4c18b46b3d2', 'x-openstack-request-id': 'req-73a8212c-409d-4b1b-ac53-c4c18b46b3d2'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:16,550 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.113s
2016-10-19 14:56:16,550 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:16 GMT', 'content-length': '517', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6163bbd7-3a6a-451d-bac2-b1b38c28cbeb', 'x-openstack-request-id': 'req-6163bbd7-3a6a-451d-bac2-b1b38c28cbeb'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:17,775 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:56:17,776 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:17 GMT', 'content-length': '517', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b2b8b2-25d9-41a8-b735-c8e14c4e3920', 'x-openstack-request-id': 'req-55b2b8b2-25d9-41a8-b735-c8e14c4e3920'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:18,974 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.196s
2016-10-19 14:56:18,975 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:18 GMT', 'content-length': '517', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cf073a-dcdd-44a6-bad3-7bd13693801f', 'x-openstack-request-id': 'req-b1cf073a-dcdd-44a6-bad3-7bd13693801f'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:20,191 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.213s
2016-10-19 14:56:20,192 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:20 GMT', 'content-length': '891', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-34480899-1969-4797-a433-92311495de33', 'x-openstack-request-id': 'req-34480899-1969-4797-a433-92311495de33'}
Body: {"volume": {"status": "available", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:20,397 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.204s
2016-10-19 14:56:20,398 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:20 GMT', 'content-length': '891', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ff3824-e6eb-4983-bddf-a3c224e2e777', 'x-openstack-request-id': 'req-09ff3824-e6eb-4983-bddf-a3c224e2e777'}
Body: {"volume": {"status": "available", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:20,410 62157 INFO [tempest.common.fixed_network] (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached) Found network {u'admin_state_up': True, u'shared': False, u'router:external': False, u'status': u'ACTIVE', u'ipv4_address_scope': None, u'name': u'tempest-TestVolumeMigrateRetypeAttached-16105063-network', u'project_id': u'd4ee076ed916422c85ad1b59e83c21c3', u'availability_zone_hints': [], u'tenant_id': u'd4ee076ed916422c85ad1b59e83c21c3', u'updated_at': u'2016-10-19T16:55:54Z', u'availability_zones': [], u'ipv6_address_scope': None, u'subnets': [], u'created_at': u'2016-10-19T16:55:54Z', u'port_security_enabled': True, u'provider:physical_network': None, u'mtu': 1450, u'revision_number': 3, u'description': u'', u'provider:network_type': u'vxlan', u'tags': [], u'provider:segmentation_id': 63, u'id': u'a4ab99a8-429b-49c5-b70c-647a9d9de0cc'} available for tenant
2016-10-19 14:56:25,451 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 202 POST http://172.24.47.105:8774/v2.1/servers 5.038s
2016-10-19 14:56:25,451 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"server": {"key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "imageRef": "", "flavorRef": "42", "block_device_mapping": [{"device_name": "vda", "delete_on_termination": "0", "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "networks": [{"uuid": "a4ab99a8-429b-49c5-b70c-647a9d9de0cc"}], "name": "tempest.common.compute-instance-1395633696", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}]}}
Response - Headers: {'location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'content-location': 'http://172.24.47.105:8774/v2.1/servers', 'date': 'Wed, 19 Oct 2016 16:56:25 GMT', 'content-length': '421', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-1b520f7f-cd81-4db2-b0c0-74d623778c85', 'status': '202'}
Body: {"server": {"security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}], "OS-DCF:diskConfig": "MANUAL", "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "adminPass": "67q6XucL5CGe"}}
2016-10-19 14:56:25,781 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.324s
2016-10-19 14:56:25,782 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:25 GMT', 'content-length': '1140', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-d49d2e17-7b2d-4453-b790-41a75ad3f8f7', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:27,279 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.471s
2016-10-19 14:56:27,279 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:27 GMT', 'content-length': '1140', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-96cc9394-ccc9-4ae4-ad79-0a25b0b8d4a1', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:28,956 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.657s
2016-10-19 14:56:28,957 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:28 GMT', 'content-length': '1210', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-e7c0b837-76b5-4663-bd6a-8e4c1929eec5', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:28Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:28,972 62157 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait
2016-10-19 14:56:30,548 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.574s
2016-10-19 14:56:30,549 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:30 GMT', 'content-length': '1210', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-484de121-4643-4807-a40d-1be2ff2676c7', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:28Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:32,013 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.444s
2016-10-19 14:56:32,013 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:32 GMT', 'content-length': '1283', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-4f697f11-23db-46be-9bec-b98d0da8f3e5', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}], "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:31Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:32,029 62157 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2016-10-19 14:56:33,637 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.606s
2016-10-19 14:56:33,638 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:33 GMT', 'content-length': '1283', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-2e58ab93-6a74-4edf-b8a2-645050b9672b', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}], "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:31Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:35,262 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.607s
2016-10-19 14:56:35,262 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:35 GMT', 'content-length': '1283', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-36c46349-6619-4d34-b6ff-177d37198178', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}], "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:31Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:36,990 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.696s
2016-10-19 14:56:36,991 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:36 GMT', 'content-length': '1283', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-d3c820ac-e275-45ca-967c-555e94a65933', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}], "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:31Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:38,898 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.880s
2016-10-19 14:56:38,898 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:38 GMT', 'content-length': '1283', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-eedbece9-18d1-4a81-8ba9-1b6741dfd3b3', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-1541405072"}], "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:31Z", "hostId": "7416703406b8003a688652982e332136adb8fe5a8e977b0fc36caad7", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:40,418 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.497s
2016-10-19 14:56:40,419 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:40 GMT', 'content-length': '1138', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-8acc564d-c11f-414a-8cd1-7ba2c1ab204f', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T16:56:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "config_drive": ""}}
2016-10-19 14:56:41,921 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.482s
2016-10-19 14:56:41,921 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:41 GMT', 'content-length': '1291', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-017b511c-9f0a-4429-b693-37b036b793a0', 'status': '200'}
Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "user_id": "f719a720f4f64e85ac7e6774b543f1ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "ERROR", "updated": "2016-10-19T16:56:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-194448777", "name": "tempest.common.compute-instance-1395633696", "created": "2016-10-19T16:56:25Z", "tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "os-extended-volumes:volumes_attached": [{"id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "fault": {"message": "Build of instance 2d14fe75-db06-44fe-8c31-8f9cda61d2d8 aborted: internal error: client socket is closed", "code": 500, "created": "2016-10-19T16:56:41Z"}, "config_drive": ""}}
2016-10-19 14:56:41,934 62157 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 16 second wait
2016-10-19 14:56:42,555 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 204 DELETE http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8 0.621s
2016-10-19 14:56:42,556 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/2d14fe75-db06-44fe-8c31-8f9cda61d2d8', 'date': 'Wed, 19 Oct 2016 16:56:42 GMT', 'content-length': '0', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-c8266a23-422e-45f2-8bd4-90706f3ca0a0', 'status': '204'}
Body:
2016-10-19 14:56:42,675 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 400 DELETE http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.113s
2016-10-19 14:56:42,676 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:42 GMT', 'content-length': '230', 'status': '400', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-99df0080-36ca-44a2-b0f2-c00ba896e472', 'x-openstack-request-id': 'req-99df0080-36ca-44a2-b0f2-c00ba896e472'}
Body: {"badRequest": {"message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group or have snapshots.", "code": 400}}
2016-10-19 14:56:44,118 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 1.440s
2016-10-19 14:56:44,119 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:44 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0299d2-8808-4751-adc3-ed1a85df6940', 'x-openstack-request-id': 'req-2c0299d2-8808-4751-adc3-ed1a85df6940'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:45,248 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.128s
2016-10-19 14:56:45,249 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:45 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca5661a-29d7-42ff-889d-d0251f15208d', 'x-openstack-request-id': 'req-3ca5661a-29d7-42ff-889d-d0251f15208d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:46,666 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.415s
2016-10-19 14:56:46,667 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:46 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-44f394b2-5a3d-4e61-975f-f56ec5863661', 'x-openstack-request-id': 'req-44f394b2-5a3d-4e61-975f-f56ec5863661'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:47,966 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.295s
2016-10-19 14:56:47,966 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:47 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-afcdfbcd-801c-4dae-934d-78c964e71c1d', 'x-openstack-request-id': 'req-afcdfbcd-801c-4dae-934d-78c964e71c1d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:49,201 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.231s
2016-10-19 14:56:49,201 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:49 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77e27c4-a46d-4717-b0ef-aea5ededcf43', 'x-openstack-request-id': 'req-b77e27c4-a46d-4717-b0ef-aea5ededcf43'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:50,418 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.214s
2016-10-19 14:56:50,419 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:50 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e641924f-6505-43a9-a722-89ae94e5e235', 'x-openstack-request-id': 'req-e641924f-6505-43a9-a722-89ae94e5e235'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:51,646 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.225s
2016-10-19 14:56:51,647 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:51 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-947136d8-4f5b-49d9-b399-aed1790a1c24', 'x-openstack-request-id': 'req-947136d8-4f5b-49d9-b399-aed1790a1c24'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:52,877 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:56:52,878 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:52 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e7440a7-c143-4266-9b70-a170b42ea39a', 'x-openstack-request-id': 'req-1e7440a7-c143-4266-9b70-a170b42ea39a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:54,115 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.234s
2016-10-19 14:56:54,117 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:54 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea15c3c3-0511-4948-bd88-dc200ac9bd3e', 'x-openstack-request-id': 'req-ea15c3c3-0511-4948-bd88-dc200ac9bd3e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:55,366 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.246s
2016-10-19 14:56:55,366 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:55 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4622b55-6950-4096-98b7-acccd0c2850a', 'x-openstack-request-id': 'req-f4622b55-6950-4096-98b7-acccd0c2850a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:56,601 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.232s
2016-10-19 14:56:56,602 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:56 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d7f2d6b-b75e-430c-bed3-9cc440d36a4d', 'x-openstack-request-id': 'req-4d7f2d6b-b75e-430c-bed3-9cc440d36a4d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:57,859 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.254s
2016-10-19 14:56:57,860 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:57 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf24a1b9-ef26-40a3-8151-760d0f7cb07e', 'x-openstack-request-id': 'req-bf24a1b9-ef26-40a3-8151-760d0f7cb07e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:56:59,092 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:56:59,093 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:56:59 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c345976e-c8f1-4b2a-babc-d12821ad6547', 'x-openstack-request-id': 'req-c345976e-c8f1-4b2a-babc-d12821ad6547'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:00,328 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.233s
2016-10-19 14:57:00,329 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:00 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ce593b-8a4e-4241-9b35-5f629a963cc3', 'x-openstack-request-id': 'req-22ce593b-8a4e-4241-9b35-5f629a963cc3'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:01,559 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:57:01,560 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:01 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9d23fe-dab5-46b9-bb90-1cb0788e1530', 'x-openstack-request-id': 'req-9d9d23fe-dab5-46b9-bb90-1cb0788e1530'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:02,791 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:57:02,793 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:02 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8feeee8-e518-403d-93dc-82518dc52bd9', 'x-openstack-request-id': 'req-e8feeee8-e518-403d-93dc-82518dc52bd9'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:04,011 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.216s
2016-10-19 14:57:04,012 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:04 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-a685a6b7-ef24-4050-bef3-859c9b38bdad', 'x-openstack-request-id': 'req-a685a6b7-ef24-4050-bef3-859c9b38bdad'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:05,230 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.216s
2016-10-19 14:57:05,231 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:05 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-0349e37e-17e3-423e-a470-b2c3282c4b7f', 'x-openstack-request-id': 'req-0349e37e-17e3-423e-a470-b2c3282c4b7f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:06,349 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.115s
2016-10-19 14:57:06,349 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:06 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f6da68-b51b-4b84-9f18-ba68c24fb20a', 'x-openstack-request-id': 'req-b4f6da68-b51b-4b84-9f18-ba68c24fb20a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:07,573 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:57:07,574 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:07 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb7ecf1-c7cd-4925-b1d0-4864230ee4f3', 'x-openstack-request-id': 'req-cfb7ecf1-c7cd-4925-b1d0-4864230ee4f3'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:08,800 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.224s
2016-10-19 14:57:08,801 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:08 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8dde21-299f-4139-9ebb-4565d2afe788', 'x-openstack-request-id': 'req-6e8dde21-299f-4139-9ebb-4565d2afe788'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:09,935 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.132s
2016-10-19 14:57:09,935 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:09 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3071eaf-26af-45a2-bc77-b5d98d28a6b5', 'x-openstack-request-id': 'req-f3071eaf-26af-45a2-bc77-b5d98d28a6b5'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:11,161 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:57:11,162 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:11 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fd9ab1-0ceb-4e2a-b747-715f3b48b70e', 'x-openstack-request-id': 'req-e6fd9ab1-0ceb-4e2a-b747-715f3b48b70e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:12,391 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.226s
2016-10-19 14:57:12,392 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:12 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecfe6ac-a5a9-4778-bc2b-2067bc7f238c', 'x-openstack-request-id': 'req-1ecfe6ac-a5a9-4778-bc2b-2067bc7f238c'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:13,794 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.399s
2016-10-19 14:57:13,795 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:13 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-affa9818-7557-4b13-be78-bb0c5efd929d', 'x-openstack-request-id': 'req-affa9818-7557-4b13-be78-bb0c5efd929d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:15,021 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.224s
2016-10-19 14:57:15,022 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:15 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e0775f-c4f4-47cb-bdbe-4ba71893f965', 'x-openstack-request-id': 'req-b5e0775f-c4f4-47cb-bdbe-4ba71893f965'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:16,247 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:57:16,247 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:16 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea12266-76f7-4ea7-8ae0-e35789df7d49', 'x-openstack-request-id': 'req-aea12266-76f7-4ea7-8ae0-e35789df7d49'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:17,480 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:57:17,481 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:17 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06ed3ae-2059-484c-a460-007845a6b421', 'x-openstack-request-id': 'req-d06ed3ae-2059-484c-a460-007845a6b421'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:18,706 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:57:18,707 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:18 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d02174-d5ba-4e7a-97ae-a2397e6cceb9', 'x-openstack-request-id': 'req-f2d02174-d5ba-4e7a-97ae-a2397e6cceb9'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:19,927 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.217s
2016-10-19 14:57:19,927 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:19 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-636a77fc-04f1-4f53-9afa-2593bcdfcd1b', 'x-openstack-request-id': 'req-636a77fc-04f1-4f53-9afa-2593bcdfcd1b'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:21,159 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.230s
2016-10-19 14:57:21,160 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:21 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2da4d5b-abe7-4a3a-b0f5-ca3cd20a2189', 'x-openstack-request-id': 'req-a2da4d5b-abe7-4a3a-b0f5-ca3cd20a2189'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:22,490 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.326s
2016-10-19 14:57:22,491 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:22 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6e429b-844f-400c-87c3-79809117e021', 'x-openstack-request-id': 'req-3a6e429b-844f-400c-87c3-79809117e021'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:23,726 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.232s
2016-10-19 14:57:23,727 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:23 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-725f0917-6464-4f48-8f00-00934207df0f', 'x-openstack-request-id': 'req-725f0917-6464-4f48-8f00-00934207df0f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:24,955 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.226s
2016-10-19 14:57:24,956 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:24 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9fc43df-89b7-4040-aa6e-a3c19119e31f', 'x-openstack-request-id': 'req-c9fc43df-89b7-4040-aa6e-a3c19119e31f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:26,182 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:57:26,183 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:26 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-69c25dfa-1b13-4ee4-8375-320601f376b8', 'x-openstack-request-id': 'req-69c25dfa-1b13-4ee4-8375-320601f376b8'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:27,431 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.245s
2016-10-19 14:57:27,431 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:27 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f713a2fa-5278-4902-baef-d4065c83db08', 'x-openstack-request-id': 'req-f713a2fa-5278-4902-baef-d4065c83db08'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:28,670 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.236s
2016-10-19 14:57:28,671 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:28 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-792fbac9-057f-47a7-8aab-fd65b37ea852', 'x-openstack-request-id': 'req-792fbac9-057f-47a7-8aab-fd65b37ea852'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:29,893 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.220s
2016-10-19 14:57:29,894 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:29 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbf25d99-9955-4513-abf5-70834f0e8d8f', 'x-openstack-request-id': 'req-cbf25d99-9955-4513-abf5-70834f0e8d8f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:31,015 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.119s
2016-10-19 14:57:31,016 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:31 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc690fe-744b-4e22-996c-e8580554d595', 'x-openstack-request-id': 'req-adc690fe-744b-4e22-996c-e8580554d595'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:32,170 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.152s
2016-10-19 14:57:32,170 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:32 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-887f9bdf-5c55-4c28-943e-051ad432897b', 'x-openstack-request-id': 'req-887f9bdf-5c55-4c28-943e-051ad432897b'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:33,388 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.216s
2016-10-19 14:57:33,389 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:33 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c6cf89-7d14-40d1-afcf-8176feb67a64', 'x-openstack-request-id': 'req-10c6cf89-7d14-40d1-afcf-8176feb67a64'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:34,602 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.210s
2016-10-19 14:57:34,603 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:34 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b1fd72-5f95-40e8-ae2d-fbd2823c108a', 'x-openstack-request-id': 'req-15b1fd72-5f95-40e8-ae2d-fbd2823c108a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:35,727 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.121s
2016-10-19 14:57:35,727 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:35 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-7567bc6f-30bd-4173-9f51-5060ffb0b8ed', 'x-openstack-request-id': 'req-7567bc6f-30bd-4173-9f51-5060ffb0b8ed'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:36,959 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:57:36,960 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:36 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-686b9cc1-8717-472f-938d-3c7e6e4dfb88', 'x-openstack-request-id': 'req-686b9cc1-8717-472f-938d-3c7e6e4dfb88'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:38,185 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:57:38,186 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:38 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9223e9bb-f7e9-4808-9f3b-4d40d039e64a', 'x-openstack-request-id': 'req-9223e9bb-f7e9-4808-9f3b-4d40d039e64a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:39,409 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.219s
2016-10-19 14:57:39,409 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:39 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae9d38c1-8150-42d3-b97b-01f7b46d84ef', 'x-openstack-request-id': 'req-ae9d38c1-8150-42d3-b97b-01f7b46d84ef'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:40,654 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.242s
2016-10-19 14:57:40,655 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:40 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-957c92fb-5086-495f-8761-4cfdeb5f1857', 'x-openstack-request-id': 'req-957c92fb-5086-495f-8761-4cfdeb5f1857'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:42,049 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.392s
2016-10-19 14:57:42,050 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:42 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-726e83ae-25c1-43f6-92bf-6b3263483866', 'x-openstack-request-id': 'req-726e83ae-25c1-43f6-92bf-6b3263483866'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:43,291 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.238s
2016-10-19 14:57:43,292 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:43 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-7658fd7c-a3d9-42da-a31a-c0e52598b3a5', 'x-openstack-request-id': 'req-7658fd7c-a3d9-42da-a31a-c0e52598b3a5'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:44,522 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:57:44,522 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:44 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf3e5c51-6c84-449a-ad92-5da9b0a868ba', 'x-openstack-request-id': 'req-cf3e5c51-6c84-449a-ad92-5da9b0a868ba'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:45,743 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.218s
2016-10-19 14:57:45,744 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:45 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ff62ec-a53b-4d22-9282-fc63421a35ec', 'x-openstack-request-id': 'req-41ff62ec-a53b-4d22-9282-fc63421a35ec'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:46,969 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:57:46,969 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:46 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67152a2-2361-4f88-a6e7-33eecbbe1cfa', 'x-openstack-request-id': 'req-d67152a2-2361-4f88-a6e7-33eecbbe1cfa'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:48,193 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:57:48,194 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:48 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7412f39-a7c6-4ac2-b068-177df8609595', 'x-openstack-request-id': 'req-d7412f39-a7c6-4ac2-b068-177df8609595'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:49,416 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.220s
2016-10-19 14:57:49,417 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:49 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-580d73fb-15d4-43f9-abd0-166eb6fbcad4', 'x-openstack-request-id': 'req-580d73fb-15d4-43f9-abd0-166eb6fbcad4'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:50,640 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:57:50,641 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:50 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eaba169-623d-4e0e-89c5-2667d2397437', 'x-openstack-request-id': 'req-6eaba169-623d-4e0e-89c5-2667d2397437'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:51,860 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.217s
2016-10-19 14:57:51,860 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:51 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe17283f-494f-4d27-bc92-d09e4bff5cc4', 'x-openstack-request-id': 'req-fe17283f-494f-4d27-bc92-d09e4bff5cc4'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:53,085 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:57:53,085 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:53 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce62d17-d683-4526-aed1-084009b43233', 'x-openstack-request-id': 'req-7ce62d17-d683-4526-aed1-084009b43233'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:54,312 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.224s
2016-10-19 14:57:54,313 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:54 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-117684aa-a8c7-49ec-b589-eac2f0b09f1f', 'x-openstack-request-id': 'req-117684aa-a8c7-49ec-b589-eac2f0b09f1f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:55,547 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.231s
2016-10-19 14:57:55,547 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:55 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82f6958-9ff0-46fe-9b56-17073f2b3cc1', 'x-openstack-request-id': 'req-e82f6958-9ff0-46fe-9b56-17073f2b3cc1'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:56,763 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.213s
2016-10-19 14:57:56,764 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:56 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-4154a972-b0b6-4e6b-b59e-80186366b01a', 'x-openstack-request-id': 'req-4154a972-b0b6-4e6b-b59e-80186366b01a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:57,997 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:57:57,997 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:57 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b3a5d8c-f4b6-4666-9857-bb52f06677c7', 'x-openstack-request-id': 'req-1b3a5d8c-f4b6-4666-9857-bb52f06677c7'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:57:59,224 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:57:59,224 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:57:59 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-a887075a-e776-498d-ac80-acb58d3f6cc0', 'x-openstack-request-id': 'req-a887075a-e776-498d-ac80-acb58d3f6cc0'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:00,453 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.225s
2016-10-19 14:58:00,453 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:00 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-beaf6959-3b57-4ff1-bd7a-c28f8ae48e6d', 'x-openstack-request-id': 'req-beaf6959-3b57-4ff1-bd7a-c28f8ae48e6d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:01,686 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.230s
2016-10-19 14:58:01,687 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:01 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b613f13d-3c1d-4aac-acb3-f022ed941dd3', 'x-openstack-request-id': 'req-b613f13d-3c1d-4aac-acb3-f022ed941dd3'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:02,917 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:58:02,918 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:02 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6badfa9e-456d-40ba-a713-296f1984c64a', 'x-openstack-request-id': 'req-6badfa9e-456d-40ba-a713-296f1984c64a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:04,147 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.226s
2016-10-19 14:58:04,148 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:04 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-95025611-76cd-44c2-b709-7de93e74c255', 'x-openstack-request-id': 'req-95025611-76cd-44c2-b709-7de93e74c255'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:05,370 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.219s
2016-10-19 14:58:05,371 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:05 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-405a50a6-c010-4e55-898d-213840d4d90c', 'x-openstack-request-id': 'req-405a50a6-c010-4e55-898d-213840d4d90c'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:06,492 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.118s
2016-10-19 14:58:06,493 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:06 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6986b56-0e33-4c96-9883-671f096e3a9c', 'x-openstack-request-id': 'req-c6986b56-0e33-4c96-9883-671f096e3a9c'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:07,741 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.245s
2016-10-19 14:58:07,742 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:07 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20cbb15-d3de-4ae9-8775-eebf3728b0a3', 'x-openstack-request-id': 'req-d20cbb15-d3de-4ae9-8775-eebf3728b0a3'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:08,971 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.225s
2016-10-19 14:58:08,971 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:08 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-133f4f7c-2826-4b18-8337-f62f5177aa0a', 'x-openstack-request-id': 'req-133f4f7c-2826-4b18-8337-f62f5177aa0a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:10,201 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.226s
2016-10-19 14:58:10,201 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:10 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac95678-524b-4d63-b2f4-7d92df08f0d0', 'x-openstack-request-id': 'req-7ac95678-524b-4d63-b2f4-7d92df08f0d0'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:11,350 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.146s
2016-10-19 14:58:11,351 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:11 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa0b6acd-480a-4854-834b-688573e23c90', 'x-openstack-request-id': 'req-aa0b6acd-480a-4854-834b-688573e23c90'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:12,472 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.119s
2016-10-19 14:58:12,472 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:12 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d95bf2-ae53-4a0d-8d41-f9508360d6fc', 'x-openstack-request-id': 'req-b6d95bf2-ae53-4a0d-8d41-f9508360d6fc'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:13,697 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:13,698 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:13 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7b3032-c8de-4e05-b0ce-e16339be1197', 'x-openstack-request-id': 'req-cd7b3032-c8de-4e05-b0ce-e16339be1197'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:14,914 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.213s
2016-10-19 14:58:14,915 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:14 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-8850b414-0697-4a9d-976e-fb28671e636b', 'x-openstack-request-id': 'req-8850b414-0697-4a9d-976e-fb28671e636b'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:16,151 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.234s
2016-10-19 14:58:16,152 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:16 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cac6ff-e7e8-4c82-ac11-961183c40d93', 'x-openstack-request-id': 'req-45cac6ff-e7e8-4c82-ac11-961183c40d93'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:17,377 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:58:17,378 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:17 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d65fc4-fd41-4219-b2a7-3c1cd366c978', 'x-openstack-request-id': 'req-d8d65fc4-fd41-4219-b2a7-3c1cd366c978'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:18,604 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:18,605 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:18 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff20c605-cf09-464f-8cd4-9632c054c2d6', 'x-openstack-request-id': 'req-ff20c605-cf09-464f-8cd4-9632c054c2d6'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:19,993 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.385s
2016-10-19 14:58:19,993 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:19 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84ee9ff-6c1f-47c7-bbf1-881208ec7be1', 'x-openstack-request-id': 'req-f84ee9ff-6c1f-47c7-bbf1-881208ec7be1'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:21,212 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.217s
2016-10-19 14:58:21,213 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:21 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-94abc269-0c36-40ec-a6e1-1d87707dcc8f', 'x-openstack-request-id': 'req-94abc269-0c36-40ec-a6e1-1d87707dcc8f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:22,609 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.393s
2016-10-19 14:58:22,610 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:22 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d8a8e5-0ebd-478c-9fc8-b7599049397a', 'x-openstack-request-id': 'req-c4d8a8e5-0ebd-478c-9fc8-b7599049397a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:23,833 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.220s
2016-10-19 14:58:23,834 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:23 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-34521955-74b8-4017-8aad-5b8e02c4b75d', 'x-openstack-request-id': 'req-34521955-74b8-4017-8aad-5b8e02c4b75d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:25,066 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:58:25,066 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:25 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b02d649-24ef-43f4-865f-cfe68730a36c', 'x-openstack-request-id': 'req-9b02d649-24ef-43f4-865f-cfe68730a36c'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:26,293 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:26,293 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:26 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-3413bd7b-6549-437f-a166-d73da836a70b', 'x-openstack-request-id': 'req-3413bd7b-6549-437f-a166-d73da836a70b'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:27,527 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.231s
2016-10-19 14:58:27,528 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:27 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8400c9-91ce-4ec6-b8a6-64bb69a727bf', 'x-openstack-request-id': 'req-fd8400c9-91ce-4ec6-b8a6-64bb69a727bf'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:28,746 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.215s
2016-10-19 14:58:28,746 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:28 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dca9ae4-9e28-4d84-b441-182e75c7d391', 'x-openstack-request-id': 'req-0dca9ae4-9e28-4d84-b441-182e75c7d391'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:29,990 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.240s
2016-10-19 14:58:29,990 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:29 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbdcfb46-ba7c-4845-b8d4-861bdd966095', 'x-openstack-request-id': 'req-cbdcfb46-ba7c-4845-b8d4-861bdd966095'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:31,113 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.120s
2016-10-19 14:58:31,113 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:31 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a9cc27-62d2-4edf-879f-27eea1fb9d9e', 'x-openstack-request-id': 'req-51a9cc27-62d2-4edf-879f-27eea1fb9d9e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:32,353 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.237s
2016-10-19 14:58:32,354 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:32 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c39a9b7c-86c7-4a74-8540-6e2752500563', 'x-openstack-request-id': 'req-c39a9b7c-86c7-4a74-8540-6e2752500563'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:33,579 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:58:33,579 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:33 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-3598b739-f1fb-4a04-a553-e2cbe62426da', 'x-openstack-request-id': 'req-3598b739-f1fb-4a04-a553-e2cbe62426da'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:34,787 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.204s
2016-10-19 14:58:34,788 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:34 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1ae412-f41e-478e-96df-6a1a0b96cfb8', 'x-openstack-request-id': 'req-9e1ae412-f41e-478e-96df-6a1a0b96cfb8'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:36,014 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:36,015 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:36 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9906b49d-c57f-48ed-a347-e5b574b1daef', 'x-openstack-request-id': 'req-9906b49d-c57f-48ed-a347-e5b574b1daef'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:37,233 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.215s
2016-10-19 14:58:37,233 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:37 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-321e6244-d694-408e-a68e-0ef792ff203a', 'x-openstack-request-id': 'req-321e6244-d694-408e-a68e-0ef792ff203a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:38,469 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.233s
2016-10-19 14:58:38,470 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:38 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ff7c1a-3c64-41ac-876b-2e2dad39e295', 'x-openstack-request-id': 'req-92ff7c1a-3c64-41ac-876b-2e2dad39e295'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:39,700 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:58:39,701 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:39 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4646b1-3c4f-47e0-92e0-848b34022478', 'x-openstack-request-id': 'req-6b4646b1-3c4f-47e0-92e0-848b34022478'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:40,925 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:58:40,926 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:40 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-beea7819-f4d6-4bff-b5ec-46414f57c528', 'x-openstack-request-id': 'req-beea7819-f4d6-4bff-b5ec-46414f57c528'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:42,153 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.225s
2016-10-19 14:58:42,153 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:42 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b859a136-a70e-4082-a39e-355bb0c22d77', 'x-openstack-request-id': 'req-b859a136-a70e-4082-a39e-355bb0c22d77'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:43,379 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:43,380 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:43 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c5966a-45f3-41f8-96a1-9771e4385de8', 'x-openstack-request-id': 'req-b9c5966a-45f3-41f8-96a1-9771e4385de8'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:44,599 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.216s
2016-10-19 14:58:44,600 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:44 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-0226b82c-5626-4bad-a436-9b01857c210e', 'x-openstack-request-id': 'req-0226b82c-5626-4bad-a436-9b01857c210e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:45,830 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:58:45,831 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:45 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e51c273-9854-44ce-9c8c-360aca57fbb1', 'x-openstack-request-id': 'req-5e51c273-9854-44ce-9c8c-360aca57fbb1'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:47,048 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.215s
2016-10-19 14:58:47,049 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:47 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-11cf3998-3d49-44b4-9640-22e3b59592c0', 'x-openstack-request-id': 'req-11cf3998-3d49-44b4-9640-22e3b59592c0'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:48,274 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:48,275 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:48 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89a8d14-5055-4ace-84f9-839e8aceee62', 'x-openstack-request-id': 'req-e89a8d14-5055-4ace-84f9-839e8aceee62'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:49,511 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.233s
2016-10-19 14:58:49,512 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:49 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b26e098-9e42-4d2c-a833-066955d5cc08', 'x-openstack-request-id': 'req-9b26e098-9e42-4d2c-a833-066955d5cc08'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:50,743 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:58:50,744 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:50 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a33c9b-cece-4ecc-ab7d-f570c547b7a8', 'x-openstack-request-id': 'req-e4a33c9b-cece-4ecc-ab7d-f570c547b7a8'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:51,966 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.220s
2016-10-19 14:58:51,967 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:51 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c9649a-880c-4dbd-97d0-c4077c1eb576', 'x-openstack-request-id': 'req-c1c9649a-880c-4dbd-97d0-c4077c1eb576'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:53,200 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.231s
2016-10-19 14:58:53,201 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:53 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee59e9b-342b-4237-b0a1-4c650e1c324e', 'x-openstack-request-id': 'req-bee59e9b-342b-4237-b0a1-4c650e1c324e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:54,426 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:54,427 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:54 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3374bbb-f37f-459f-82f4-ca012b81da40', 'x-openstack-request-id': 'req-f3374bbb-f37f-459f-82f4-ca012b81da40'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:55,656 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:58:55,656 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:55 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4281b83-9423-41ba-bc55-39eccfa03b31', 'x-openstack-request-id': 'req-c4281b83-9423-41ba-bc55-39eccfa03b31'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:56,882 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:58:56,883 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:56 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-249154d4-a47a-4214-b842-44aca1e86ca2', 'x-openstack-request-id': 'req-249154d4-a47a-4214-b842-44aca1e86ca2'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:58,150 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.265s
2016-10-19 14:58:58,151 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:58 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a45a45-792a-491a-a695-691dd636b8e7', 'x-openstack-request-id': 'req-93a45a45-792a-491a-a695-691dd636b8e7'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:58:59,538 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.384s
2016-10-19 14:58:59,539 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:58:59 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0ec2ae-b03d-4b22-9bfc-0049417c7646', 'x-openstack-request-id': 'req-8d0ec2ae-b03d-4b22-9bfc-0049417c7646'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:00,771 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:59:00,772 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:00 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce040fa8-1bd1-4124-bc45-962940d8f558', 'x-openstack-request-id': 'req-ce040fa8-1bd1-4124-bc45-962940d8f558'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:01,995 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.220s
2016-10-19 14:59:01,995 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:01 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d51a7569-5330-401c-b757-be7681358738', 'x-openstack-request-id': 'req-d51a7569-5330-401c-b757-be7681358738'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:03,220 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:59:03,220 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:03 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-0054a3dd-4f1d-406d-bfef-3a18387bc5ce', 'x-openstack-request-id': 'req-0054a3dd-4f1d-406d-bfef-3a18387bc5ce'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:04,451 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:04,452 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:04 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ef3351-fbdd-49d4-b2c4-96cdd9e32025', 'x-openstack-request-id': 'req-58ef3351-fbdd-49d4-b2c4-96cdd9e32025'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:05,691 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.236s
2016-10-19 14:59:05,692 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:05 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a99de5-ba7d-43cd-a629-f34fe9df73a5', 'x-openstack-request-id': 'req-c0a99de5-ba7d-43cd-a629-f34fe9df73a5'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:06,915 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.220s
2016-10-19 14:59:06,916 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:06 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e627f254-392e-480b-859c-d16d7b91ca2b', 'x-openstack-request-id': 'req-e627f254-392e-480b-859c-d16d7b91ca2b'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:08,112 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.194s
2016-10-19 14:59:08,113 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:08 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c75d032-990e-4ae1-9e14-68138696fa39', 'x-openstack-request-id': 'req-1c75d032-990e-4ae1-9e14-68138696fa39'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:09,244 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.129s
2016-10-19 14:59:09,245 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:09 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bc9993-f5cb-46b9-afe4-4e1fe0767384', 'x-openstack-request-id': 'req-c3bc9993-f5cb-46b9-afe4-4e1fe0767384'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:10,469 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:59:10,470 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:10 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e61bb9-b5c2-4ef1-90b4-15965441fa72', 'x-openstack-request-id': 'req-60e61bb9-b5c2-4ef1-90b4-15965441fa72'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:11,702 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:11,702 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:11 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adc2ad8-d630-4a7d-9395-3e14cdfc60fb', 'x-openstack-request-id': 'req-3adc2ad8-d630-4a7d-9395-3e14cdfc60fb'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:12,889 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.185s
2016-10-19 14:59:12,890 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:12 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f54546-a34a-4222-b92a-4a85fc61304e', 'x-openstack-request-id': 'req-c7f54546-a34a-4222-b92a-4a85fc61304e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:14,115 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:59:14,116 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:14 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-7debb3d2-1763-4c4e-b533-c8a332aba202', 'x-openstack-request-id': 'req-7debb3d2-1763-4c4e-b533-c8a332aba202'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:15,347 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.230s
2016-10-19 14:59:15,348 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:15 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd8e6a6-7420-4935-9eae-04ac3df62c22', 'x-openstack-request-id': 'req-cdd8e6a6-7420-4935-9eae-04ac3df62c22'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:16,584 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.233s
2016-10-19 14:59:16,584 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:16 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d07748e-b3c7-46a8-89d6-2e565bc8cbaa', 'x-openstack-request-id': 'req-6d07748e-b3c7-46a8-89d6-2e565bc8cbaa'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:17,809 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:59:17,810 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:17 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-77446c0c-36b9-4b9b-831f-8653d5d38e5e', 'x-openstack-request-id': 'req-77446c0c-36b9-4b9b-831f-8653d5d38e5e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:19,036 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:59:19,036 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:19 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c09623-18a7-4472-a8f5-d719fe71f97f', 'x-openstack-request-id': 'req-f7c09623-18a7-4472-a8f5-d719fe71f97f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:20,320 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.281s
2016-10-19 14:59:20,321 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:20 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b2b887-8702-4028-abb3-376f2c739f13', 'x-openstack-request-id': 'req-84b2b887-8702-4028-abb3-376f2c739f13'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:21,556 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.232s
2016-10-19 14:59:21,556 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:21 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd35a8fa-1b88-4b13-afdd-4a67144f2283', 'x-openstack-request-id': 'req-cd35a8fa-1b88-4b13-afdd-4a67144f2283'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:22,789 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.229s
2016-10-19 14:59:22,790 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:22 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ad11c1-6467-49e4-afd7-2c50636bddfb', 'x-openstack-request-id': 'req-99ad11c1-6467-49e4-afd7-2c50636bddfb'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:24,016 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.224s
2016-10-19 14:59:24,017 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:24 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-045e0506-fa90-4234-99a5-6be9bec242b5', 'x-openstack-request-id': 'req-045e0506-fa90-4234-99a5-6be9bec242b5'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:25,259 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.239s
2016-10-19 14:59:25,259 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:25 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3058fb-3f8b-477b-a004-a1992129ae98', 'x-openstack-request-id': 'req-5f3058fb-3f8b-477b-a004-a1992129ae98'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:26,483 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:59:26,484 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:26 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b65b5e3-4838-4b05-9a0a-ca0eeaddbe77', 'x-openstack-request-id': 'req-7b65b5e3-4838-4b05-9a0a-ca0eeaddbe77'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:27,718 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.231s
2016-10-19 14:59:27,718 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:27 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabe24fe-14a7-4396-b5c0-f6fb486262ee', 'x-openstack-request-id': 'req-fabe24fe-14a7-4396-b5c0-f6fb486262ee'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:28,953 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.232s
2016-10-19 14:59:28,953 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:28 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f9c10a-e70f-497d-a35f-a443438b7c49', 'x-openstack-request-id': 'req-05f9c10a-e70f-497d-a35f-a443438b7c49'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:30,287 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.330s
2016-10-19 14:59:30,293 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:30 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc46bc80-39eb-4635-b1ab-77770a02ed93', 'x-openstack-request-id': 'req-bc46bc80-39eb-4635-b1ab-77770a02ed93'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:31,527 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.231s
2016-10-19 14:59:31,527 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:31 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e969e7-db19-4981-bd17-fe648a03ef76', 'x-openstack-request-id': 'req-71e969e7-db19-4981-bd17-fe648a03ef76'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:32,733 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.203s
2016-10-19 14:59:32,734 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:32 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-28487338-23f5-4e2a-ae65-464f03f70203', 'x-openstack-request-id': 'req-28487338-23f5-4e2a-ae65-464f03f70203'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:33,965 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:33,966 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:33 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-a998f2c6-43f9-477a-93bc-1c4893069933', 'x-openstack-request-id': 'req-a998f2c6-43f9-477a-93bc-1c4893069933'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:35,222 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.253s
2016-10-19 14:59:35,223 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:35 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9d0688-d403-4e02-8a4d-9feaec3a3d0c', 'x-openstack-request-id': 'req-3b9d0688-d403-4e02-8a4d-9feaec3a3d0c'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:36,448 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.223s
2016-10-19 14:59:36,449 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:36 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-15075769-34e4-488a-bfa4-4beb9d679cf8', 'x-openstack-request-id': 'req-15075769-34e4-488a-bfa4-4beb9d679cf8'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:37,673 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:59:37,674 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:37 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cabb5ec-8e58-437d-ac0e-4d9dbb136018', 'x-openstack-request-id': 'req-2cabb5ec-8e58-437d-ac0e-4d9dbb136018'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:38,911 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.234s
2016-10-19 14:59:38,912 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:38 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbd3e22-eb84-4a55-9e02-ac9d8a7a4c4d', 'x-openstack-request-id': 'req-0bbd3e22-eb84-4a55-9e02-ac9d8a7a4c4d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:40,144 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.230s
2016-10-19 14:59:40,145 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:40 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af1bc02-0670-4efd-9469-bb41b20268d0', 'x-openstack-request-id': 'req-2af1bc02-0670-4efd-9469-bb41b20268d0'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:41,367 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.219s
2016-10-19 14:59:41,368 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:41 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd19036-a3d7-4fb3-b25b-87a0ed46763f', 'x-openstack-request-id': 'req-5cd19036-a3d7-4fb3-b25b-87a0ed46763f'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:42,614 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.243s
2016-10-19 14:59:42,615 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:42 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0e0abe-5cc7-46d7-b2f0-eea996b0ee56', 'x-openstack-request-id': 'req-fe0e0abe-5cc7-46d7-b2f0-eea996b0ee56'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:43,846 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:43,846 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:43 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9380187-00fa-48e8-94a9-87068b6e2a7d', 'x-openstack-request-id': 'req-b9380187-00fa-48e8-94a9-87068b6e2a7d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:45,082 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.233s
2016-10-19 14:59:45,083 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:45 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-fee95d84-881f-4f25-b2b8-3f3c7578568d', 'x-openstack-request-id': 'req-fee95d84-881f-4f25-b2b8-3f3c7578568d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:46,325 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.239s
2016-10-19 14:59:46,326 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:46 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cf09d1-fbfc-48ed-a21b-1d2aa8ea2cae', 'x-openstack-request-id': 'req-d6cf09d1-fbfc-48ed-a21b-1d2aa8ea2cae'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:47,555 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.227s
2016-10-19 14:59:47,557 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:47 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-854319ba-6e9f-4744-adea-0b058d60ed00', 'x-openstack-request-id': 'req-854319ba-6e9f-4744-adea-0b058d60ed00'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:48,787 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:48,788 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:48 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b64d5b7-1ae8-44ff-92fb-8bbd86e66a9a', 'x-openstack-request-id': 'req-0b64d5b7-1ae8-44ff-92fb-8bbd86e66a9a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:50,016 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.225s
2016-10-19 14:59:50,017 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:50 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-cabe35fe-9283-4f95-9e04-7b0782289f30', 'x-openstack-request-id': 'req-cabe35fe-9283-4f95-9e04-7b0782289f30'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:51,247 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:51,248 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:51 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a7730a-40ef-410d-8f6f-1a2d305b2b78', 'x-openstack-request-id': 'req-29a7730a-40ef-410d-8f6f-1a2d305b2b78'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:52,472 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.221s
2016-10-19 14:59:52,473 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:52 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b097fc-8b79-41b9-9af5-02a92e4c3f9e', 'x-openstack-request-id': 'req-e7b097fc-8b79-41b9-9af5-02a92e4c3f9e'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:53,705 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.230s
2016-10-19 14:59:53,706 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:53 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fcbeac6-0088-4e09-9834-cf3535a4b8e2', 'x-openstack-request-id': 'req-6fcbeac6-0088-4e09-9834-cf3535a4b8e2'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:54,931 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.222s
2016-10-19 14:59:54,932 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:54 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba67f207-c540-4c0c-8a46-b55c0f29635d', 'x-openstack-request-id': 'req-ba67f207-c540-4c0c-8a46-b55c0f29635d'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:56,180 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.246s
2016-10-19 14:59:56,181 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:56 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f559335-d40e-4fb1-bfa0-e129b4f79959', 'x-openstack-request-id': 'req-9f559335-d40e-4fb1-bfa0-e129b4f79959'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:57,411 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.228s
2016-10-19 14:59:57,412 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:57 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-54804d61-4dbd-4ae8-a542-828cf74c7fce', 'x-openstack-request-id': 'req-54804d61-4dbd-4ae8-a542-828cf74c7fce'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:58,802 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 200 GET http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28 0.388s
2016-10-19 14:59:58,803 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/d4ee076ed916422c85ad1b59e83c21c3/volumes/20b8c57c-d663-4d5a-bd59-5d6e3e352d28', 'date': 'Wed, 19 Oct 2016 16:59:58 GMT', 'content-length': '1180', 'status': '200', 'connection': 'close', 'content-type': 'application/json', 'x-compute-request-id': 'req-69548279-3ac4-483b-920b-2500a44f5e5a', 'x-openstack-request-id': 'req-69548279-3ac4-483b-920b-2500a44f5e5a'}
Body: {"volume": {"status": "in-use", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1686154078", "attachments": [{"server_id": "2d14fe75-db06-44fe-8c31-8f9cda61d2d8", "attachment_id": "6d85158f-8ba7-4bf6-8f49-eba5289ed7b8", "host_name": null, "volume_id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "device": "/dev/vda", "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T16:56:10.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "d4ee076ed916422c85ad1b59e83c21c3", "display_description": null, "volume_type": "tempest-scenario-type-generic-831053246", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "20b8c57c-d663-4d5a-bd59-5d6e3e352d28", "size": 1}}
2016-10-19 14:59:59,140 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 202 DELETE http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types/aed0b486-7ec7-4846-b96f-4490345aac94 0.335s
2016-10-19 14:59:59,141 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'connection': 'close', 'content-location': 'http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types/aed0b486-7ec7-4846-b96f-4490345aac94', 'content-type': 'text/html; charset=UTF-8', 'date': 'Wed, 19 Oct 2016 16:59:59 GMT', 'content-length': '0', 'x-openstack-request-id': 'req-1483bd23-af60-46de-a7e8-8372f1f50554', 'status': '202'}
Body:
2016-10-19 14:59:59,305 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 400 DELETE http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types/c768afe5-c3b7-41f2-9655-b7e35c511219 0.163s
2016-10-19 14:59:59,306 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8776/v1/9f02a097be7e4cbb8a24d175e297a01a/types/c768afe5-c3b7-41f2-9655-b7e35c511219', 'date': 'Wed, 19 Oct 2016 16:59:59 GMT', 'content-length': '79', 'status': '400', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-a76d2ac9-ec15-4a83-8c19-6175fbc8b7b8', 'x-openstack-request-id': 'req-a76d2ac9-ec15-4a83-8c19-6175fbc8b7b8'}
Body: {"badRequest": {"message": "Target volume type is still in use.", "code": 400}}
2016-10-19 14:59:59,815 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 202 DELETE http://172.24.47.105:8774/v2.1/os-security-groups/35c16652-dab0-4141-99a8-3e8cb0f9756a 0.505s
2016-10-19 14:59:59,815 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-groups/35c16652-dab0-4141-99a8-3e8cb0f9756a', 'date': 'Wed, 19 Oct 2016 16:59:59 GMT', 'content-length': '0', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-1ac49a08-c110-4fd0-9c99-1d5cab1e630a', 'status': '202'}
Body:
2016-10-19 14:59:59,929 62157 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:_run_cleanups): 202 DELETE http://172.24.47.105:8774/v2.1/os-keypairs/tempest-TestVolumeMigrateRetypeAttached-194448777 0.112s
2016-10-19 14:59:59,930 62157 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-keypairs/tempest-TestVolumeMigrateRetypeAttached-194448777', 'date': 'Wed, 19 Oct 2016 16:59:59 GMT', 'content-length': '0', 'vary': 'X-OpenStack-Nova-API-Version', 'x-openstack-nova-api-version': '2.1', 'connection': 'close', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-compute-request-id': 'req-1574a063-ad6e-4c28-b215-9c688870f295', 'status': '202'}
Body:
======
Totals
======
Ran: 2 tests in 330.0000 sec.
- Passed: 1
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 1
Sum of execute time for each test: 279.5525 sec.
==============
Worker Balance
==============
- Worker 0 (2 tests) => 0:05:09.601630
ERROR: InvocationError: '/opt/stack/tempest/.tox/tempest/bin/tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1'
_______________________________________________________________________________ summary ________________________________________________________________________________
ERROR: all: commands failed
Configuring tempest conf in /opt/stack/new/tempest/etc/tempest.conf
============================================================
Testing multibackend features: nfs vs ceph
============================================================
all develop-inst-noop: /opt/stack/tempest
all installed: Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,cryptography==1.5.2,debtcollector==1.8.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.14.0,oslo.config==3.17.0,oslo.context==2.9.0,oslo.i18n==3.9.0,oslo.log==3.16.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,paramiko==2.0.2,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,stevedore==1.17.1,-e git://git.openstack.org/openstack/tempest.git@0ddc244f88f9b74bbe009a6383def896e559926b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
all runtests: PYTHONHASHSEED='2928016488'
all runtests: commands[0] | find . -type f -name *.pyc -delete
all runtests: commands[1] | tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpRn5M47
{0} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test.test_available_volume_retype_with_migration [45.578796s] ... ok
{0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached [84.178941s] ... ok
======
Totals
======
Ran: 2 tests in 170.0000 sec.
- Passed: 2
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 129.7577 sec.
==============
Worker Balance
==============
- Worker 0 (2 tests) => 0:02:27.704226
_______________________________________________________________________________ summary ________________________________________________________________________________
all: commands succeeded
congratulations :)
Configuring tempest conf in /opt/stack/new/tempest/etc/tempest.conf
============================================================
Testing multibackend features: nfs vs lvm
============================================================
all develop-inst-noop: /opt/stack/tempest
all installed: Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,cryptography==1.5.2,debtcollector==1.8.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.14.0,oslo.config==3.17.0,oslo.context==2.9.0,oslo.i18n==3.9.0,oslo.log==3.16.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,paramiko==2.0.2,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,stevedore==1.17.1,-e git://git.openstack.org/openstack/tempest.git@0ddc244f88f9b74bbe009a6383def896e559926b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
all runtests: PYTHONHASHSEED='47887623'
all runtests: commands[0] | find . -type f -name *.pyc -delete
all runtests: commands[1] | tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpO8X0o2
{0} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test.test_available_volume_retype_with_migration [52.474355s] ... ok
{0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached [83.587742s] ... ok
======
Totals
======
Ran: 2 tests in 195.0000 sec.
- Passed: 2
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 136.0621 sec.
==============
Worker Balance
==============
- Worker 0 (2 tests) => 0:02:48.542490
_______________________________________________________________________________ summary ________________________________________________________________________________
all: commands succeeded
congratulations :)
Configuring tempest conf in /opt/stack/new/tempest/etc/tempest.conf
============================================================
Testing multibackend features: lvm vs ceph
============================================================
all develop-inst-noop: /opt/stack/tempest
all installed: Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,cryptography==1.5.2,debtcollector==1.8.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.14.0,oslo.config==3.17.0,oslo.context==2.9.0,oslo.i18n==3.9.0,oslo.log==3.16.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,paramiko==2.0.2,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,stevedore==1.17.1,-e git://git.openstack.org/openstack/tempest.git@0ddc244f88f9b74bbe009a6383def896e559926b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
all runtests: PYTHONHASHSEED='3980433144'
all runtests: commands[0] | find . -type f -name *.pyc -delete
all runtests: commands[1] | tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmptDFrQ5
{0} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test.test_available_volume_retype_with_migration [68.997785s] ... ok
{0} tearDownClass (tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test) [0.000000s] ... FAILED
{0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached [82.510126s] ... ok
==============================
Failed 1 tests - output below:
==============================
tearDownClass (tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test)
----------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/test.py", line 312, in tearDownClass
six.reraise(etype, value, trace)
File "tempest/test.py", line 295, in tearDownClass
teardown()
File "tempest/api/volume/base.py", line 236, in resource_cleanup
cls.clear_volume_types()
File "tempest/api/volume/base.py", line 271, in clear_volume_types
cls.admin_volume_types_client.delete_volume_type, vol_type)
File "tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "tempest/lib/services/volume/v2/types_client.py", line 84, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 768, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'message': u'Target volume type is still in use.', u'code': 400}
======
Totals
======
Ran: 3 tests in 206.0000 sec.
- Passed: 2
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 1
Sum of execute time for each test: 151.5079 sec.
==============
Worker Balance
==============
- Worker 0 (3 tests) => 0:03:03.706830
ERROR: InvocationError: '/opt/stack/tempest/.tox/tempest/bin/tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1'
_______________________________________________________________________________ summary ________________________________________________________________________________
ERROR: all: commands failed
Configuring tempest conf in /opt/stack/new/tempest/etc/tempest.conf
============================================================
Testing multibackend features: lvm vs nfs
============================================================
all develop-inst-noop: /opt/stack/tempest
all installed: Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,cryptography==1.5.2,debtcollector==1.8.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,jsonschema==2.5.1,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.14.0,oslo.config==3.17.0,oslo.context==2.9.0,oslo.i18n==3.9.0,oslo.log==3.16.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,paramiko==2.0.2,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,stevedore==1.17.1,-e git://git.openstack.org/openstack/tempest.git@0ddc244f88f9b74bbe009a6383def896e559926b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
all runtests: PYTHONHASHSEED='385145597'
all runtests: commands[0] | find . -type f -name *.pyc -delete
all runtests: commands[1] | tempest run --regex (.*test_volume_migrate_attached.*|.*test_volume_retype_with_migration.*) --concurrency=1
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpSEiMbD
{0} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test.test_available_volume_retype_with_migration [34.594812s] ... ok
{0} tearDownClass (tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test) [0.000000s] ... FAILED
{0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached [267.283850s] ... FAILED
==============================
Failed 2 tests - output below:
==============================
tearDownClass (tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationV2Test)
----------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/test.py", line 312, in tearDownClass
six.reraise(etype, value, trace)
File "tempest/test.py", line 295, in tearDownClass
teardown()
File "tempest/api/volume/base.py", line 236, in resource_cleanup
cls.clear_volume_types()
File "tempest/api/volume/base.py", line 271, in clear_volume_types
cls.admin_volume_types_client.delete_volume_type, vol_type)
File "tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "tempest/lib/services/volume/v2/types_client.py", line 84, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "tempest/lib/common/rest_client.py", line 307, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "tempest/lib/common/rest_client.py", line 665, in request
resp, resp_body)
File "tempest/lib/common/rest_client.py", line 768, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'code': 400, u'message': u'Target volume type is still in use.'}
tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached[compute,id-deadd2c2-beef-4dce-98be-f86765ff311b,volume]
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/lib/common/rest_client.py", line 864, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeMigrateRetypeAttached:_run_cleanups) Failed to delete volume 666417fa-298a-406d-b420-5a749dd0d026 within the required time (196 s).
Captured pythonlogging:
~~~~~~~~~~~~~~~~~~~~~~~
2016-10-19 15:11:27,456 4770 INFO [tempest.scenario.test_volume_migrate_attached] Creating keypair and security group
2016-10-19 15:11:27,668 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:5000/v2.0/tokens
2016-10-19 15:11:27,669 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: <omitted>
Response - Headers: {'x-openstack-request-id': 'req-492c655d-d03c-4adf-a7c8-8ae62c1dc7cc', 'vary': 'X-Auth-Token', 'content-length': '3425', 'status': '200', 'content-location': 'http://172.24.47.105:5000/v2.0/tokens', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:27 GMT', 'server': 'Apache/2.4.18 (Ubuntu)', 'connection': 'close'}
Body: {"access": {"token": {"issued_at": "2016-10-19T17:11:27.000000Z", "expires": "2016-10-19T18:11:27Z", "id": "09d4c83c37964b77930a910a731bbd9b", "tenant": {"description": "tempest-TestVolumeMigrateRetypeAttached-243509250-desc", "enabled": true, "id": "bb7b4bee1efb427190f93da7813b0289", "name": "tempest-TestVolumeMigrateRetypeAttached-243509250"}, "audit_ids": ["cGl_-7_zR0ObJlAo2s8ZDA"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2.1", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2.1", "id": "2796916c736245d09c49d9e08f484e99", "publicURL": "http://172.24.47.105:8774/v2.1"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9696/", "region": "RegionOne", "internalURL": "http://172.24.47.105:9696/", "id": "3467384da7dc487e9f9f47f853a18ced", "publicURL": "http://172.24.47.105:9696/"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v2/bb7b4bee1efb427190f93da7813b0289", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v2/bb7b4bee1efb427190f93da7813b0289", "id": "456046da9432407eb7218302bda86a2b", "publicURL": "http://172.24.47.105:8776/v2/bb7b4bee1efb427190f93da7813b0289"}], "endpoints_links": [], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v3/bb7b4bee1efb427190f93da7813b0289", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v3/bb7b4bee1efb427190f93da7813b0289", "id": "5a94387a167e4d39bee75be18f606822", "publicURL": "http://172.24.47.105:8776/v3/bb7b4bee1efb427190f93da7813b0289"}], "endpoints_links": [], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9292", "region": "RegionOne", "internalURL": "http://172.24.47.105:9292", "id": "08b9399ab8fa4c5caecc401337d9491b", "publicURL": "http://172.24.47.105:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2/bb7b4bee1efb427190f93da7813b0289", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2/bb7b4bee1efb427190f93da7813b0289", "id": "9c29ab61e64b40fba1ad8a688966f9d8", "publicURL": "http://172.24.47.105:8774/v2/bb7b4bee1efb427190f93da7813b0289"}], "endpoints_links": [], "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289", "id": "0b1c692ef79647e38c5db48c8a2a9772", "publicURL": "http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://172.24.47.105/identity_admin", "region": "RegionOne", "internalURL": "http://172.24.47.105/identity", "id": "767a1a9169a748de9117c534e8fc1041", "publicURL": "http://172.24.47.105/identity"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "tempest-TestVolumeMigrateRetypeAttached-243509250", "roles_links": [], "id": "16024844d047407dafa04dc513441be4", "roles": [{"name": "_member_"}, {"name": "Member"}], "name": "tempest-TestVolumeMigrateRetypeAttached-243509250"}, "metadata": {"is_admin": 0, "roles": ["9fe2ff9ee4384b1894a90878d3e92bab", "ef5d174e64ce4791b1479ffa4d792027"]}}}
2016-10-19 15:11:27,906 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-keypairs 0.237s
2016-10-19 15:11:27,907 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"keypair": {"name": "tempest-TestVolumeMigrateRetypeAttached-813627478"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-keypairs', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '2328', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-523aa8ed-1c7f-4689-984f-c90ff8153db8', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:27 GMT'}
Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQRHvfp/IDpk0+rubNWBAELUSXbU/IywXLocyuZH5cA8rLhoShW538M8GUTQ6LZ/Tq4mWd7m2uZZVYbzYSIiSm6xHYbxHGL2xGIsfNw20awdr4h42/Ca3oefW+qd2/YVNHCa4hn3foJTg2lO130M9ic258XSKzaTST5Ly0csHReEv4BR1jjreCE/AshYhaVJMl9/z2YWYL0HZdNr6W19ovJZ4fMH2Yt+RMkTlp3da3di2gKEuBF6j/TcDVHyhL3ortEBRRmdWzg96Y3Zqw/tSvj3Wl/FSLKI5sawT88oXehoVUTK0wZett5QiUmCWmRd+YrfWWtnHUEaZNlpVTkCp1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0ER736fyA6ZNPq7mzVgQBC1El21PyMsFy6HMrmR+XAPKy4aE\noVud/DPBlE0Oi2f06uJlne5trmWVWG82EiIkpusR2G8Rxi9sRiLHzcNtGsHa+IeN\nvwmt6Hn1vqndv2FTRwmuIZ936CU4NpTtd9DPYnNufF0is2k0k+S8tHLB0XhL+AUd\nY463ghPwLIWIWlSTJff89mFmC9B2XTa+ltfaLyWeHzB9mLfkTJE5ad3Wt3YtoChL\ngReo/03A1R8oS96K7RAUUZnVs4PemN2asP7Ur491pfxUiyiObGsE/PKF3oaFVEyt\nMGXrbeUIlJglpkXfmK31lrZx1BGmTZaVU5AqdQIDAQABAoIBAFVCQ+fKbAPcd7Da\njvevPldHZNYM1OWhX0z+frlBwIzQrJtnBTK9O868LVoVtYeSViw15F2j9ti3E01x\nsZP40EJY5yRQS9lzHoMTx/HPOAIFLCwj6f4z6zLJgrW7+mBXam0hZFy1WLP7UKjf\njNtI6y0ljixxQDxsLC8DK9E/TWL/e4PAmvdDViA8Gx+8rxSKI6MJ4bX37saZlfir\nuieoKRZHsXLgQCWdAeAjBvT9Px3/BKhQhcuPMqDUzcJmIdXGE5xVgTAwFzQwJPYD\nHZWyzXh1JZiGMK34fM/U09Y1AQyn0eykdbIqbIrXp9CCzwPkMcI1JWaQ8G/Tgvw5\n6wNY98ECgYEA+n750x6BYpthPzvVg/USNUvrVQeSTgqPYtZ+/OvNgIVthOZLhl/Y\nbYt7PJJuXdM82wKjih8WJpyAXhuM7ERcAZs+jOv8soPoSjAj/7putzYnLQdZHbSp\niDoCQ9Ht32+2S/YmsNnoMXnwVLLAS2c9632nAc0Ah8TiGc6vn3rBJgUCgYEA1Nf5\nt3MWw8+YRpZnYFbbwE2zt9wXVBhEDrSDJ1LyTCqfeTLsjSLvQEcwWeAC/TxLY4yN\nJEZCEXAjREs14rfJvnlDfhZCtuu2tLneZKviXWSegoXtERHHS/bfAEmXi6IEO0WQ\nkz8t2CGo5Ts8REAM0E9djvYWOIZTmZb3wujeLbECgYEAzW+di9uU2T39P1LfBV3U\nFQmycwXGo2Jdvf2UH/FzlFfZPglxHz8zzIN8Cm09Po2jdypu3TQpgnkPfh6yMILP\nwjGD1ycjE3TC6TUaEPzhGDi9YFyKZaZo82Q/v0dIAtsncpzplljf6NPMmmoO8sg1\nLBDdCskKCk8Z73hm6DBQf9ECgYAKTGTtxmjMkqfYioB3/dvmIxxWAhUy4XWxjHRo\nG7BTlSBgOeGONqmC367sOlWKsTcomu1dWvTpaRabwFPcI25kg/OLD0KtHRybA/9J\nubNbN3of8KD22XheKZTCq8zkWbOAtq33IfBy67YDWWliGANGtQBe4XNTytQSs2ZL\njP7rEQKBgQCdDHTtWylvPCXTKzTo8u0tgnodsij1d/cYWiFRQK7B+58bS0CnWMZD\nuWYhdvnxrDf5Mcw56EPEKtGvpblaN7QntGwx7GU1u0bxRxZKh7qzgohftMaQzpuI\n4cgLEyGFV039AhOKNHhxuUHpDqySDUtOxhztbItOrjifR3tJh6qrOA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "16024844d047407dafa04dc513441be4", "name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "fingerprint": "ad:a0:52:31:c6:00:43:e3:e3:25:dd:1f:4f:52:38:ae"}}
2016-10-19 15:11:28,157 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-groups 0.247s
2016-10-19 15:11:28,158 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"security_group": {"description": "tempest-TestVolumeMigrateRetypeAttached-535908421 description", "name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-groups', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '269', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-df8e8a47-0abc-47d9-b985-71e725bd5b99', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:28 GMT'}
Body: {"security_group": {"rules": [], "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "id": "5195c2ba-9029-44ad-9de0-0255a47a6c42", "name": "tempest-TestVolumeMigrateRetypeAttached-535908421", "description": "tempest-TestVolumeMigrateRetypeAttached-535908421 description"}}
2016-10-19 15:11:28,753 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-group-rules 0.591s
2016-10-19 15:11:28,753 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"security_group_rule": {"from_port": 22, "cidr": "0.0.0.0/0", "ip_protocol": "tcp", "parent_group_id": "5195c2ba-9029-44ad-9de0-0255a47a6c42", "to_port": 22}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-group-rules', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '232', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-252942c6-e058-488f-8f0c-e475093eccd1', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:28 GMT'}
Body: {"security_group_rule": {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "5195c2ba-9029-44ad-9de0-0255a47a6c42", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "017b5306-4f8a-4531-8ffc-8479389b0fd0"}}
2016-10-19 15:11:29,364 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-security-group-rules 0.600s
2016-10-19 15:11:29,365 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"security_group_rule": {"from_port": -1, "cidr": "0.0.0.0/0", "ip_protocol": "icmp", "parent_group_id": "5195c2ba-9029-44ad-9de0-0255a47a6c42", "to_port": -1}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-security-group-rules', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '233', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-5060dc58-13eb-4a4a-94f7-b9036a8bbe24', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:29 GMT'}
Body: {"security_group_rule": {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "5195c2ba-9029-44ad-9de0-0255a47a6c42", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "07f549a2-cdd5-44e1-9b61-21b967f04ffc"}}
2016-10-19 15:11:29,368 4770 INFO [tempest.scenario.test_volume_migrate_attached] Creating Volume types
2016-10-19 15:11:29,369 4770 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-generic-2080594431 on backend lvm
2016-10-19 15:11:29,586 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:5000/v2.0/tokens
2016-10-19 15:11:29,587 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: <omitted>
Response - Headers: {'x-openstack-request-id': 'req-17930bde-72b3-44e9-9c4f-521bfdac33d5', 'vary': 'X-Auth-Token', 'content-length': '3484', 'status': '200', 'content-location': 'http://172.24.47.105:5000/v2.0/tokens', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:29 GMT', 'server': 'Apache/2.4.18 (Ubuntu)', 'connection': 'close'}
Body: {"access": {"token": {"issued_at": "2016-10-19T17:11:29.000000Z", "expires": "2016-10-19T18:11:29Z", "id": "33344f9680224b588b142e42b79c7f56", "tenant": {"description": "tempest-TestVolumeMigrateRetypeAttached-1727734072-desc", "enabled": true, "id": "3f4c5ef3cc88453a8a10c57d6f3a21da", "name": "tempest-TestVolumeMigrateRetypeAttached-1727734072"}, "audit_ids": ["GalHUCISTK2UW0gmjAIIjg"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2.1", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2.1", "id": "2796916c736245d09c49d9e08f484e99", "publicURL": "http://172.24.47.105:8774/v2.1"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9696/", "region": "RegionOne", "internalURL": "http://172.24.47.105:9696/", "id": "3467384da7dc487e9f9f47f853a18ced", "publicURL": "http://172.24.47.105:9696/"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v2/3f4c5ef3cc88453a8a10c57d6f3a21da", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v2/3f4c5ef3cc88453a8a10c57d6f3a21da", "id": "456046da9432407eb7218302bda86a2b", "publicURL": "http://172.24.47.105:8776/v2/3f4c5ef3cc88453a8a10c57d6f3a21da"}], "endpoints_links": [], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v3/3f4c5ef3cc88453a8a10c57d6f3a21da", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v3/3f4c5ef3cc88453a8a10c57d6f3a21da", "id": "5a94387a167e4d39bee75be18f606822", "publicURL": "http://172.24.47.105:8776/v3/3f4c5ef3cc88453a8a10c57d6f3a21da"}], "endpoints_links": [], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.24.47.105:9292", "region": "RegionOne", "internalURL": "http://172.24.47.105:9292", "id": "08b9399ab8fa4c5caecc401337d9491b", "publicURL": "http://172.24.47.105:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8774/v2/3f4c5ef3cc88453a8a10c57d6f3a21da", "region": "RegionOne", "internalURL": "http://172.24.47.105:8774/v2/3f4c5ef3cc88453a8a10c57d6f3a21da", "id": "9c29ab61e64b40fba1ad8a688966f9d8", "publicURL": "http://172.24.47.105:8774/v2/3f4c5ef3cc88453a8a10c57d6f3a21da"}], "endpoints_links": [], "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"adminURL": "http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da", "region": "RegionOne", "internalURL": "http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da", "id": "0b1c692ef79647e38c5db48c8a2a9772", "publicURL": "http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://172.24.47.105/identity_admin", "region": "RegionOne", "internalURL": "http://172.24.47.105/identity", "id": "767a1a9169a748de9117c534e8fc1041", "publicURL": "http://172.24.47.105/identity"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "tempest-TestVolumeMigrateRetypeAttached-1727734072", "roles_links": [], "id": "ae8c4e64a04044b8b335837f9a3ff270", "roles": [{"name": "admin"}, {"name": "Member"}, {"name": "_member_"}], "name": "tempest-TestVolumeMigrateRetypeAttached-1727734072"}, "metadata": {"is_admin": 0, "roles": ["29d99e4046fd497787758199ada5a11b", "ef5d174e64ce4791b1479ffa4d792027", "9fe2ff9ee4384b1894a90878d3e92bab"]}}}
2016-10-19 15:11:29,769 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da/types 0.181s
2016-10-19 15:11:29,769 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-2080594431", "extra_specs": {"volume_backend_name": "lvm"}}}
Response - Headers: {'x-openstack-request-id': 'req-4499e085-7491-44ec-80c2-36e66548d1c1', 'content-length': '243', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da/types', 'x-compute-request-id': 'req-4499e085-7491-44ec-80c2-36e66548d1c1', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:29 GMT', 'connection': 'close'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-2080594431", "extra_specs": {"volume_backend_name": "lvm"}, "os-volume-type-access:is_public": true, "is_public": true, "id": "7a729738-f6fd-4289-b66d-04873fd738f2", "description": null}}
2016-10-19 15:11:29,770 4770 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-generic-2015679898 on backend nfs
2016-10-19 15:11:29,911 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da/types 0.140s
2016-10-19 15:11:29,911 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-2015679898", "extra_specs": {"volume_backend_name": "nfs"}}}
Response - Headers: {'x-openstack-request-id': 'req-64085eeb-5050-41e2-81c9-b38706091814', 'content-length': '243', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/3f4c5ef3cc88453a8a10c57d6f3a21da/types', 'x-compute-request-id': 'req-64085eeb-5050-41e2-81c9-b38706091814', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:29 GMT', 'connection': 'close'}
Body: {"volume_type": {"name": "tempest-scenario-type-generic-2015679898", "extra_specs": {"volume_backend_name": "nfs"}, "os-volume-type-access:is_public": true, "is_public": true, "id": "140d2be3-53de-455f-97dd-9ec9fcc81f09", "description": null}}
2016-10-19 15:11:29,912 4770 INFO [tempest.scenario.test_volume_migrate_attached] Created Volume types: tempest-scenario-type-generic-2080594431 tempest-scenario-type-generic-2015679898
2016-10-19 15:11:29,912 4770 INFO [tempest.scenario.test_volume_migrate_attached] Booting instance from volume
2016-10-19 15:11:30,743 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes 0.829s
2016-10-19 15:11:30,743 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"volume": {"snapshot_id": null, "imageRef": "6cbdc823-f630-465e-b749-177557ac48b0", "display_name": "tempest-volume-origin-1943638463", "size": 1, "volume_type": "tempest-scenario-type-generic-2080594431"}}
Response - Headers: {'x-openstack-request-id': 'req-39d316ee-4606-41d9-bfef-11b7357f3ccd', 'content-length': '499', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes', 'x-compute-request-id': 'req-39d316ee-4606-41d9-bfef-11b7357f3ccd', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:30 GMT', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.419185", "multiattach": "false", "display_description": null, "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:30,880 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.136s
2016-10-19 15:11:30,880 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-402ce026-f34f-4ead-8c02-3bf5229dcf71', 'content-length': '515', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-402ce026-f34f-4ead-8c02-3bf5229dcf71', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:30 GMT', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:32,041 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.152s
2016-10-19 15:11:32,041 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-99674b9d-c5a6-4038-b876-8b99f15ff7bf', 'content-length': '515', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-99674b9d-c5a6-4038-b876-8b99f15ff7bf', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:32 GMT', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:33,250 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.206s
2016-10-19 15:11:33,251 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-125a7647-bd4d-4bbe-84a7-e19ea2871bc0', 'content-length': '515', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-125a7647-bd4d-4bbe-84a7-e19ea2871bc0', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:33 GMT', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:34,408 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.154s
2016-10-19 15:11:34,408 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-affe053d-3fad-44c8-9adf-3e449f0a5296', 'content-length': '515', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-affe053d-3fad-44c8-9adf-3e449f0a5296', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:34 GMT', 'connection': 'close'}
Body: {"volume": {"status": "creating", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:35,834 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.424s
2016-10-19 15:11:35,835 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-e9c74c74-37a8-490e-8636-59402f652249', 'content-length': '518', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-e9c74c74-37a8-490e-8636-59402f652249', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:35 GMT', 'connection': 'close'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:36,980 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.143s
2016-10-19 15:11:36,980 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-2227e52b-fd13-4751-8db6-35fd03f61435', 'content-length': '518', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-2227e52b-fd13-4751-8db6-35fd03f61435', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:36 GMT', 'connection': 'close'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:38,199 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.217s
2016-10-19 15:11:38,201 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-2a7d8b15-f71f-4b50-8e18-d180824af743', 'content-length': '518', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-2a7d8b15-f71f-4b50-8e18-d180824af743', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:38 GMT', 'connection': 'close'}
Body: {"volume": {"status": "downloading", "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:39,469 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.266s
2016-10-19 15:11:39,470 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-3468977d-3d1a-4dbd-bcdc-33f48b273b1e', 'content-length': '892', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-3468977d-3d1a-4dbd-bcdc-33f48b273b1e', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:39 GMT', 'connection': 'close'}
Body: {"volume": {"status": "available", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:39,702 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.230s
2016-10-19 15:11:39,702 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'x-openstack-request-id': 'req-a0f93b28-d5b8-4376-bc85-cc1f6b41ede1', 'content-length': '892', 'status': '200', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026', 'x-compute-request-id': 'req-a0f93b28-d5b8-4376-bc85-cc1f6b41ede1', 'content-type': 'application/json', 'date': 'Wed, 19 Oct 2016 17:11:39 GMT', 'connection': 'close'}
Body: {"volume": {"status": "available", "volume_image_metadata": {"kernel_id": "5e70bda6-623f-4217-bcab-6c870f7078e7", "checksum": "eb9139e4942121f22bbc2afc0400b2a4", "min_ram": "0", "ramdisk_id": "63803f54-23fa-4575-9471-18acda1541bb", "disk_format": "ami", "image_name": "cirros-0.3.4-x86_64-uec", "image_id": "6cbdc823-f630-465e-b749-177557ac48b0", "container_format": "ami", "min_disk": "0", "size": "25165824"}, "display_name": "tempest-volume-origin-1943638463", "attachments": [], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2016-10-19T17:11:30.000000", "multiattach": "false", "os-vol-tenant-attr:tenant_id": "bb7b4bee1efb427190f93da7813b0289", "display_description": null, "volume_type": "tempest-scenario-type-generic-2080594431", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "666417fa-298a-406d-b420-5a749dd0d026", "size": 1}}
2016-10-19 15:11:39,718 4770 INFO [tempest.common.fixed_network] (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached) Found network {u'tags': [], u'name': u'tempest-TestVolumeMigrateRetypeAttached-1197649526-network', u'mtu': 1450, u'updated_at': u'2016-10-19T17:11:15Z', u'status': u'ACTIVE', u'router:external': False, u'revision_number': 3, u'admin_state_up': True, u'id': u'55468adb-0caa-4e74-8d21-d4ab52eff58d', u'provider:physical_network': None, u'subnets': [], u'provider:segmentation_id': 47, u'ipv6_address_scope': None, u'created_at': u'2016-10-19T17:11:14Z', u'availability_zone_hints': [], u'tenant_id': u'bb7b4bee1efb427190f93da7813b0289', u'project_id': u'bb7b4bee1efb427190f93da7813b0289', u'description': u'', u'availability_zones': [], u'provider:network_type': u'vxlan', u'shared': False, u'ipv4_address_scope': None, u'port_security_enabled': True} available for tenant
2016-10-19 15:11:42,846 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 202 POST http://172.24.47.105:8774/v2.1/servers 3.126s
2016-10-19 15:11:42,847 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"server": {"security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "name": "tempest.common.compute-instance-405528581", "flavorRef": "42", "imageRef": "", "networks": [{"uuid": "55468adb-0caa-4e74-8d21-d4ab52eff58d"}], "block_device_mapping": [{"device_name": "vda", "volume_id": "666417fa-298a-406d-b420-5a749dd0d026", "delete_on_termination": "0"}], "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478"}}
Response - Headers: {'location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '420', 'openstack-api-version': 'compute 2.1', 'status': '202', 'x-openstack-nova-api-version': '2.1', 'content-location': 'http://172.24.47.105:8774/v2.1/servers', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4f7ab3c-f40a-45e1-be87-29023e6bd10a', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:42 GMT'}
Body: {"server": {"security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "OS-DCF:diskConfig": "MANUAL", "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "adminPass": "zhY4cAa5xqnS"}}
2016-10-19 15:11:43,189 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.336s
2016-10-19 15:11:43,190 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1139', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ba0b62-7fe1-42ea-9b67-5423fbebbe2f', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:43 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:42Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:44,831 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.621s
2016-10-19 15:11:44,832 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1199', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f311d44-d533-4221-a1cd-c471a37c7e56', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:44 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:44Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:44,851 4770 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait
2016-10-19 15:11:46,335 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.482s
2016-10-19 15:11:46,336 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1209', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0b77d71-b6c9-4533-bf57-209997677a1c', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:46 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:45Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:46,356 4770 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 3 second wait
2016-10-19 15:11:48,122 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.757s
2016-10-19 15:11:48,123 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1293', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd42b294-aa8b-4417-aeda-11c1fd8981ab', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:48 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:45Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:49,790 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.648s
2016-10-19 15:11:49,790 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1293', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b8f68d1-f1a3-49ad-bce4-1c0e0066c7f2', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:49 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:45Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:51,344 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.531s
2016-10-19 15:11:51,345 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1293', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb14d83-8229-4f3d-b2ae-e56ac6c62ba0', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:51 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:45Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:53,167 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.766s
2016-10-19 15:11:53,168 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1293', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-568fd726-d657-4e77-9df1-115dcab72687', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:53 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:45Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:54,790 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.601s
2016-10-19 15:11:54,790 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13212a7-419f-40b2-a46e-755144c05830', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:54 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:54,810 4770 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 11 second wait
2016-10-19 15:11:56,713 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.900s
2016-10-19 15:11:56,714 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37d8b0e-c2c2-4abf-8332-a4f487d59c38', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:56 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:58,317 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.583s
2016-10-19 15:11:58,318 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-773f9811-f508-458b-8bbb-41aadbdce242', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:58 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:11:59,671 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.333s
2016-10-19 15:11:59,672 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2c78b8-a589-4302-89f8-8183b6068c98', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:11:59 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:12:01,389 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.707s
2016-10-19 15:12:01,390 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-35164e71-4b60-4926-9e5e-ad061e3fa437', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:01 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:12:03,034 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.622s
2016-10-19 15:12:03,034 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c83892e-8f5f-4d02-aeb2-77daef08ed3c', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:03 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:12:04,668 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.612s
2016-10-19 15:12:04,669 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1281', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4cfa0ad-6239-46b6-91e3-f7d2f1697eb5', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:04 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2016-10-19T17:11:53Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:12:06,011 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.319s
2016-10-19 15:12:06,012 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1472', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-3041bc1c-2382-4a8f-9cc4-44f9a9223631', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:06 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-TestVolumeMigrateRetypeAttached-1197649526-network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:8a:57", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2016-10-19T17:12:04.000000", "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2016-10-19T17:12:05Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:12:06,021 4770 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait
2016-10-19 15:12:06,355 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0 0.333s
2016-10-19 15:12:06,356 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: None
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '1472', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc39dae-e7ac-42c4-ad40-629f7d1f050e', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:06 GMT'}
Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-TestVolumeMigrateRetypeAttached-1197649526-network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:8a:57", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "self"}, {"href": "http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0", "rel": "bookmark"}], "image": "", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2016-10-19T17:12:04.000000", "flavor": {"id": "42", "links": [{"href": "http://172.24.47.105:8774/flavors/42", "rel": "bookmark"}]}, "id": "ccea3478-81c5-472f-afa2-64afa9538fd0", "security_groups": [{"name": "tempest-TestVolumeMigrateRetypeAttached-535908421"}], "user_id": "16024844d047407dafa04dc513441be4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2016-10-19T17:12:05Z", "hostId": "8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestVolumeMigrateRetypeAttached-813627478", "name": "tempest.common.compute-instance-405528581", "created": "2016-10-19T17:11:43Z", "tenant_id": "bb7b4bee1efb427190f93da7813b0289", "os-extended-volumes:volumes_attached": [{"id": "666417fa-298a-406d-b420-5a749dd0d026"}], "config_drive": ""}}
2016-10-19 15:12:06,365 4770 INFO [tempest.scenario.test_volume_migrate_attached] Booted instance: {u'name': u'tempest.common.compute-instance-405528581', u'status': u'ACTIVE', u'hostId': u'8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8', u'image': u'', u'updated': u'2016-10-19T17:12:05Z', u'links': [{u'href': u'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', u'rel': u'self'}, {u'href': u'http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', u'rel': u'bookmark'}], u'id': u'ccea3478-81c5-472f-afa2-64afa9538fd0', u'OS-EXT-STS:vm_state': u'active', u'security_groups': [{u'name': u'tempest-TestVolumeMigrateRetypeAttached-535908421'}], u'accessIPv6': u'', u'accessIPv4': u'', u'os-extended-volumes:volumes_attached': [{u'id': u'666417fa-298a-406d-b420-5a749dd0d026'}], u'tenant_id': u'bb7b4bee1efb427190f93da7813b0289', u'OS-DCF:diskConfig': u'MANUAL', u'metadata': {}, u'addresses': {u'tempest-TestVolumeMigrateRetypeAttached-1197649526-network': [{u'version': 4, u'addr': u'10.0.0.5', u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4d:8a:57', u'OS-EXT-IPS:type': u'fixed'}]}, u'OS-SRV-USG:launched_at': u'2016-10-19T17:12:04.000000', u'config_drive': u'', u'flavor': {u'links': [{u'href': u'http://172.24.47.105:8774/flavors/42', u'rel': u'bookmark'}], u'id': u'42'}, u'progress': 0, u'OS-EXT-STS:power_state': 1, u'created': u'2016-10-19T17:11:43Z', u'user_id': u'16024844d047407dafa04dc513441be4', u'OS-EXT-STS:task_state': None, u'OS-EXT-AZ:availability_zone': u'nova', u'OS-SRV-USG:terminated_at': None, u'key_name': u'tempest-TestVolumeMigrateRetypeAttached-813627478'}
2016-10-19 15:12:06,365 4770 INFO [tempest.scenario.test_volume_migrate_attached] Setting timestamp in instance {u'name': u'tempest.common.compute-instance-405528581', u'status': u'ACTIVE', u'hostId': u'8a39ffe479fe006f672dd0288e3b6bca4acbc0823bf24af2503db6c8', u'image': u'', u'updated': u'2016-10-19T17:12:05Z', u'links': [{u'href': u'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', u'rel': u'self'}, {u'href': u'http://172.24.47.105:8774/servers/ccea3478-81c5-472f-afa2-64afa9538fd0', u'rel': u'bookmark'}], u'id': u'ccea3478-81c5-472f-afa2-64afa9538fd0', u'OS-EXT-STS:vm_state': u'active', u'security_groups': [{u'name': u'tempest-TestVolumeMigrateRetypeAttached-535908421'}], u'accessIPv6': u'', u'accessIPv4': u'', u'os-extended-volumes:volumes_attached': [{u'id': u'666417fa-298a-406d-b420-5a749dd0d026'}], u'tenant_id': u'bb7b4bee1efb427190f93da7813b0289', u'OS-DCF:diskConfig': u'MANUAL', u'metadata': {}, u'addresses': {u'tempest-TestVolumeMigrateRetypeAttached-1197649526-network': [{u'version': 4, u'addr': u'10.0.0.5', u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4d:8a:57', u'OS-EXT-IPS:type': u'fixed'}]}, u'OS-SRV-USG:launched_at': u'2016-10-19T17:12:04.000000', u'config_drive': u'', u'flavor': {u'links': [{u'href': u'http://172.24.47.105:8774/flavors/42', u'rel': u'bookmark'}], u'id': u'42'}, u'progress': 0, u'OS-EXT-STS:power_state': 1, u'created': u'2016-10-19T17:11:43Z', u'user_id': u'16024844d047407dafa04dc513441be4', u'OS-EXT-STS:task_state': None, u'OS-EXT-AZ:availability_zone': u'nova', u'OS-SRV-USG:terminated_at': None, u'key_name': u'tempest-TestVolumeMigrateRetypeAttached-813627478'}
2016-10-19 15:12:07,694 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 POST http://172.24.47.105:8774/v2.1/os-floating-ips 1.328s
2016-10-19 15:12:07,695 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"pool": null}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/os-floating-ips', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '141', 'openstack-api-version': 'compute 2.1', 'status': '200', 'x-openstack-nova-api-version': '2.1', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc32b2d8-b14b-4f93-945e-e545297a1c1f', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:07 GMT'}
Body: {"floating_ip": {"instance_id": null, "ip": "172.24.4.13", "fixed_ip": null, "id": "8a135921-fdda-4294-820c-2db22b3b1545", "pool": "public"}}
2016-10-19 15:12:09,313 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 202 POST http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0/action 1.615s
2016-10-19 15:12:09,313 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"addFloatingIp": {"address": "172.24.4.13"}}
Response - Headers: {'content-location': 'http://172.24.47.105:8774/v2.1/servers/ccea3478-81c5-472f-afa2-64afa9538fd0/action', 'vary': 'X-OpenStack-Nova-API-Version', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'status': '202', 'x-openstack-nova-api-version': '2.1', 'content-type': 'text/html; charset=UTF-8', 'x-compute-request-id': 'req-6fd23f19-75cc-490b-94f2-a9792558f75e', 'connection': 'close', 'date': 'Wed, 19 Oct 2016 17:12:09 GMT'}
Body:
2016-10-19 15:12:09,441 4770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.13' as 'cirros' with public key authentication
2016-10-19 15:12:12,441 4770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.13 ([Errno None] Unable to connect to port 22 on 172.24.4.13). Number attempts: 1. Retry after 2 seconds.
2016-10-19 15:12:15,440 4770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.13 ([Errno None] Unable to connect to port 22 on 172.24.4.13). Number attempts: 2. Retry after 3 seconds.
2016-10-19 15:12:21,945 4770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.13 ([Errno None] Unable to connect to port 22 on 172.24.4.13). Number attempts: 3. Retry after 4 seconds.
2016-10-19 15:12:26,452 4770 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2012.55)
2016-10-19 15:12:26,552 4770 INFO [paramiko.transport] Authentication (publickey) successful!
2016-10-19 15:12:26,553 4770 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.13 successfully created
2016-10-19 15:12:26,668 4770 DEBUG [tempest.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo sh -c "date > /mnt/timestamp; sync"
2016-10-19 15:12:26,668 4770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.13' as 'cirros' with public key authentication
2016-10-19 15:12:26,670 4770 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2012.55)
2016-10-19 15:12:26,767 4770 INFO [paramiko.transport] Authentication (publickey) successful!
2016-10-19 15:12:26,770 4770 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.13 successfully created
2016-10-19 15:12:26,859 4770 DEBUG [tempest.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo cat /mnt/timestamp
2016-10-19 15:12:26,859 4770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.13' as 'cirros' with public key authentication
2016-10-19 15:12:26,861 4770 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2012.55)
2016-10-19 15:12:26,960 4770 INFO [paramiko.transport] Authentication (publickey) successful!
2016-10-19 15:12:26,964 4770 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.13 successfully created
2016-10-19 15:12:27,085 4770 INFO [tempest.scenario.test_volume_migrate_attached] Retyping Volume 666417fa-298a-406d-b420-5a749dd0d026 to new type tempest-scenario-type-generic-2015679898
2016-10-19 15:12:27,511 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 202 POST http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026/action 0.425s
2016-10-19 15:12:27,512 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"os-retype": {"new_type": "tempest-scenario-type-generic-2015679898", "migration_policy": "on-demand"}}
Response - Headers: {'x-openstack-request-id': 'req-983edc9a-6888-48de-acbb-6f6a07d70f86', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'date': 'Wed, 19 Oct 2016 17:12:27 GMT', 'connection': 'close', 'status': '202', 'content-location': 'http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026/action'}
Body:
2016-10-19 15:12:27,638 4770 INFO [tempest.lib.common.rest_client] Request (TestVolumeMigrateRetypeAttached:test_volume_migrate_attached): 200 GET http://172.24.47.105:8776/v1/bb7b4bee1efb427190f93da7813b0289/volumes/666417fa-298a-406d-b420-5a749dd0d026 0.126s
2016-10-19 15:12:27,639 4770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment