2018-07-17 06:30:42,617 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-156 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-17 06:30:42,619 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.28,192.30.9.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=104w2BsqZf8GslqwGQ2zeDPy0 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=1efef49fb93e45b19b2e687db1e302da export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-07-17 06:30:42,620 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-17 06:30:42,620 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-17 06:30:42,644 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-17 06:30:42,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:30:42,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:30:42,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:30:42,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:30:42,995 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-17 06:30:42,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-17 06:30:42,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:30:43,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-548401ca-d738-4eb9-baa5-f5869a96bb5a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:30:43,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-548401ca-d738-4eb9-baa5-f5869a96bb5a 2018-07-17 06:30:43,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:30:43,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["VJse_O7lQ_a6HXOyImDQuQ"], "issued_at": "2018-07-17T06:30:43.000000Z"}} 2018-07-17 06:30:43,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:44,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d43236d-1c28-450f-b9d8-3fe9a10ef402 x-compute-request-id: req-6d43236d-1c28-450f-b9d8-3fe9a10ef402 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-17 06:30:44,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-6d43236d-1c28-450f-b9d8-3fe9a10ef402 2018-07-17 06:30:44,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.11982297897s 2018-07-17 06:30:44,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-6d43236d-1c28-450f-b9d8-3fe9a10ef402 2018-07-17 06:30:44,116 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-17 06:30:44,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:30:44,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:30:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-861cf812-c12e-4085-b76d-070ecf844087 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:30:44,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-861cf812-c12e-4085-b76d-070ecf844087 2018-07-17 06:30:44,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:30:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:44,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce4985be-1567-49e7-b935-c39168c06155 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:30:44,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ce4985be-1567-49e7-b935-c39168c06155 2018-07-17 06:30:44,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.157451868057s 2018-07-17 06:30:44,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ce4985be-1567-49e7-b935-c39168c06155 2018-07-17 06:30:44,284 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'6c0bd4e59bbc4eda8b5def0751b22918', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-17 06:30:44,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-17 06:30:44,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:44,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e00e9c3-e670-4125-b7f9-f633bc8048e0 Content-Encoding: gzip Content-Length: 1962 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a302de7d4984790bd95ba8f61a7f588"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33915309cb2f4938b7df5d738bf075b9", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/12ce361891e547158460feb5839fcef8"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10030bb77b4d4b44a92e2a33e215beb0", "id": "12ce361891e547158460feb5839fcef8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/13e68997a84347f8ab788c74c0af0699"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9abaee6bea894ab08c652b024fc04347", "id": "13e68997a84347f8ab788c74c0af0699"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1fb0f856ada44630ad3b53896fc135f0"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88dbef47bc4de6aead922b3af7d7b3", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2157fa76773946c5be6012c1cf07ae60"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "648a7195cd014a28bc9e1706c8506e14", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/22598de334b344f4ad5abc794e6b3627"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10030bb77b4d4b44a92e2a33e215beb0", "id": "22598de334b344f4ad5abc794e6b3627"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2294d7f41db94d7d8381c157fa360c4d"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "81a11c327b7b48ae865ff498d638b22a", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f985c0b71bf46d599e51bbfa8aa2ad6"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f886c20e07fa4b998bb54699b6fab25d", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f99d14b89184160b97a477fdc511907"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f886c20e07fa4b998bb54699b6fab25d", "id": "2f99d14b89184160b97a477fdc511907"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/31a0ba7f568b4488a459d9aef626a1b8"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9abaee6bea894ab08c652b024fc04347", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3229af0c39cf4798a59dd72a54945780"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2634a80c9bc34ce492594343214c35bb", "id": "3229af0c39cf4798a59dd72a54945780"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/36d321c46bad415c9c696b457d260011"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5ad5b4d535424aad85af3d4e7393b6ce", "id": "36d321c46bad415c9c696b457d260011"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/43cb3ddb55734442942f0bd18bfa249c"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3198d5c65b3c420caff7524055f409f9", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/49afebd1ab5741adb513f0770faeb36e"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3726e417498748ee971468ad63efc5de", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4a00ed53ec6d4640ba1042b49b529877"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33915309cb2f4938b7df5d738bf075b9", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/525ce8c28b86488b81b5467a912ae0a9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f886c20e07fa4b998bb54699b6fab25d", "id": "525ce8c28b86488b81b5467a912ae0a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5a6d1702b6e04953ba72631d3f39d7de"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10030bb77b4d4b44a92e2a33e215beb0", "id": "5a6d1702b6e04953ba72631d3f39d7de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d86bed241f54c89a1b7b80c32ada86b"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9abaee6bea894ab08c652b024fc04347", "id": "5d86bed241f54c89a1b7b80c32ada86b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ed83db7118040249b0af80ed2819a96"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e621eb322ee54e2eb0a556239fae008c", "id": "5ed83db7118040249b0af80ed2819a96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/612166e71d2a47fab7a8ca4a7de1e0b1"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e621eb322ee54e2eb0a556239fae008c", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8695ba2b9d8543b8a297d009df8fb0a7"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5ad5b4d535424aad85af3d4e7393b6ce", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9001d9cb363d43789c3db53958ced077"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88dbef47bc4de6aead922b3af7d7b3", "id": "9001d9cb363d43789c3db53958ced077"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/94b4d0df6eed4dcdb9ada4a0bcd506f2"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e621eb322ee54e2eb0a556239fae008c", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/96cf4305529643c9bdcf9168b298c8e5"}, "url": "http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "585c8b8cf4dd44a18d10bfd41db4983b", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a317f2c1e2134213af52fa918067885e"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2a43fd218e6c4845ad964139b32048ce", "id": "a317f2c1e2134213af52fa918067885e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a31a7488a7a14ad0a7649b618ccd5ae7"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88dbef47bc4de6aead922b3af7d7b3", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a800f575bf6f48219e766b7c90d071de"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2a43fd218e6c4845ad964139b32048ce", "id": "a800f575bf6f48219e766b7c90d071de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3198d5c65b3c420caff7524055f409f9", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b427fbac1cf147b0b896f6b6025ebc5f"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "585c8b8cf4dd44a18d10bfd41db4983b", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b55388f42327442b9ea393dce391b89b"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3726e417498748ee971468ad63efc5de", "id": "b55388f42327442b9ea393dce391b89b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b7258329cdff43d684290ec0fc20a6e5"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "81a11c327b7b48ae865ff498d638b22a", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d3335ccd9da945a4adbea3ccfe8a152c"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "81a11c327b7b48ae865ff498d638b22a", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d7275dd4fe14423080db8a5ad5b74ec2"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "648a7195cd014a28bc9e1706c8506e14", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc7f67c005b141b99d8ddd68e35aab44"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5ad5b4d535424aad85af3d4e7393b6ce", "id": "dc7f67c005b141b99d8ddd68e35aab44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e4f8ce83d7904916b38707a13bc8d168"}, "url": "http://12.0.0.29:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "585c8b8cf4dd44a18d10bfd41db4983b", "id": "e4f8ce83d7904916b38707a13bc8d168"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e4faa8880fac4e37b5a3916ec43b856b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3198d5c65b3c420caff7524055f409f9", "id": "e4faa8880fac4e37b5a3916ec43b856b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/eed6282a79324fbcbbc560d368518dea"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2634a80c9bc34ce492594343214c35bb", "id": "eed6282a79324fbcbbc560d368518dea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f208a5960956434eb27e1f39b59a0bdc"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3726e417498748ee971468ad63efc5de", "id": "f208a5960956434eb27e1f39b59a0bdc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f27abbed4857495da928fc721b9cf47e"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33915309cb2f4938b7df5d738bf075b9", "id": "f27abbed4857495da928fc721b9cf47e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f400f271abbe44c4a406da5115bc697f"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2a43fd218e6c4845ad964139b32048ce", "id": "f400f271abbe44c4a406da5115bc697f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fb743a66370f4196ad92598592c2d509"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "648a7195cd014a28bc9e1706c8506e14", "id": "fb743a66370f4196ad92598592c2d509"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fec089c05de14efb9fe63bb1e3b0a6f6"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2634a80c9bc34ce492594343214c35bb", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-17 06:30:44,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-0e00e9c3-e670-4125-b7f9-f633bc8048e0 2018-07-17 06:30:44,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.168300151825s 2018-07-17 06:30:44,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-0e00e9c3-e670-4125-b7f9-f633bc8048e0 2018-07-17 06:30:44,463 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0a302de7d4984790bd95ba8f61a7f588'}, u'url': u'http://172.30.9.28:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'33915309cb2f4938b7df5d738bf075b9', u'id': u'0a302de7d4984790bd95ba8f61a7f588'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/12ce361891e547158460feb5839fcef8'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'10030bb77b4d4b44a92e2a33e215beb0', u'id': u'12ce361891e547158460feb5839fcef8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/13e68997a84347f8ab788c74c0af0699'}, u'url': u'http://172.30.9.28:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9abaee6bea894ab08c652b024fc04347', u'id': u'13e68997a84347f8ab788c74c0af0699'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1fb0f856ada44630ad3b53896fc135f0'}, u'url': u'http://172.30.9.28:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fa88dbef47bc4de6aead922b3af7d7b3', u'id': u'1fb0f856ada44630ad3b53896fc135f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2157fa76773946c5be6012c1cf07ae60'}, u'url': u'http://172.30.9.28:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'648a7195cd014a28bc9e1706c8506e14', u'id': u'2157fa76773946c5be6012c1cf07ae60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/22598de334b344f4ad5abc794e6b3627'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'10030bb77b4d4b44a92e2a33e215beb0', u'id': u'22598de334b344f4ad5abc794e6b3627'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2294d7f41db94d7d8381c157fa360c4d'}, u'url': u'http://172.30.9.28:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'81a11c327b7b48ae865ff498d638b22a', u'id': u'2294d7f41db94d7d8381c157fa360c4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2f985c0b71bf46d599e51bbfa8aa2ad6'}, u'url': u'http://172.30.9.28:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f886c20e07fa4b998bb54699b6fab25d', u'id': u'2f985c0b71bf46d599e51bbfa8aa2ad6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/2f99d14b89184160b97a477fdc511907'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f886c20e07fa4b998bb54699b6fab25d', u'id': u'2f99d14b89184160b97a477fdc511907'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/31a0ba7f568b4488a459d9aef626a1b8'}, u'url': u'http://192.30.9.9:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9abaee6bea894ab08c652b024fc04347', u'id': u'31a0ba7f568b4488a459d9aef626a1b8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/3229af0c39cf4798a59dd72a54945780'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2634a80c9bc34ce492594343214c35bb', u'id': u'3229af0c39cf4798a59dd72a54945780'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/36d321c46bad415c9c696b457d260011'}, u'url': u'http://172.30.9.28:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5ad5b4d535424aad85af3d4e7393b6ce', u'id': u'36d321c46bad415c9c696b457d260011'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/43cb3ddb55734442942f0bd18bfa249c'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3198d5c65b3c420caff7524055f409f9', u'id': u'43cb3ddb55734442942f0bd18bfa249c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/49afebd1ab5741adb513f0770faeb36e'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3726e417498748ee971468ad63efc5de', u'id': u'49afebd1ab5741adb513f0770faeb36e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/4a00ed53ec6d4640ba1042b49b529877'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'33915309cb2f4938b7df5d738bf075b9', u'id': u'4a00ed53ec6d4640ba1042b49b529877'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/525ce8c28b86488b81b5467a912ae0a9'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f886c20e07fa4b998bb54699b6fab25d', u'id': u'525ce8c28b86488b81b5467a912ae0a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5a6d1702b6e04953ba72631d3f39d7de'}, u'url': u'http://172.30.9.28:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'10030bb77b4d4b44a92e2a33e215beb0', u'id': u'5a6d1702b6e04953ba72631d3f39d7de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5d86bed241f54c89a1b7b80c32ada86b'}, u'url': u'http://192.30.9.9:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9abaee6bea894ab08c652b024fc04347', u'id': u'5d86bed241f54c89a1b7b80c32ada86b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5ed83db7118040249b0af80ed2819a96'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e621eb322ee54e2eb0a556239fae008c', u'id': u'5ed83db7118040249b0af80ed2819a96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/612166e71d2a47fab7a8ca4a7de1e0b1'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e621eb322ee54e2eb0a556239fae008c', u'id': u'612166e71d2a47fab7a8ca4a7de1e0b1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8695ba2b9d8543b8a297d009df8fb0a7'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5ad5b4d535424aad85af3d4e7393b6ce', u'id': u'8695ba2b9d8543b8a297d009df8fb0a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9001d9cb363d43789c3db53958ced077'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fa88dbef47bc4de6aead922b3af7d7b3', u'id': u'9001d9cb363d43789c3db53958ced077'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/94b4d0df6eed4dcdb9ada4a0bcd506f2'}, u'url': u'http://172.30.9.28:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e621eb322ee54e2eb0a556239fae008c', u'id': u'94b4d0df6eed4dcdb9ada4a0bcd506f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/96cf4305529643c9bdcf9168b298c8e5'}, u'url': u'http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'585c8b8cf4dd44a18d10bfd41db4983b', u'id': u'96cf4305529643c9bdcf9168b298c8e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a317f2c1e2134213af52fa918067885e'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2a43fd218e6c4845ad964139b32048ce', u'id': u'a317f2c1e2134213af52fa918067885e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a31a7488a7a14ad0a7649b618ccd5ae7'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fa88dbef47bc4de6aead922b3af7d7b3', u'id': u'a31a7488a7a14ad0a7649b618ccd5ae7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a800f575bf6f48219e766b7c90d071de'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2a43fd218e6c4845ad964139b32048ce', u'id': u'a800f575bf6f48219e766b7c90d071de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/af8ae9c1c0cf4ec19dc6ab3bde8a81ec'}, u'url': u'http://172.30.9.28:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3198d5c65b3c420caff7524055f409f9', u'id': u'af8ae9c1c0cf4ec19dc6ab3bde8a81ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b427fbac1cf147b0b896f6b6025ebc5f'}, u'url': u'http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'585c8b8cf4dd44a18d10bfd41db4983b', u'id': u'b427fbac1cf147b0b896f6b6025ebc5f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b55388f42327442b9ea393dce391b89b'}, u'url': u'http://172.30.9.28:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3726e417498748ee971468ad63efc5de', u'id': u'b55388f42327442b9ea393dce391b89b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b7258329cdff43d684290ec0fc20a6e5'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'81a11c327b7b48ae865ff498d638b22a', u'id': u'b7258329cdff43d684290ec0fc20a6e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d3335ccd9da945a4adbea3ccfe8a152c'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'81a11c327b7b48ae865ff498d638b22a', u'id': u'd3335ccd9da945a4adbea3ccfe8a152c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d7275dd4fe14423080db8a5ad5b74ec2'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'648a7195cd014a28bc9e1706c8506e14', u'id': u'd7275dd4fe14423080db8a5ad5b74ec2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/dc7f67c005b141b99d8ddd68e35aab44'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5ad5b4d535424aad85af3d4e7393b6ce', u'id': u'dc7f67c005b141b99d8ddd68e35aab44'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e4f8ce83d7904916b38707a13bc8d168'}, u'url': u'http://12.0.0.29:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'585c8b8cf4dd44a18d10bfd41db4983b', u'id': u'e4f8ce83d7904916b38707a13bc8d168'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e4faa8880fac4e37b5a3916ec43b856b'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3198d5c65b3c420caff7524055f409f9', u'id': u'e4faa8880fac4e37b5a3916ec43b856b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/eed6282a79324fbcbbc560d368518dea'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2634a80c9bc34ce492594343214c35bb', u'id': u'eed6282a79324fbcbbc560d368518dea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f208a5960956434eb27e1f39b59a0bdc'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3726e417498748ee971468ad63efc5de', u'id': u'f208a5960956434eb27e1f39b59a0bdc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f27abbed4857495da928fc721b9cf47e'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'33915309cb2f4938b7df5d738bf075b9', u'id': u'f27abbed4857495da928fc721b9cf47e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f400f271abbe44c4a406da5115bc697f'}, u'url': u'http://172.30.9.28:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2a43fd218e6c4845ad964139b32048ce', u'id': u'f400f271abbe44c4a406da5115bc697f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/fb743a66370f4196ad92598592c2d509'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'648a7195cd014a28bc9e1706c8506e14', u'id': u'fb743a66370f4196ad92598592c2d509'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/fec089c05de14efb9fe63bb1e3b0a6f6'}, u'url': u'http://172.30.9.28:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2634a80c9bc34ce492594343214c35bb', u'id': u'fec089c05de14efb9fe63bb1e3b0a6f6'})] 2018-07-17 06:30:44,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-17 06:30:44,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:44,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfe1c7ca-269e-400a-9ded-993a1d23c741 x-compute-request-id: req-bfe1c7ca-269e-400a-9ded-993a1d23c741 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-17 06:30:44,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-bfe1c7ca-269e-400a-9ded-993a1d23c741 2018-07-17 06:30:44,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.110981941223s 2018-07-17 06:30:44,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-bfe1c7ca-269e-400a-9ded-993a1d23c741 2018-07-17 06:30:44,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-17 06:30:44,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:45,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e25633c-aee1-4d22-a26f-af47c423fe77 x-compute-request-id: req-2e25633c-aee1-4d22-a26f-af47c423fe77 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-17 06:30:45,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-2e25633c-aee1-4d22-a26f-af47c423fe77 2018-07-17 06:30:45,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.19890713692s 2018-07-17 06:30:45,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-2e25633c-aee1-4d22-a26f-af47c423fe77 2018-07-17 06:30:45,792 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-17 06:30:45,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:30:45,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:45,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-04c2702a-26cc-465e-9b09-a31e81327c38 Date: Tue, 17 Jul 2018 06:30:45 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:30:45,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-04c2702a-26cc-465e-9b09-a31e81327c38 2018-07-17 06:30:45,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0555341243744s 2018-07-17 06:30:45,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-04c2702a-26cc-465e-9b09-a31e81327c38 2018-07-17 06:30:45,852 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-17 06:30:45,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-17 06:30:45,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e14cdcb-ee09-461a-afd6-8be53502268d x-compute-request-id: req-0e14cdcb-ee09-461a-afd6-8be53502268d Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 6}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-17 06:30:46,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-0e14cdcb-ee09-461a-afd6-8be53502268d 2018-07-17 06:30:46,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191264152527s 2018-07-17 06:30:46,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-0e14cdcb-ee09-461a-afd6-8be53502268d 2018-07-17 06:30:46,045 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 4}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 6}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-17 06:30:46,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-17 06:30:46,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54a86672-8db4-4445-b8c0-a9f996eb5fb1 x-compute-request-id: req-54a86672-8db4-4445-b8c0-a9f996eb5fb1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-17 06:30:46,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-54a86672-8db4-4445-b8c0-a9f996eb5fb1 2018-07-17 06:30:46,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.125995874405s 2018-07-17 06:30:46,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-54a86672-8db4-4445-b8c0-a9f996eb5fb1 2018-07-17 06:30:46,173 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-17 06:30:46,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:30:46,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-40c3755f-1b0b-4148-a747-1adf8d4ad63a Date: Tue, 17 Jul 2018 06:30:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:30:46,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-40c3755f-1b0b-4148-a747-1adf8d4ad63a 2018-07-17 06:30:46,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0760059356689s 2018-07-17 06:30:46,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-40c3755f-1b0b-4148-a747-1adf8d4ad63a 2018-07-17 06:30:46,250 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-17T06:28:35Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'a157a773b0f94b8488176a42925137e9', u'created_at': u'2018-07-17T06:28:30Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a157a773b0f94b8488176a42925137e9'})] 2018-07-17 06:30:46,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:30:46,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-75ae544b-c473-4542-9eb2-39c655e0fc05 Date: Tue, 17 Jul 2018 06:30:46 GMT RESP BODY: {"ports":[]} 2018-07-17 06:30:46,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-75ae544b-c473-4542-9eb2-39c655e0fc05 2018-07-17 06:30:46,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0293340682983s 2018-07-17 06:30:46,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-75ae544b-c473-4542-9eb2-39c655e0fc05 2018-07-17 06:30:46,280 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-17 06:30:46,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:30:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262c0033-92ad-448d-aa2a-6cff955c040f Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "24bf2a4fd1184109b6fd76e7d8eef2a6"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/24bf2a4fd1184109b6fd76e7d8eef2a6/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "383db538323842f88cb77540e6e52c7c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/383db538323842f88cb77540e6e52c7c/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "3f18722615394e35bb7cea4a421d6a7a"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/3f18722615394e35bb7cea4a421d6a7a/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "57884fd6876d420c87545898c1c20fd4"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/57884fd6876d420c87545898c1c20fd4/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "72907e7f3950414da6b779c05cf53f06"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/72907e7f3950414da6b779c05cf53f06/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "4dd3c7a759354bbfb7511fb8176022e3"}, "user": {"id": "7fc78d56bb3b464787e9a6d12eb8daa8"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/7fc78d56bb3b464787e9a6d12eb8daa8/roles/4dd3c7a759354bbfb7511fb8176022e3"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "7fc78d56bb3b464787e9a6d12eb8daa8"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/7fc78d56bb3b464787e9a6d12eb8daa8/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "b02f64c8ad234a488dd1a2d26eaf0f32"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/b02f64c8ad234a488dd1a2d26eaf0f32/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "be0279da3df0421ca32bd7c308dac33b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/be0279da3df0421ca32bd7c308dac33b/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "ce428fd8ceda4df3834ce810787c2e38"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/ce428fd8ceda4df3834ce810787c2e38/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "d26a5318c00b489ab131ae24a165793f"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/d26a5318c00b489ab131ae24a165793f/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "d2dc55c38584443db738a30a80d77415"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/d2dc55c38584443db738a30a80d77415/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "1efef49fb93e45b19b2e687db1e302da"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da/users/e27d8a67ca6e47a782fb0092b2db5e5d/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"project": {"id": "a157a773b0f94b8488176a42925137e9"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "f62feb8ad9fc4e718eca3390ef68b7b7"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9/users/f62feb8ad9fc4e718eca3390ef68b7b7/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"domain": {"id": "6c0bd4e59bbc4eda8b5def0751b22918"}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "b689f97c222e43f68d7a7974bc79836b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918/users/b689f97c222e43f68d7a7974bc79836b/roles/f5c1ab26bebd4a01805c3de8e865f233"}}, {"scope": {"system": {"all": true}}, "role": {"id": "f5c1ab26bebd4a01805c3de8e865f233"}, "user": {"id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "links": {"assignment": "http://172.30.9.28:5000/v3/system/users/e27d8a67ca6e47a782fb0092b2db5e5d/roles/f5c1ab26bebd4a01805c3de8e865f233"}}], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-17 06:30:46,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-262c0033-92ad-448d-aa2a-6cff955c040f 2018-07-17 06:30:46,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103307962418s 2018-07-17 06:30:46,387 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-262c0033-92ad-448d-aa2a-6cff955c040f 2018-07-17 06:30:46,390 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'24bf2a4fd1184109b6fd76e7d8eef2a6'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'383db538323842f88cb77540e6e52c7c'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'3f18722615394e35bb7cea4a421d6a7a'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'57884fd6876d420c87545898c1c20fd4'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'72907e7f3950414da6b779c05cf53f06'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'4dd3c7a759354bbfb7511fb8176022e3', 'user': u'7fc78d56bb3b464787e9a6d12eb8daa8'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'7fc78d56bb3b464787e9a6d12eb8daa8'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'b02f64c8ad234a488dd1a2d26eaf0f32'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'be0279da3df0421ca32bd7c308dac33b'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'ce428fd8ceda4df3834ce810787c2e38'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'd26a5318c00b489ab131ae24a165793f'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'd2dc55c38584443db738a30a80d77415'}), Munch({'project': u'1efef49fb93e45b19b2e687db1e302da', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'e27d8a67ca6e47a782fb0092b2db5e5d'}), Munch({'project': u'a157a773b0f94b8488176a42925137e9', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'f62feb8ad9fc4e718eca3390ef68b7b7'}), Munch({'domain': u'6c0bd4e59bbc4eda8b5def0751b22918', 'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'b689f97c222e43f68d7a7974bc79836b'}), Munch({'id': u'f5c1ab26bebd4a01805c3de8e865f233', 'user': u'e27d8a67ca6e47a782fb0092b2db5e5d'})] 2018-07-17 06:30:46,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:30:46,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf49532-f247-4ff4-928d-3a835ec1af3b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:30:46,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8bf49532-f247-4ff4-928d-3a835ec1af3b 2018-07-17 06:30:46,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104502916336s 2018-07-17 06:30:46,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8bf49532-f247-4ff4-928d-3a835ec1af3b 2018-07-17 06:30:46,500 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'4dd3c7a759354bbfb7511fb8176022e3'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'6886fe72332241db83c4c377e2e28dec'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'6e715159a88a4946aa03c57a6e78880f'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'997b0255656f4410aebb4b10d44bb8a5'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'd8ca68d6fa6a41b0b722095d385fa2dc'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'f5c1ab26bebd4a01805c3de8e865f233'})] 2018-07-17 06:30:46,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:30:46,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9b5b75f5-4417-4198-bd25-186e95c8feb7 Date: Tue, 17 Jul 2018 06:30:46 GMT RESP BODY: {"routers": []} 2018-07-17 06:30:46,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9b5b75f5-4417-4198-bd25-186e95c8feb7 2018-07-17 06:30:46,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0447890758514s 2018-07-17 06:30:46,546 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9b5b75f5-4417-4198-bd25-186e95c8feb7 2018-07-17 06:30:46,546 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-17 06:30:46,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:30:46,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bf45010-2112-4197-9d63-2fd698117ab3 x-compute-request-id: req-6bf45010-2112-4197-9d63-2fd698117ab3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 06:30:46,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6bf45010-2112-4197-9d63-2fd698117ab3 2018-07-17 06:30:46,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.118096828461s 2018-07-17 06:30:46,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6bf45010-2112-4197-9d63-2fd698117ab3 2018-07-17 06:30:46,665 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-17 06:30:46,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-17 06:30:46,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:30:46,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb105d00-8740-4eec-91d3-1974e13f46c7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-07-17 06:30:46,679 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-fb105d00-8740-4eec-91d3-1974e13f46c7 2018-07-17 06:30:46,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2cee39-48d7-4b7d-bdd1-d2dcd344e953 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10030bb77b4d4b44a92e2a33e215beb0"}, "enabled": true, "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2634a80c9bc34ce492594343214c35bb"}, "enabled": true, "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2745f87d6f4a46c282101d934e5073b1"}, "enabled": true, "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2a43fd218e6c4845ad964139b32048ce"}, "enabled": true, "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/3198d5c65b3c420caff7524055f409f9"}, "enabled": true, "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/33915309cb2f4938b7df5d738bf075b9"}, "enabled": true, "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/3726e417498748ee971468ad63efc5de"}, "enabled": true, "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/585c8b8cf4dd44a18d10bfd41db4983b"}, "enabled": true, "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5ad5b4d535424aad85af3d4e7393b6ce"}, "enabled": true, "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/648a7195cd014a28bc9e1706c8506e14"}, "enabled": true, "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/81a11c327b7b48ae865ff498d638b22a"}, "enabled": true, "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/9abaee6bea894ab08c652b024fc04347"}, "enabled": true, "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e621eb322ee54e2eb0a556239fae008c"}, "enabled": true, "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/f886c20e07fa4b998bb54699b6fab25d"}, "enabled": true, "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/fa88dbef47bc4de6aead922b3af7d7b3"}, "enabled": true, "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-07-17 06:30:46,780 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-7f2cee39-48d7-4b7d-bdd1-d2dcd344e953 2018-07-17 06:30:46,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.111436843872s 2018-07-17 06:30:46,780 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-7f2cee39-48d7-4b7d-bdd1-d2dcd344e953 2018-07-17 06:30:46,786 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'10030bb77b4d4b44a92e2a33e215beb0', 'name': u'glance'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'2634a80c9bc34ce492594343214c35bb', 'name': u'aodh'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'2745f87d6f4a46c282101d934e5073b1', 'name': u'ceilometer'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'2a43fd218e6c4845ad964139b32048ce', 'name': u'nova'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'3198d5c65b3c420caff7524055f409f9', 'name': u'placement'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'33915309cb2f4938b7df5d738bf075b9', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'3726e417498748ee971468ad63efc5de', 'name': u'cinderv2'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'585c8b8cf4dd44a18d10bfd41db4983b', 'name': u'swift'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'5ad5b4d535424aad85af3d4e7393b6ce', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'648a7195cd014a28bc9e1706c8506e14', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'81a11c327b7b48ae865ff498d638b22a', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'9abaee6bea894ab08c652b024fc04347', 'name': u'keystone'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'e621eb322ee54e2eb0a556239fae008c', 'name': u'panko'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'f886c20e07fa4b998bb54699b6fab25d', 'name': u'heat-cfn'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'fa88dbef47bc4de6aead922b3af7d7b3', 'name': u'neutron'})] 2018-07-17 06:30:46,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:30:46,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b2557ec65e29dbe570c908448ca545d24c77c4a2" 2018-07-17 06:30:46,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-73f3554e-c97a-4cb0-81e7-6f2eb942a5af Date: Tue, 17 Jul 2018 06:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:35Z","dns_nameservers":[],"updated_at":"2018-07-17T06:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a157a773b0f94b8488176a42925137e9","id":"01b3b688-ae23-4e66-b1d6-1a11f0a1a40b","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-17 06:30:46,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-73f3554e-c97a-4cb0-81e7-6f2eb942a5af 2018-07-17 06:30:46,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0432760715485s 2018-07-17 06:30:46,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-73f3554e-c97a-4cb0-81e7-6f2eb942a5af 2018-07-17 06:30:46,831 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:28:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'tenant_id': u'a157a773b0f94b8488176a42925137e9', u'created_at': u'2018-07-17T06:28:35Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'a157a773b0f94b8488176a42925137e9'})] 2018-07-17 06:30:46,954 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:30:46,954 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-17 06:30:47,017 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-17 06:30:47,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:30:47,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:30:47,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:30:47,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:30:47,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:30:47,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:30:47,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:30:47,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:30:47,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7dcf7bf-7d6b-4bd9-8d5a-b0a315c91807 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:30:47,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c7dcf7bf-7d6b-4bd9-8d5a-b0a315c91807 2018-07-17 06:30:47,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:30:47,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["LjLPQDAARw2Y0AKKZxvB9Q"], "issued_at": "2018-07-17T06:30:47.000000Z"}} 2018-07-17 06:30:47,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:30:47,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:48,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a1bcf392-0a2d-449e-9b86-138a92d47bb4 Date: Tue, 17 Jul 2018 06:30:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:30:48,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1bcf392-0a2d-449e-9b86-138a92d47bb4 2018-07-17 06:30:48,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00999212265s 2018-07-17 06:30:48,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1bcf392-0a2d-449e-9b86-138a92d47bb4 2018-07-17 06:30:48,547 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-17 06:30:48,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:30:48,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" -d '{"network": {"name": "tenantnetwork1-net_495c55cf-5ff9-4031-8e87-d7146e6a9911", "admin_state_up": true}}' 2018-07-17 06:30:49,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-daa803ce-62c0-45ac-9ef1-b215aab80dd3 Date: Tue, 17 Jul 2018 06:30:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8e10495b-9eee-4643-afb6-21ae17747ff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:30:48Z","is_default":false,"provider:segmentation_id":32,"name":"tenantnetwork1-net_495c55cf-5ff9-4031-8e87-d7146e6a9911","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:30:48Z","mtu":1450}} 2018-07-17 06:30:49,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-daa803ce-62c0-45ac-9ef1-b215aab80dd3 2018-07-17 06:30:49,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.573997020721s 2018-07-17 06:30:49,122 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-daa803ce-62c0-45ac-9ef1-b215aab80dd3 2018-07-17 06:30:49,123 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-17T06:30:48Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8e10495b-9eee-4643-afb6-21ae17747ff6', u'provider:segmentation_id': 32, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_495c55cf-5ff9-4031-8e87-d7146e6a9911', u'admin_state_up': True, u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:30:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1efef49fb93e45b19b2e687db1e302da'}) 2018-07-17 06:30:49,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:30:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:49,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-f319d60b-a920-4add-8a0e-3f60e49305f4 Date: Tue, 17 Jul 2018 06:30:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8e10495b-9eee-4643-afb6-21ae17747ff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:30:48Z","provider:segmentation_id":32,"name":"tenantnetwork1-net_495c55cf-5ff9-4031-8e87-d7146e6a9911","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:30:48Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:30:49,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f319d60b-a920-4add-8a0e-3f60e49305f4 2018-07-17 06:30:49,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130242109299s 2018-07-17 06:30:49,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f319d60b-a920-4add-8a0e-3f60e49305f4 2018-07-17 06:30:49,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:30:49,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" -d '{"subnet": {"name": "tenantnetwork1-subnet_495c55cf-5ff9-4031-8e87-d7146e6a9911", "enable_dhcp": true, "network_id": "8e10495b-9eee-4643-afb6-21ae17747ff6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:30:50,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af451445-f8ad-4f4a-a206-56bba9a2deca Date: Tue, 17 Jul 2018 06:30:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e10495b-9eee-4643-afb6-21ae17747ff6","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:30:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:30:49Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"0b115a61-dd57-4755-be92-640995c7987a","subnetpool_id":null,"name":"tenantnetwork1-subnet_495c55cf-5ff9-4031-8e87-d7146e6a9911"}} 2018-07-17 06:30:50,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-af451445-f8ad-4f4a-a206-56bba9a2deca 2018-07-17 06:30:50,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.833589792252s 2018-07-17 06:30:50,090 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-af451445-f8ad-4f4a-a206-56bba9a2deca 2018-07-17 06:30:50,091 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:30:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'0b115a61-dd57-4755-be92-640995c7987a', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_495c55cf-5ff9-4031-8e87-d7146e6a9911', u'enable_dhcp': True, u'network_id': u'8e10495b-9eee-4643-afb6-21ae17747ff6', u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:30:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'1efef49fb93e45b19b2e687db1e302da'}) 2018-07-17 06:30:50,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:30:50,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "tenantnetwork1-router_495c55cf-5ff9-4031-8e87-d7146e6a9911", "admin_state_up": true}}' 2018-07-17 06:30:51,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-c3d87e61-9053-4473-afae-d7d771c20af0 Date: Tue, 17 Jul 2018 06:30:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:30:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T06:30:51Z", "revision_number": 2, "routes": [], "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "82f26ac6-d154-485c-9ea5-32c7a0867b4c", "name": "tenantnetwork1-router_495c55cf-5ff9-4031-8e87-d7146e6a9911"}} 2018-07-17 06:30:51,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c3d87e61-9053-4473-afae-d7d771c20af0 2018-07-17 06:30:51,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37819910049s 2018-07-17 06:30:51,470 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c3d87e61-9053-4473-afae-d7d771c20af0 2018-07-17 06:30:51,470 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:30:50Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-17T06:30:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'1efef49fb93e45b19b2e687db1e302da', u'id': u'82f26ac6-d154-485c-9ea5-32c7a0867b4c', u'name': u'tenantnetwork1-router_495c55cf-5ff9-4031-8e87-d7146e6a9911'}) 2018-07-17 06:30:51,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:30:51,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" -d '{"subnet_id": "0b115a61-dd57-4755-be92-640995c7987a"}' 2018-07-17 06:30:52,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8366318-d17f-412e-ba25-46c3475911a6 Date: Tue, 17 Jul 2018 06:30:52 GMT RESP BODY: {"network_id": "8e10495b-9eee-4643-afb6-21ae17747ff6", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "subnet_id": "0b115a61-dd57-4755-be92-640995c7987a", "subnet_ids": ["0b115a61-dd57-4755-be92-640995c7987a"], "port_id": "5859aa18-5941-41a4-87c6-ed0f4059f6b9", "id": "82f26ac6-d154-485c-9ea5-32c7a0867b4c"} 2018-07-17 06:30:52,994 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c/add_router_interface.json used request id req-f8366318-d17f-412e-ba25-46c3475911a6 2018-07-17 06:30:52,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.52278614044s 2018-07-17 06:30:52,994 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c/add_router_interface.json used request id req-f8366318-d17f-412e-ba25-46c3475911a6 returning object 82f26ac6-d154-485c-9ea5-32c7a0867b4c 2018-07-17 06:30:53,114 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:30:53,114 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-17 06:30:53,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:30:53,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" -d '{"subnet_id": "0b115a61-dd57-4755-be92-640995c7987a"}' 2018-07-17 06:30:54,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fa142462-04da-4378-aed2-ddcbfb28a0ce Date: Tue, 17 Jul 2018 06:30:54 GMT RESP BODY: {"network_id": "8e10495b-9eee-4643-afb6-21ae17747ff6", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "subnet_id": "0b115a61-dd57-4755-be92-640995c7987a", "subnet_ids": ["0b115a61-dd57-4755-be92-640995c7987a"], "port_id": "5859aa18-5941-41a4-87c6-ed0f4059f6b9", "id": "82f26ac6-d154-485c-9ea5-32c7a0867b4c"} 2018-07-17 06:30:54,738 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c/remove_router_interface.json used request id req-fa142462-04da-4378-aed2-ddcbfb28a0ce 2018-07-17 06:30:54,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61838984489s 2018-07-17 06:30:54,739 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c/remove_router_interface.json used request id req-fa142462-04da-4378-aed2-ddcbfb28a0ce returning object 82f26ac6-d154-485c-9ea5-32c7a0867b4c 2018-07-17 06:30:54,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:30:54,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:54,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9e7106a5-e948-48ba-8515-cae59e064b28 Date: Tue, 17 Jul 2018 06:30:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:30:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T06:30:53Z", "revision_number": 4, "routes": [], "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "82f26ac6-d154-485c-9ea5-32c7a0867b4c", "name": "tenantnetwork1-router_495c55cf-5ff9-4031-8e87-d7146e6a9911"}]} 2018-07-17 06:30:54,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9e7106a5-e948-48ba-8515-cae59e064b28 2018-07-17 06:30:54,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113406896591s 2018-07-17 06:30:54,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9e7106a5-e948-48ba-8515-cae59e064b28 2018-07-17 06:30:54,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:30:54,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:56,051 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7fdb3a5e-bfff-4f73-9969-ff1b7d70ac5e Content-Length: 0 Date: Tue, 17 Jul 2018 06:30:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:30:56,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c.json used request id req-7fdb3a5e-bfff-4f73-9969-ff1b7d70ac5e 2018-07-17 06:30:56,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19688892365s 2018-07-17 06:30:56,052 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/82f26ac6-d154-485c-9ea5-32c7a0867b4c.json used request id req-7fdb3a5e-bfff-4f73-9969-ff1b7d70ac5e 2018-07-17 06:30:56,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:30:56,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:56,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-dd32d526-0b0e-4123-b14b-997126d391b4 Date: Tue, 17 Jul 2018 06:30:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:35Z","dns_nameservers":[],"updated_at":"2018-07-17T06:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a157a773b0f94b8488176a42925137e9","id":"01b3b688-ae23-4e66-b1d6-1a11f0a1a40b","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e10495b-9eee-4643-afb6-21ae17747ff6","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:30:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:30:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"0b115a61-dd57-4755-be92-640995c7987a","subnetpool_id":null,"name":"tenantnetwork1-subnet_495c55cf-5ff9-4031-8e87-d7146e6a9911"}]} 2018-07-17 06:30:56,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-dd32d526-0b0e-4123-b14b-997126d391b4 2018-07-17 06:30:56,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.279288053513s 2018-07-17 06:30:56,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-dd32d526-0b0e-4123-b14b-997126d391b4 2018-07-17 06:30:56,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:30:56,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/0b115a61-dd57-4755-be92-640995c7987a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:57,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f032408d-1d8d-458c-b23e-8d15b968ef60 Date: Tue, 17 Jul 2018 06:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:30:57,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0b115a61-dd57-4755-be92-640995c7987a.json used request id req-f032408d-1d8d-458c-b23e-8d15b968ef60 2018-07-17 06:30:57,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.830481052399s 2018-07-17 06:30:57,164 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/0b115a61-dd57-4755-be92-640995c7987a.json used request id req-f032408d-1d8d-458c-b23e-8d15b968ef60 2018-07-17 06:30:57,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:30:57,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:57,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-a9cf3cbf-3339-41dd-acbc-7394c7bbf3ea Date: Tue, 17 Jul 2018 06:30:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8e10495b-9eee-4643-afb6-21ae17747ff6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:30:56Z","provider:segmentation_id":32,"name":"tenantnetwork1-net_495c55cf-5ff9-4031-8e87-d7146e6a9911","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:30:48Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:30:57,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9cf3cbf-3339-41dd-acbc-7394c7bbf3ea 2018-07-17 06:30:57,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0870018005371s 2018-07-17 06:30:57,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9cf3cbf-3339-41dd-acbc-7394c7bbf3ea 2018-07-17 06:30:57,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:30:57,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/8e10495b-9eee-4643-afb6-21ae17747ff6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a1a66e482955e02b17779fcfaa909ce2132190a1" 2018-07-17 06:30:58,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b093cfc9-5920-4bcf-90dd-6a02b1193aac Date: Tue, 17 Jul 2018 06:30:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:30:58,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/8e10495b-9eee-4643-afb6-21ae17747ff6.json used request id req-b093cfc9-5920-4bcf-90dd-6a02b1193aac 2018-07-17 06:30:58,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.31529402733s 2018-07-17 06:30:58,569 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/8e10495b-9eee-4643-afb6-21ae17747ff6.json used request id req-b093cfc9-5920-4bcf-90dd-6a02b1193aac 2018-07-17 06:30:58,623 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-17 06:30:58,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:30:58,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:30:58,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:30:58,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:30:58,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:30:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:30:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:30:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:30:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:30:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:30:58,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:30:58,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2f9e016-0622-4576-9169-374c4c40722e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:30:58,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e2f9e016-0622-4576-9169-374c4c40722e 2018-07-17 06:30:58,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:30:59,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:30:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["3_9wACMPSEaC6CKqDxUDaw"], "issued_at": "2018-07-17T06:30:59.000000Z"}} 2018-07-17 06:30:59,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:30:59,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:00,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f43bd53d-9f06-4c7b-a80d-39aa7397dba1 Date: Tue, 17 Jul 2018 06:31:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:31:00,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f43bd53d-9f06-4c7b-a80d-39aa7397dba1 2018-07-17 06:31:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.970690011978s 2018-07-17 06:31:00,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f43bd53d-9f06-4c7b-a80d-39aa7397dba1 2018-07-17 06:31:00,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:00,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d24740b-d3a5-4d2f-91fa-e9cfed8ecc88 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:31:00,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-9d24740b-d3a5-4d2f-91fa-e9cfed8ecc88 2018-07-17 06:31:00,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:31:00,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:00,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633ab3bc-2273-451a-9df7-6b6ae4313444 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:31:00,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-633ab3bc-2273-451a-9df7-6b6ae4313444 2018-07-17 06:31:00,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0278511047363s 2018-07-17 06:31:00,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-633ab3bc-2273-451a-9df7-6b6ae4313444 2018-07-17 06:31:00,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 06:31:00,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}}' 2018-07-17 06:31:00,239 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e73bb19-7fa9-4657-bf82-c6102da685d0 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187"}, "tags": [], "enabled": true, "id": "013e71c5f8cd42a1a70e2cfebf637187", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}} 2018-07-17 06:31:00,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4e73bb19-7fa9-4657-bf82-c6102da685d0 2018-07-17 06:31:00,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.153709888458s 2018-07-17 06:31:00,240 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4e73bb19-7fa9-4657-bf82-c6102da685d0 2018-07-17 06:31:00,240 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'013e71c5f8cd42a1a70e2cfebf637187', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1'}) 2018-07-17 06:31:00,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 06:31:00,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0e706cc2-42e3-4e40-a917-31dc65a8ec2f", "email": null, "name": "tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}}' 2018-07-17 06:31:00,738 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7ec4950-d7a7-484c-8cef-1a2ddc565a8c Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "links": {"self": "http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f641ad3a9fc94564aced7ba4b3dd0bce", "domain_id": "default", "password_expires_at": null}} 2018-07-17 06:31:00,738 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e7ec4950-d7a7-484c-8cef-1a2ddc565a8c 2018-07-17 06:31:00,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.491420030594s 2018-07-17 06:31:00,739 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-e7ec4950-d7a7-484c-8cef-1a2ddc565a8c 2018-07-17 06:31:00,739 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f641ad3a9fc94564aced7ba4b3dd0bce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1'}) 2018-07-17 06:31:00,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:31:00,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:00,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a3c207-5cd4-40e9-95b5-cc82543380e0 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:31:00,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3a3c207-5cd4-40e9-95b5-cc82543380e0 2018-07-17 06:31:00,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0225222110748s 2018-07-17 06:31:00,766 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3a3c207-5cd4-40e9-95b5-cc82543380e0 2018-07-17 06:31:00,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:31:00,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:00,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40daab68-08fa-461b-a575-40f8e436877f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:31:00,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-40daab68-08fa-461b-a575-40f8e436877f 2018-07-17 06:31:00,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0980379581451s 2018-07-17 06:31:00,869 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-40daab68-08fa-461b-a575-40f8e436877f 2018-07-17 06:31:00,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:31:00,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:00,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e962b0-b4d5-4da8-91e3-652bf5cbf9a8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:31:00,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b7e962b0-b4d5-4da8-91e3-652bf5cbf9a8 2018-07-17 06:31:00,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0957741737366s 2018-07-17 06:31:00,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b7e962b0-b4d5-4da8-91e3-652bf5cbf9a8 2018-07-17 06:31:00,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:31:00,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:01,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01728b3d-0027-47fa-87ee-a58a66eccfe8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 06:31:01,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-01728b3d-0027-47fa-87ee-a58a66eccfe8 2018-07-17 06:31:01,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0993440151215s 2018-07-17 06:31:01,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-01728b3d-0027-47fa-87ee-a58a66eccfe8 2018-07-17 06:31:01,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:31:01,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:01,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a0dbc4-f94c-4982-a253-203ceb9ceab9 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "links": {"self": "http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f641ad3a9fc94564aced7ba4b3dd0bce", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:31:01,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f0a0dbc4-f94c-4982-a253-203ceb9ceab9 2018-07-17 06:31:01,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116706132889s 2018-07-17 06:31:01,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f0a0dbc4-f94c-4982-a253-203ceb9ceab9 2018-07-17 06:31:01,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:31:01,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:01,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59810b03-a4eb-4545-9908-d5d721d050b9 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187"}, "tags": [], "enabled": true, "id": "013e71c5f8cd42a1a70e2cfebf637187", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}]} 2018-07-17 06:31:01,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-59810b03-a4eb-4545-9908-d5d721d050b9 2018-07-17 06:31:01,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10497713089s 2018-07-17 06:31:01,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-59810b03-a4eb-4545-9908-d5d721d050b9 2018-07-17 06:31:01,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:31:01,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=f641ad3a9fc94564aced7ba4b3dd0bce&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=013e71c5f8cd42a1a70e2cfebf637187" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:01,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592d9f90-3f0d-416d-b8d8-78362fd2833b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f641ad3a9fc94564aced7ba4b3dd0bce&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=013e71c5f8cd42a1a70e2cfebf637187", "previous": null, "next": null}} 2018-07-17 06:31:01,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f641ad3a9fc94564aced7ba4b3dd0bce&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=013e71c5f8cd42a1a70e2cfebf637187 used request id req-592d9f90-3f0d-416d-b8d8-78362fd2833b 2018-07-17 06:31:01,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100018024445s 2018-07-17 06:31:01,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f641ad3a9fc94564aced7ba4b3dd0bce&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=013e71c5f8cd42a1a70e2cfebf637187 used request id req-592d9f90-3f0d-416d-b8d8-78362fd2833b 2018-07-17 06:31:01,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 06:31:01,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187/users/f641ad3a9fc94564aced7ba4b3dd0bce/roles/6e715159a88a4946aa03c57a6e78880f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:01,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac0e67f2-7a8f-4f02-9cb1-61867394569a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:31:01,617 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187/users/f641ad3a9fc94564aced7ba4b3dd0bce/roles/6e715159a88a4946aa03c57a6e78880f used request id req-ac0e67f2-7a8f-4f02-9cb1-61867394569a 2018-07-17 06:31:01,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.196383953094s 2018-07-17 06:31:01,617 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187/users/f641ad3a9fc94564aced7ba4b3dd0bce/roles/6e715159a88a4946aa03c57a6e78880f used request id req-ac0e67f2-7a8f-4f02-9cb1-61867394569a 2018-07-17 06:31:01,618 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'013e71c5f8cd42a1a70e2cfebf637187', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '0e706cc2-42e3-4e40-a917-31dc65a8ec2f', 'username': u'tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-17 06:31:01,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:31:01,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:31:01,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:31:01,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:31:01,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:31:01,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:31:01,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:31:01,623 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1', 'password': '0e706cc2-42e3-4e40-a917-31dc65a8ec2f', 'project_name': 'tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '013e71c5f8cd42a1a70e2cfebf637187', 'project_domain_name': 'Default'} 2018-07-17 06:31:01,624 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-17 06:31:01,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:01,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66434a07-788f-42db-9ba1-bed75440be99 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:31:01,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-66434a07-788f-42db-9ba1-bed75440be99 2018-07-17 06:31:01,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:31:02,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}], "expires_at": "2018-07-17T07:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "013e71c5f8cd42a1a70e2cfebf637187", "name": "tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/013e71c5f8cd42a1a70e2cfebf637187", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/013e71c5f8cd42a1a70e2cfebf637187", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/013e71c5f8cd42a1a70e2cfebf637187", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/013e71c5f8cd42a1a70e2cfebf637187", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/013e71c5f8cd42a1a70e2cfebf637187", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/013e71c5f8cd42a1a70e2cfebf637187", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_013e71c5f8cd42a1a70e2cfebf637187", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_013e71c5f8cd42a1a70e2cfebf637187", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/013e71c5f8cd42a1a70e2cfebf637187", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/013e71c5f8cd42a1a70e2cfebf637187", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/013e71c5f8cd42a1a70e2cfebf637187", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/013e71c5f8cd42a1a70e2cfebf637187", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/013e71c5f8cd42a1a70e2cfebf637187", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/013e71c5f8cd42a1a70e2cfebf637187", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "id": "f641ad3a9fc94564aced7ba4b3dd0bce"}, "audit_ids": ["7BnflrLNTTyGUiBN9gmprw"], "issued_at": "2018-07-17T06:31:01.000000Z"}} 2018-07-17 06:31:02,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:31:02,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" -d '{"network": {"name": "tenantnetwork2-net_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "admin_state_up": true}}' 2018-07-17 06:31:03,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-5b4a45bb-9ddd-44e5-b42b-7fdc809e30a4 Date: Tue, 17 Jul 2018 06:31:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"013e71c5f8cd42a1a70e2cfebf637187","created_at":"2018-07-17T06:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T06:31:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"013e71c5f8cd42a1a70e2cfebf637187","id":"0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67","name":"tenantnetwork2-net_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}} 2018-07-17 06:31:03,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b4a45bb-9ddd-44e5-b42b-7fdc809e30a4 2018-07-17 06:31:03,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.3903400898s 2018-07-17 06:31:03,424 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5b4a45bb-9ddd-44e5-b42b-7fdc809e30a4 2018-07-17 06:31:03,424 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:31:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1', u'admin_state_up': True, u'tenant_id': u'013e71c5f8cd42a1a70e2cfebf637187', u'created_at': u'2018-07-17T06:31:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'013e71c5f8cd42a1a70e2cfebf637187'}) 2018-07-17 06:31:03,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:03,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:03,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-97c658ec-cd6e-469f-81f7-3b67851381dd Date: Tue, 17 Jul 2018 06:31:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:31:03Z","tenant_id":"013e71c5f8cd42a1a70e2cfebf637187","created_at":"2018-07-17T06:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"013e71c5f8cd42a1a70e2cfebf637187","id":"0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67","name":"tenantnetwork2-net_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:31:03,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-97c658ec-cd6e-469f-81f7-3b67851381dd 2018-07-17 06:31:03,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.165637969971s 2018-07-17 06:31:03,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-97c658ec-cd6e-469f-81f7-3b67851381dd 2018-07-17 06:31:03,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:31:03,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" -d '{"subnet": {"name": "tenantnetwork2-subnet_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "enable_dhcp": true, "network_id": "0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:31:04,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6baa99ba-f9e2-4d02-9b29-0463ee7cf4bd Date: Tue, 17 Jul 2018 06:31:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67","tenant_id":"013e71c5f8cd42a1a70e2cfebf637187","created_at":"2018-07-17T06:31:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:03Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"013e71c5f8cd42a1a70e2cfebf637187","id":"538f3246-e4d2-469d-a034-99c3da29e672","subnetpool_id":null,"name":"tenantnetwork2-subnet_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}} 2018-07-17 06:31:04,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6baa99ba-f9e2-4d02-9b29-0463ee7cf4bd 2018-07-17 06:31:04,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.766396999359s 2018-07-17 06:31:04,360 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6baa99ba-f9e2-4d02-9b29-0463ee7cf4bd 2018-07-17 06:31:04,360 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:31:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'538f3246-e4d2-469d-a034-99c3da29e672', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1', u'enable_dhcp': True, u'network_id': u'0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67', u'tenant_id': u'013e71c5f8cd42a1a70e2cfebf637187', u'created_at': u'2018-07-17T06:31:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'013e71c5f8cd42a1a70e2cfebf637187'}) 2018-07-17 06:31:04,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:31:04,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "tenantnetwork2-router_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "admin_state_up": true}}' 2018-07-17 06:31:05,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-2c158ca9-7f1e-4125-8dbf-53fec80d5040 Date: Tue, 17 Jul 2018 06:31:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "created_at": "2018-07-17T06:31:04Z", "admin_state_up": true, "updated_at": "2018-07-17T06:31:05Z", "revision_number": 2, "routes": [], "project_id": "013e71c5f8cd42a1a70e2cfebf637187", "id": "7e9b45e5-1e6e-4539-81d3-0839394a13b2", "name": "tenantnetwork2-router_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}} 2018-07-17 06:31:05,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2c158ca9-7f1e-4125-8dbf-53fec80d5040 2018-07-17 06:31:05,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18860602379s 2018-07-17 06:31:05,550 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2c158ca9-7f1e-4125-8dbf-53fec80d5040 2018-07-17 06:31:05,550 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'013e71c5f8cd42a1a70e2cfebf637187', u'created_at': u'2018-07-17T06:31:04Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T06:31:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'013e71c5f8cd42a1a70e2cfebf637187', u'id': u'7e9b45e5-1e6e-4539-81d3-0839394a13b2', u'name': u'tenantnetwork2-router_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1'}) 2018-07-17 06:31:05,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:31:05,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" -d '{"subnet_id": "538f3246-e4d2-469d-a034-99c3da29e672"}' 2018-07-17 06:31:07,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3f743b0f-a9ed-4903-83b7-b0be562250da Date: Tue, 17 Jul 2018 06:31:07 GMT RESP BODY: {"network_id": "0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "subnet_id": "538f3246-e4d2-469d-a034-99c3da29e672", "subnet_ids": ["538f3246-e4d2-469d-a034-99c3da29e672"], "port_id": "4604b443-6589-4ddb-959b-932c737b0f47", "id": "7e9b45e5-1e6e-4539-81d3-0839394a13b2"} 2018-07-17 06:31:07,301 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2/add_router_interface.json used request id req-3f743b0f-a9ed-4903-83b7-b0be562250da 2018-07-17 06:31:07,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.74978995323s 2018-07-17 06:31:07,301 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2/add_router_interface.json used request id req-3f743b0f-a9ed-4903-83b7-b0be562250da returning object 7e9b45e5-1e6e-4539-81d3-0839394a13b2 2018-07-17 06:31:07,416 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:31:07,416 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-17 06:31:07,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:31:07,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" -d '{"subnet_id": "538f3246-e4d2-469d-a034-99c3da29e672"}' 2018-07-17 06:31:09,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3165e207-a6cd-4e4b-80eb-8f922b783518 Date: Tue, 17 Jul 2018 06:31:09 GMT RESP BODY: {"network_id": "0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "subnet_id": "538f3246-e4d2-469d-a034-99c3da29e672", "subnet_ids": ["538f3246-e4d2-469d-a034-99c3da29e672"], "port_id": "4604b443-6589-4ddb-959b-932c737b0f47", "id": "7e9b45e5-1e6e-4539-81d3-0839394a13b2"} 2018-07-17 06:31:09,073 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2/remove_router_interface.json used request id req-3165e207-a6cd-4e4b-80eb-8f922b783518 2018-07-17 06:31:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65283799171s 2018-07-17 06:31:09,074 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2/remove_router_interface.json used request id req-3165e207-a6cd-4e4b-80eb-8f922b783518 returning object 7e9b45e5-1e6e-4539-81d3-0839394a13b2 2018-07-17 06:31:09,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:31:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:09,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-69e51c6d-1db5-48f6-9c74-53de73857e0f Date: Tue, 17 Jul 2018 06:31:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "created_at": "2018-07-17T06:31:04Z", "admin_state_up": true, "updated_at": "2018-07-17T06:31:08Z", "revision_number": 4, "routes": [], "project_id": "013e71c5f8cd42a1a70e2cfebf637187", "id": "7e9b45e5-1e6e-4539-81d3-0839394a13b2", "name": "tenantnetwork2-router_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}]} 2018-07-17 06:31:09,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-69e51c6d-1db5-48f6-9c74-53de73857e0f 2018-07-17 06:31:09,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118880987167s 2018-07-17 06:31:09,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-69e51c6d-1db5-48f6-9c74-53de73857e0f 2018-07-17 06:31:09,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:31:09,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:10,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2536e79d-876a-433a-a7af-f7a43457bf77 Content-Length: 0 Date: Tue, 17 Jul 2018 06:31:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:10,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2.json used request id req-2536e79d-876a-433a-a7af-f7a43457bf77 2018-07-17 06:31:10,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42534422874s 2018-07-17 06:31:10,621 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7e9b45e5-1e6e-4539-81d3-0839394a13b2.json used request id req-2536e79d-876a-433a-a7af-f7a43457bf77 2018-07-17 06:31:10,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:31:10,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:10,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-4adcb400-90e7-46f0-ba09-0e4a60e0a350 Date: Tue, 17 Jul 2018 06:31:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67","tenant_id":"013e71c5f8cd42a1a70e2cfebf637187","created_at":"2018-07-17T06:31:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"013e71c5f8cd42a1a70e2cfebf637187","id":"538f3246-e4d2-469d-a034-99c3da29e672","subnetpool_id":null,"name":"tenantnetwork2-subnet_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}]} 2018-07-17 06:31:10,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4adcb400-90e7-46f0-ba09-0e4a60e0a350 2018-07-17 06:31:10,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0858690738678s 2018-07-17 06:31:10,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4adcb400-90e7-46f0-ba09-0e4a60e0a350 2018-07-17 06:31:10,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:31:10,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/538f3246-e4d2-469d-a034-99c3da29e672.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:11,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ea4e817-3247-415b-955b-d946b5f32d00 Date: Tue, 17 Jul 2018 06:31:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:11,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/538f3246-e4d2-469d-a034-99c3da29e672.json used request id req-0ea4e817-3247-415b-955b-d946b5f32d00 2018-07-17 06:31:11,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.959461927414s 2018-07-17 06:31:11,669 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/538f3246-e4d2-469d-a034-99c3da29e672.json used request id req-0ea4e817-3247-415b-955b-d946b5f32d00 2018-07-17 06:31:11,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:11,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:12,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-85cceb5b-d022-429a-97d9-b9aee3a310ca Date: Tue, 17 Jul 2018 06:31:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:31:11Z","tenant_id":"013e71c5f8cd42a1a70e2cfebf637187","created_at":"2018-07-17T06:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"013e71c5f8cd42a1a70e2cfebf637187","id":"0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67","name":"tenantnetwork2-net_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:31:12,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-85cceb5b-d022-429a-97d9-b9aee3a310ca 2018-07-17 06:31:12,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.331424951553s 2018-07-17 06:31:12,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-85cceb5b-d022-429a-97d9-b9aee3a310ca 2018-07-17 06:31:12,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:31:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45b976aa16479236c3c1b9a9ce0e50c42da07d6a" 2018-07-17 06:31:13,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7ce7eca-8de7-46c8-8e68-2aa1ddfaac09 Date: Tue, 17 Jul 2018 06:31:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:13,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67.json used request id req-a7ce7eca-8de7-46c8-8e68-2aa1ddfaac09 2018-07-17 06:31:13,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5677690506s 2018-07-17 06:31:13,570 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0491f3ae-e2a7-4f5a-b1cc-6c3cfeea3c67.json used request id req-a7ce7eca-8de7-46c8-8e68-2aa1ddfaac09 2018-07-17 06:31:13,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:31:13,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:13,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af82916-2ffb-425c-992b-03a360c9ca3e Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "links": {"self": "http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f641ad3a9fc94564aced7ba4b3dd0bce", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:31:13,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2af82916-2ffb-425c-992b-03a360c9ca3e 2018-07-17 06:31:13,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122477054596s 2018-07-17 06:31:13,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2af82916-2ffb-425c-992b-03a360c9ca3e 2018-07-17 06:31:13,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:31:13,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:13,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a6b55b1-64c2-4b9c-82d5-85565749fdd0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1", "links": {"self": "http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f641ad3a9fc94564aced7ba4b3dd0bce", "description": null}} 2018-07-17 06:31:13,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce used request id req-1a6b55b1-64c2-4b9c-82d5-85565749fdd0 2018-07-17 06:31:13,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110166072845s 2018-07-17 06:31:13,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce used request id req-1a6b55b1-64c2-4b9c-82d5-85565749fdd0 2018-07-17 06:31:13,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 06:31:13,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:13,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:31:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a889eff1-a247-4e5a-a476-831d9c4dde2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:31:13,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce used request id req-a889eff1-a247-4e5a-a476-831d9c4dde2f 2018-07-17 06:31:13,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.17574596405s 2018-07-17 06:31:13,987 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f641ad3a9fc94564aced7ba4b3dd0bce used request id req-a889eff1-a247-4e5a-a476-831d9c4dde2f 2018-07-17 06:31:13,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:31:13,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:14,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-179719aa-c398-47f8-8a6b-be6cff01348c Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187"}, "tags": [], "enabled": true, "id": "013e71c5f8cd42a1a70e2cfebf637187", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_518f9f4f-78ad-410a-a6c8-ba8861d2ccc1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 06:31:14,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-179719aa-c398-47f8-8a6b-be6cff01348c 2018-07-17 06:31:14,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.099289894104s 2018-07-17 06:31:14,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-179719aa-c398-47f8-8a6b-be6cff01348c 2018-07-17 06:31:14,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 06:31:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571fe16c25d570b51d049e182c3cbea1914d9fbb" 2018-07-17 06:31:14,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:31:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40ed0fa6-9832-4960-ab8c-107da797adf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:31:14,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187 used request id req-40ed0fa6-9832-4960-ab8c-107da797adf5 2018-07-17 06:31:14,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177486181259s 2018-07-17 06:31:14,275 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/013e71c5f8cd42a1a70e2cfebf637187 used request id req-40ed0fa6-9832-4960-ab8c-107da797adf5 2018-07-17 06:31:14,330 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-17 06:31:14,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:31:14,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:31:14,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:31:14,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:31:14,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:31:14,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:31:14,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:31:14,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:31:14,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:14,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b258c6a-34eb-490d-b548-2784c2900aa4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:31:14,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6b258c6a-34eb-490d-b548-2784c2900aa4 2018-07-17 06:31:14,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:31:14,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:31:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["dItTc-hnRKWXHG5VAKUBTA"], "issued_at": "2018-07-17T06:31:14.000000Z"}} 2018-07-17 06:31:14,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:15,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-550d1b1b-9a93-4fc6-8290-ea77c5bf2da8 Date: Tue, 17 Jul 2018 06:31:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:31:15,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-550d1b1b-9a93-4fc6-8290-ea77c5bf2da8 2018-07-17 06:31:15,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259537935257s 2018-07-17 06:31:15,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-550d1b1b-9a93-4fc6-8290-ea77c5bf2da8 2018-07-17 06:31:15,056 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-17 06:31:15,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:31:15,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"network": {"name": "vmready1-net_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "admin_state_up": true}}' 2018-07-17 06:31:15,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-4b9b0c69-cd51-48fd-ae71-c2af3f366cf2 Date: Tue, 17 Jul 2018 06:31:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"29a4eaef-5787-4b36-8737-ef83b1645d4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:31:15Z","is_default":false,"provider:segmentation_id":33,"name":"vmready1-net_f03f1091-25fe-4fbe-a4c6-c7aabac1686a","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:15Z","mtu":1450}} 2018-07-17 06:31:15,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4b9b0c69-cd51-48fd-ae71-c2af3f366cf2 2018-07-17 06:31:15,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.313597917557s 2018-07-17 06:31:15,371 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4b9b0c69-cd51-48fd-ae71-c2af3f366cf2 2018-07-17 06:31:15,371 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-17T06:31:15Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'29a4eaef-5787-4b36-8737-ef83b1645d4c', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_f03f1091-25fe-4fbe-a4c6-c7aabac1686a', u'admin_state_up': True, u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:31:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1efef49fb93e45b19b2e687db1e302da'}) 2018-07-17 06:31:15,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:15,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-2535ba60-2a6e-453e-8b74-8487aa0da8da Date: Tue, 17 Jul 2018 06:31:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"29a4eaef-5787-4b36-8737-ef83b1645d4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:31:15Z","provider:segmentation_id":33,"name":"vmready1-net_f03f1091-25fe-4fbe-a4c6-c7aabac1686a","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:31:15,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2535ba60-2a6e-453e-8b74-8487aa0da8da 2018-07-17 06:31:15,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124427080154s 2018-07-17 06:31:15,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2535ba60-2a6e-453e-8b74-8487aa0da8da 2018-07-17 06:31:15,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:31:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"subnet": {"name": "vmready1-subnet_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "enable_dhcp": true, "network_id": "29a4eaef-5787-4b36-8737-ef83b1645d4c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:31:16,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2d3f327c-9e8c-4526-9416-5bf57ae901fe Date: Tue, 17 Jul 2018 06:31:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29a4eaef-5787-4b36-8737-ef83b1645d4c","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:15Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"8b716f64-ace0-48bd-9ecc-3e15fcec871b","subnetpool_id":null,"name":"vmready1-subnet_f03f1091-25fe-4fbe-a4c6-c7aabac1686a"}} 2018-07-17 06:31:16,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2d3f327c-9e8c-4526-9416-5bf57ae901fe 2018-07-17 06:31:16,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.620422840118s 2018-07-17 06:31:16,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2d3f327c-9e8c-4526-9416-5bf57ae901fe 2018-07-17 06:31:16,120 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:31:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'8b716f64-ace0-48bd-9ecc-3e15fcec871b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_f03f1091-25fe-4fbe-a4c6-c7aabac1686a', u'enable_dhcp': True, u'network_id': u'29a4eaef-5787-4b36-8737-ef83b1645d4c', u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:31:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'1efef49fb93e45b19b2e687db1e302da'}) 2018-07-17 06:31:16,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:31:16,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "vmready1-router_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "admin_state_up": true}}' 2018-07-17 06:31:17,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-cdbd2f7c-645b-4ca0-9411-44c0c5a6be57 Date: Tue, 17 Jul 2018 06:31:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T06:31:17Z", "revision_number": 2, "routes": [], "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "e03bfef5-b492-421b-8747-0b7640ff453f", "name": "vmready1-router_f03f1091-25fe-4fbe-a4c6-c7aabac1686a"}} 2018-07-17 06:31:17,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cdbd2f7c-645b-4ca0-9411-44c0c5a6be57 2018-07-17 06:31:17,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.10425209999s 2018-07-17 06:31:17,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cdbd2f7c-645b-4ca0-9411-44c0c5a6be57 2018-07-17 06:31:17,225 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:31:16Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-17T06:31:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'1efef49fb93e45b19b2e687db1e302da', u'id': u'e03bfef5-b492-421b-8747-0b7640ff453f', u'name': u'vmready1-router_f03f1091-25fe-4fbe-a4c6-c7aabac1686a'}) 2018-07-17 06:31:17,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:31:17,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"subnet_id": "8b716f64-ace0-48bd-9ecc-3e15fcec871b"}' 2018-07-17 06:31:18,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0ce763bd-d596-47c0-aec0-4e7e9ffa0f9e Date: Tue, 17 Jul 2018 06:31:18 GMT RESP BODY: {"network_id": "29a4eaef-5787-4b36-8737-ef83b1645d4c", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "subnet_id": "8b716f64-ace0-48bd-9ecc-3e15fcec871b", "subnet_ids": ["8b716f64-ace0-48bd-9ecc-3e15fcec871b"], "port_id": "c900828a-9743-4a61-a8e3-b5a89ec4486e", "id": "e03bfef5-b492-421b-8747-0b7640ff453f"} 2018-07-17 06:31:18,686 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f/add_router_interface.json used request id req-0ce763bd-d596-47c0-aec0-4e7e9ffa0f9e 2018-07-17 06:31:18,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.46006083488s 2018-07-17 06:31:18,687 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f/add_router_interface.json used request id req-0ce763bd-d596-47c0-aec0-4e7e9ffa0f9e returning object e03bfef5-b492-421b-8747-0b7640ff453f 2018-07-17 06:31:18,687 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:31:18,819 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:31:18,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:18,826 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:31:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:31:18,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:31:18,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:19,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ae906061-1e45-4bd9-afe0-44ecf0363e7f Date: Tue, 17 Jul 2018 06:31:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:31:19,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ae906061-1e45-4bd9-afe0-44ecf0363e7f 2018-07-17 06:31:19,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.806354999542s 2018-07-17 06:31:19,636 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ae906061-1e45-4bd9-afe0-44ecf0363e7f 2018-07-17 06:31:19,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:31:19,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a"}' 2018-07-17 06:31:19,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f07257e9-b151-4644-bb25-4cde7cfa30d3 Date: Tue, 17 Jul 2018 06:31:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/477ce8c1-059a-4b63-8843-e343d177a812/file", "owner": "1efef49fb93e45b19b2e687db1e302da", "id": "477ce8c1-059a-4b63-8843-e343d177a812", "size": null, "self": "/v2/images/477ce8c1-059a-4b63-8843-e343d177a812", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:19Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "checksum": null, "created_at": "2018-07-17T06:31:19Z", "protected": false} 2018-07-17 06:31:19,723 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f07257e9-b151-4644-bb25-4cde7cfa30d3 2018-07-17 06:31:19,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.079528093338s 2018-07-17 06:31:19,724 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f07257e9-b151-4644-bb25-4cde7cfa30d3 returning object 477ce8c1-059a-4b63-8843-e343d177a812 2018-07-17 06:31:19,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:31:19,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '' 2018-07-17 06:31:22,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35889e5b-ab73-4ecf-963b-b194de159326 Date: Tue, 17 Jul 2018 06:31:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:31:22,107 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812/file used request id req-35889e5b-ab73-4ecf-963b-b194de159326 2018-07-17 06:31:22,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.38295292854s 2018-07-17 06:31:22,108 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812/file used request id req-35889e5b-ab73-4ecf-963b-b194de159326 2018-07-17 06:31:22,108 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:31:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/477ce8c1-059a-4b63-8843-e343d177a812/file', u'owner': u'1efef49fb93e45b19b2e687db1e302da', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'477ce8c1-059a-4b63-8843-e343d177a812', u'size': None, u'name': u'vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a', u'checksum': None, u'self': u'/v2/images/477ce8c1-059a-4b63-8843-e343d177a812', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:31:19Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:31:22,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:31:22,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:31:22,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a20f394f-bfa1-4d47-913d-4416cdce0b2c x-compute-request-id: req-a20f394f-bfa1-4d47-913d-4416cdce0b2c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0ef5702f-f4e8-4766-91e4-ff3e9440ae3e"}} 2018-07-17 06:31:22,407 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a20f394f-bfa1-4d47-913d-4416cdce0b2c 2018-07-17 06:31:22,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.297893047333s 2018-07-17 06:31:22,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a20f394f-bfa1-4d47-913d-4416cdce0b2c 2018-07-17 06:31:22,408 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_f03f1091-25fe-4fbe-a4c6-c7aabac1686a', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0ef5702f-f4e8-4766-91e4-ff3e9440ae3e', 'swap': 0}) 2018-07-17 06:31:22,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:31:22,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"extra_specs": {}}' 2018-07-17 06:31:22,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6718edf-fe51-48d6-aae0-6d6d5896f494 x-compute-request-id: req-a6718edf-fe51-48d6-aae0-6d6d5896f494 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:31:22,538 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e/os-extra_specs used request id req-a6718edf-fe51-48d6-aae0-6d6d5896f494 2018-07-17 06:31:22,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129526853561s 2018-07-17 06:31:22,539 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e/os-extra_specs used request id req-a6718edf-fe51-48d6-aae0-6d6d5896f494 2018-07-17 06:31:22,660 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:31:22,660 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 06:31:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:31:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" -d '{"subnet_id": "8b716f64-ace0-48bd-9ecc-3e15fcec871b"}' 2018-07-17 06:31:24,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3ed28a4a-45c5-4927-ab57-6455bf039189 Date: Tue, 17 Jul 2018 06:31:24 GMT RESP BODY: {"network_id": "29a4eaef-5787-4b36-8737-ef83b1645d4c", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "subnet_id": "8b716f64-ace0-48bd-9ecc-3e15fcec871b", "subnet_ids": ["8b716f64-ace0-48bd-9ecc-3e15fcec871b"], "port_id": "c900828a-9743-4a61-a8e3-b5a89ec4486e", "id": "e03bfef5-b492-421b-8747-0b7640ff453f"} 2018-07-17 06:31:24,334 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f/remove_router_interface.json used request id req-3ed28a4a-45c5-4927-ab57-6455bf039189 2018-07-17 06:31:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66961598396s 2018-07-17 06:31:24,334 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f/remove_router_interface.json used request id req-3ed28a4a-45c5-4927-ab57-6455bf039189 returning object e03bfef5-b492-421b-8747-0b7640ff453f 2018-07-17 06:31:24,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:31:24,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:24,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-b4ddadc8-1021-4002-8360-769093c5870f Date: Tue, 17 Jul 2018 06:31:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T06:31:23Z", "revision_number": 4, "routes": [], "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "e03bfef5-b492-421b-8747-0b7640ff453f", "name": "vmready1-router_f03f1091-25fe-4fbe-a4c6-c7aabac1686a"}]} 2018-07-17 06:31:24,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b4ddadc8-1021-4002-8360-769093c5870f 2018-07-17 06:31:24,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120579004288s 2018-07-17 06:31:24,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-b4ddadc8-1021-4002-8360-769093c5870f 2018-07-17 06:31:24,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:31:24,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:25,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02f83e9d-d295-45a7-9320-5747fc5b83bb Content-Length: 0 Date: Tue, 17 Jul 2018 06:31:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:25,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f.json used request id req-02f83e9d-d295-45a7-9320-5747fc5b83bb 2018-07-17 06:31:25,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34067487717s 2018-07-17 06:31:25,798 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/e03bfef5-b492-421b-8747-0b7640ff453f.json used request id req-02f83e9d-d295-45a7-9320-5747fc5b83bb 2018-07-17 06:31:25,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:31:25,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:25,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1282 X-Openstack-Request-Id: req-57fdf2ae-a815-4bf1-b918-c194ea2050c9 Date: Tue, 17 Jul 2018 06:31:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:35Z","dns_nameservers":[],"updated_at":"2018-07-17T06:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a157a773b0f94b8488176a42925137e9","id":"01b3b688-ae23-4e66-b1d6-1a11f0a1a40b","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29a4eaef-5787-4b36-8737-ef83b1645d4c","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"8b716f64-ace0-48bd-9ecc-3e15fcec871b","subnetpool_id":null,"name":"vmready1-subnet_f03f1091-25fe-4fbe-a4c6-c7aabac1686a"}]} 2018-07-17 06:31:25,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-57fdf2ae-a815-4bf1-b918-c194ea2050c9 2018-07-17 06:31:25,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0896980762482s 2018-07-17 06:31:25,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-57fdf2ae-a815-4bf1-b918-c194ea2050c9 2018-07-17 06:31:25,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:31:25,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/8b716f64-ace0-48bd-9ecc-3e15fcec871b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:26,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e07b8f5-886d-43da-82ce-26b7812aeba5 Date: Tue, 17 Jul 2018 06:31:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:26,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8b716f64-ace0-48bd-9ecc-3e15fcec871b.json used request id req-3e07b8f5-886d-43da-82ce-26b7812aeba5 2018-07-17 06:31:26,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.902203798294s 2018-07-17 06:31:26,793 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8b716f64-ace0-48bd-9ecc-3e15fcec871b.json used request id req-3e07b8f5-886d-43da-82ce-26b7812aeba5 2018-07-17 06:31:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:26,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:26,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-ea0af292-32a6-40a3-a51e-bf98d39aff02 Date: Tue, 17 Jul 2018 06:31:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"29a4eaef-5787-4b36-8737-ef83b1645d4c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:31:26Z","provider:segmentation_id":33,"name":"vmready1-net_f03f1091-25fe-4fbe-a4c6-c7aabac1686a","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:31:26,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ea0af292-32a6-40a3-a51e-bf98d39aff02 2018-07-17 06:31:26,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0828521251678s 2018-07-17 06:31:26,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ea0af292-32a6-40a3-a51e-bf98d39aff02 2018-07-17 06:31:26,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:31:26,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/29a4eaef-5787-4b36-8737-ef83b1645d4c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:28,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7a2eb11-ab44-4413-8ba3-0cfe19e9b925 Date: Tue, 17 Jul 2018 06:31:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:28,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/29a4eaef-5787-4b36-8737-ef83b1645d4c.json used request id req-e7a2eb11-ab44-4413-8ba3-0cfe19e9b925 2018-07-17 06:31:28,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26625418663s 2018-07-17 06:31:28,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/29a4eaef-5787-4b36-8737-ef83b1645d4c.json used request id req-e7a2eb11-ab44-4413-8ba3-0cfe19e9b925 2018-07-17 06:31:28,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:31:28,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:28,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-8d094e75-2d23-46ed-a8c5-5a133c1b9ab1 Date: Tue, 17 Jul 2018 06:31:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/477ce8c1-059a-4b63-8843-e343d177a812/snap", "metadata": {}}], "file": "/v2/images/477ce8c1-059a-4b63-8843-e343d177a812/file", "owner": "1efef49fb93e45b19b2e687db1e302da", "id": "477ce8c1-059a-4b63-8843-e343d177a812", "size": 12716032, "self": "/v2/images/477ce8c1-059a-4b63-8843-e343d177a812", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/477ce8c1-059a-4b63-8843-e343d177a812/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:22Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:31:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:31:28,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d094e75-2d23-46ed-a8c5-5a133c1b9ab1 2018-07-17 06:31:28,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0258960723877s 2018-07-17 06:31:28,174 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d094e75-2d23-46ed-a8c5-5a133c1b9ab1 2018-07-17 06:31:28,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:31:28,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:28,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-208f8c40-cac8-459d-815c-06f291cde0b6 Date: Tue, 17 Jul 2018 06:31:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:31:28,498 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812 used request id req-208f8c40-cac8-459d-815c-06f291cde0b6 2018-07-17 06:31:28,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.321846008301s 2018-07-17 06:31:28,498 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/477ce8c1-059a-4b63-8843-e343d177a812 used request id req-208f8c40-cac8-459d-815c-06f291cde0b6 2018-07-17 06:31:28,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:31:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:28,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4cc8a1e-39c0-462c-954d-0aa433c0dc6b x-compute-request-id: req-e4cc8a1e-39c0-462c-954d-0aa433c0dc6b Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_f03f1091-25fe-4fbe-a4c6-c7aabac1686a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0ef5702f-f4e8-4766-91e4-ff3e9440ae3e"}]} 2018-07-17 06:31:28,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e4cc8a1e-39c0-462c-954d-0aa433c0dc6b 2018-07-17 06:31:28,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.131464958191s 2018-07-17 06:31:28,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e4cc8a1e-39c0-462c-954d-0aa433c0dc6b 2018-07-17 06:31:28,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:31:28,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d60da51b36add8af228d444418ad47a9445f122" 2018-07-17 06:31:28,678 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:31:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97a51018-d352-4cb2-a6b8-a65377cd0f38 x-compute-request-id: req-97a51018-d352-4cb2-a6b8-a65377cd0f38 Content-Length: 0 Content-Type: application/json 2018-07-17 06:31:28,678 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e used request id req-97a51018-d352-4cb2-a6b8-a65377cd0f38 2018-07-17 06:31:28,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0456838607788s 2018-07-17 06:31:28,678 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0ef5702f-f4e8-4766-91e4-ff3e9440ae3e used request id req-97a51018-d352-4cb2-a6b8-a65377cd0f38 2018-07-17 06:31:28,733 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:31:28,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:31:28,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:31:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:28,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711f15b9-6cf9-413d-bbab-9b0a415cc3c7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:31:28,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-711f15b9-6cf9-413d-bbab-9b0a415cc3c7 2018-07-17 06:31:28,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:31:29,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["VcYEZb1PSOOZG9AulAgftQ"], "issued_at": "2018-07-17T06:31:29.000000Z"}} 2018-07-17 06:31:29,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:29,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:29,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7935ec99-91a0-45d1-bd36-153f5f81ea0b Date: Tue, 17 Jul 2018 06:31:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:31:29,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7935ec99-91a0-45d1-bd36-153f5f81ea0b 2018-07-17 06:31:29,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271788835526s 2018-07-17 06:31:29,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7935ec99-91a0-45d1-bd36-153f5f81ea0b 2018-07-17 06:31:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:29,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91d9973d-f423-4ef1-954e-cc711856e3f1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:31:29,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-91d9973d-f423-4ef1-954e-cc711856e3f1 2018-07-17 06:31:29,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:31:29,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:29,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8552f98c-8dc4-4c1c-913b-432c2a3fd374 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:31:29,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-8552f98c-8dc4-4c1c-913b-432c2a3fd374 2018-07-17 06:31:29,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0974011421204s 2018-07-17 06:31:29,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-8552f98c-8dc4-4c1c-913b-432c2a3fd374 2018-07-17 06:31:29,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 06:31:29,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56"}}' 2018-07-17 06:31:29,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea026237-9a6b-412a-abbd-19c17396cd60 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b"}, "tags": [], "enabled": true, "id": "d6f11051e3fb4641b370bd536e3b660b", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56"}} 2018-07-17 06:31:29,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ea026237-9a6b-412a-abbd-19c17396cd60 2018-07-17 06:31:29,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.167857885361s 2018-07-17 06:31:29,720 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ea026237-9a6b-412a-abbd-19c17396cd60 2018-07-17 06:31:29,721 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'd6f11051e3fb4641b370bd536e3b660b', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56'}) 2018-07-17 06:31:29,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 06:31:29,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "33dbb017-448f-4af3-8b83-4a0c56385100", "email": null, "name": "vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56"}}' 2018-07-17 06:31:30,158 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96e33b6a-efa3-4b55-a79a-328caab456c6 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56", "links": {"self": "http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc5e6659a9d143c9a3e5d200f493ddda", "domain_id": "default", "password_expires_at": null}} 2018-07-17 06:31:30,158 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-96e33b6a-efa3-4b55-a79a-328caab456c6 2018-07-17 06:31:30,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.434870004654s 2018-07-17 06:31:30,158 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-96e33b6a-efa3-4b55-a79a-328caab456c6 2018-07-17 06:31:30,159 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dc5e6659a9d143c9a3e5d200f493ddda', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56'}) 2018-07-17 06:31:30,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:31:30,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4241d4-f24e-4d7f-8b07-ac58d003ec1b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:31:30,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c4241d4-f24e-4d7f-8b07-ac58d003ec1b 2018-07-17 06:31:30,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0873730182648s 2018-07-17 06:31:30,248 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c4241d4-f24e-4d7f-8b07-ac58d003ec1b 2018-07-17 06:31:30,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:31:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db56321-c39c-4f7e-9bb5-360b4e0b897a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:31:30,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1db56321-c39c-4f7e-9bb5-360b4e0b897a 2018-07-17 06:31:30,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0235540866852s 2018-07-17 06:31:30,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1db56321-c39c-4f7e-9bb5-360b4e0b897a 2018-07-17 06:31:30,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:31:30,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f6bbfc-ea2d-4d60-a961-63bd91bc99d2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:31:30,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-41f6bbfc-ea2d-4d60-a961-63bd91bc99d2 2018-07-17 06:31:30,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.096834897995s 2018-07-17 06:31:30,378 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-41f6bbfc-ea2d-4d60-a961-63bd91bc99d2 2018-07-17 06:31:30,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:31:30,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e513eaf-e263-443f-b4d6-da2d7ba0a610 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 06:31:30,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9e513eaf-e263-443f-b4d6-da2d7ba0a610 2018-07-17 06:31:30,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105819940567s 2018-07-17 06:31:30,489 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9e513eaf-e263-443f-b4d6-da2d7ba0a610 2018-07-17 06:31:30,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:31:30,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc283e0c-30eb-4c39-a3d1-709d6723f3d4 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56", "links": {"self": "http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc5e6659a9d143c9a3e5d200f493ddda", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:31:30,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dc283e0c-30eb-4c39-a3d1-709d6723f3d4 2018-07-17 06:31:30,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114750862122s 2018-07-17 06:31:30,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dc283e0c-30eb-4c39-a3d1-709d6723f3d4 2018-07-17 06:31:30,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:31:30,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea80b754-4dc3-4695-9112-013dab15e9be Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b"}, "tags": [], "enabled": true, "id": "d6f11051e3fb4641b370bd536e3b660b", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56"}]} 2018-07-17 06:31:30,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ea80b754-4dc3-4695-9112-013dab15e9be 2018-07-17 06:31:30,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.115116119385s 2018-07-17 06:31:30,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ea80b754-4dc3-4695-9112-013dab15e9be 2018-07-17 06:31:30,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:31:30,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=dc5e6659a9d143c9a3e5d200f493ddda&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=d6f11051e3fb4641b370bd536e3b660b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:30,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38141020-f9b1-4a8f-bed1-fa9a74c883c7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=dc5e6659a9d143c9a3e5d200f493ddda&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=d6f11051e3fb4641b370bd536e3b660b", "previous": null, "next": null}} 2018-07-17 06:31:30,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=dc5e6659a9d143c9a3e5d200f493ddda&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=d6f11051e3fb4641b370bd536e3b660b used request id req-38141020-f9b1-4a8f-bed1-fa9a74c883c7 2018-07-17 06:31:30,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104947805405s 2018-07-17 06:31:30,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=dc5e6659a9d143c9a3e5d200f493ddda&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=d6f11051e3fb4641b370bd536e3b660b used request id req-38141020-f9b1-4a8f-bed1-fa9a74c883c7 2018-07-17 06:31:30,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 06:31:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b/users/dc5e6659a9d143c9a3e5d200f493ddda/roles/6e715159a88a4946aa03c57a6e78880f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:31,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30e22a2d-26ef-404d-b23d-2e7ff7797ebe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:31:31,018 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b/users/dc5e6659a9d143c9a3e5d200f493ddda/roles/6e715159a88a4946aa03c57a6e78880f used request id req-30e22a2d-26ef-404d-b23d-2e7ff7797ebe 2018-07-17 06:31:31,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.170537948608s 2018-07-17 06:31:31,019 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b/users/dc5e6659a9d143c9a3e5d200f493ddda/roles/6e715159a88a4946aa03c57a6e78880f used request id req-30e22a2d-26ef-404d-b23d-2e7ff7797ebe 2018-07-17 06:31:31,020 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'd6f11051e3fb4641b370bd536e3b660b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '33dbb017-448f-4af3-8b83-4a0c56385100', 'username': u'vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-17 06:31:31,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:31:31,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:31:31,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:31:31,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:31:31,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:31:31,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:31:31,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:31:31,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:31:31,025 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56', 'password': '33dbb017-448f-4af3-8b83-4a0c56385100', 'project_name': 'vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'd6f11051e3fb4641b370bd536e3b660b', 'project_domain_name': 'Default'} 2018-07-17 06:31:31,025 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-17 06:31:31,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:31,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd82bef-5365-4c42-a204-4caa162bd4e2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:31:31,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9dd82bef-5365-4c42-a204-4caa162bd4e2 2018-07-17 06:31:31,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:31:31,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}], "expires_at": "2018-07-17T07:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6f11051e3fb4641b370bd536e3b660b", "name": "vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/d6f11051e3fb4641b370bd536e3b660b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/d6f11051e3fb4641b370bd536e3b660b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/d6f11051e3fb4641b370bd536e3b660b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6f11051e3fb4641b370bd536e3b660b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/d6f11051e3fb4641b370bd536e3b660b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/d6f11051e3fb4641b370bd536e3b660b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_d6f11051e3fb4641b370bd536e3b660b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d6f11051e3fb4641b370bd536e3b660b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d6f11051e3fb4641b370bd536e3b660b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/d6f11051e3fb4641b370bd536e3b660b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/d6f11051e3fb4641b370bd536e3b660b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/d6f11051e3fb4641b370bd536e3b660b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/d6f11051e3fb4641b370bd536e3b660b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/d6f11051e3fb4641b370bd536e3b660b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56", "id": "dc5e6659a9d143c9a3e5d200f493ddda"}, "audit_ids": ["mv0MNMugRGyyjU4nNurUkQ"], "issued_at": "2018-07-17T06:31:31.000000Z"}} 2018-07-17 06:31:31,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:31:31,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '{"network": {"name": "vmready2-net_677ad6cb-a812-4019-a346-a997f1140c56", "admin_state_up": true}}' 2018-07-17 06:31:32,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-e063243f-738d-4682-a56d-ed00097732d9 Date: Tue, 17 Jul 2018 06:31:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d6f11051e3fb4641b370bd536e3b660b","created_at":"2018-07-17T06:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T06:31:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d6f11051e3fb4641b370bd536e3b660b","id":"634a158b-77dd-4fce-89f1-a0a8a9ec56b1","name":"vmready2-net_677ad6cb-a812-4019-a346-a997f1140c56"}} 2018-07-17 06:31:32,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e063243f-738d-4682-a56d-ed00097732d9 2018-07-17 06:31:32,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.659097194672s 2018-07-17 06:31:32,088 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e063243f-738d-4682-a56d-ed00097732d9 2018-07-17 06:31:32,089 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:31:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'634a158b-77dd-4fce-89f1-a0a8a9ec56b1', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_677ad6cb-a812-4019-a346-a997f1140c56', u'admin_state_up': True, u'tenant_id': u'd6f11051e3fb4641b370bd536e3b660b', u'created_at': u'2018-07-17T06:31:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6f11051e3fb4641b370bd536e3b660b'}) 2018-07-17 06:31:32,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:32,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:32,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-22475e24-88fa-48d4-aa09-cbaef2fe7491 Date: Tue, 17 Jul 2018 06:31:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:31:31Z","tenant_id":"d6f11051e3fb4641b370bd536e3b660b","created_at":"2018-07-17T06:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d6f11051e3fb4641b370bd536e3b660b","id":"634a158b-77dd-4fce-89f1-a0a8a9ec56b1","name":"vmready2-net_677ad6cb-a812-4019-a346-a997f1140c56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:31:32,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22475e24-88fa-48d4-aa09-cbaef2fe7491 2018-07-17 06:31:32,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.178376913071s 2018-07-17 06:31:32,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-22475e24-88fa-48d4-aa09-cbaef2fe7491 2018-07-17 06:31:32,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:31:32,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '{"subnet": {"name": "vmready2-subnet_677ad6cb-a812-4019-a346-a997f1140c56", "enable_dhcp": true, "network_id": "634a158b-77dd-4fce-89f1-a0a8a9ec56b1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:31:33,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5c8fb2e4-c4b7-4abc-97aa-924a4a211421 Date: Tue, 17 Jul 2018 06:31:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"634a158b-77dd-4fce-89f1-a0a8a9ec56b1","tenant_id":"d6f11051e3fb4641b370bd536e3b660b","created_at":"2018-07-17T06:31:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:32Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"d6f11051e3fb4641b370bd536e3b660b","id":"4519161e-b260-4476-84bc-d3e73a113ac2","subnetpool_id":null,"name":"vmready2-subnet_677ad6cb-a812-4019-a346-a997f1140c56"}} 2018-07-17 06:31:33,013 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5c8fb2e4-c4b7-4abc-97aa-924a4a211421 2018-07-17 06:31:33,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.743731021881s 2018-07-17 06:31:33,014 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5c8fb2e4-c4b7-4abc-97aa-924a4a211421 2018-07-17 06:31:33,014 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:31:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'4519161e-b260-4476-84bc-d3e73a113ac2', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_677ad6cb-a812-4019-a346-a997f1140c56', u'enable_dhcp': True, u'network_id': u'634a158b-77dd-4fce-89f1-a0a8a9ec56b1', u'tenant_id': u'd6f11051e3fb4641b370bd536e3b660b', u'created_at': u'2018-07-17T06:31:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'd6f11051e3fb4641b370bd536e3b660b'}) 2018-07-17 06:31:33,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:31:33,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "vmready2-router_677ad6cb-a812-4019-a346-a997f1140c56", "admin_state_up": true}}' 2018-07-17 06:31:34,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0549058c-6477-4892-af32-eec87fd72689 Date: Tue, 17 Jul 2018 06:31:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "created_at": "2018-07-17T06:31:33Z", "admin_state_up": true, "updated_at": "2018-07-17T06:31:34Z", "revision_number": 2, "routes": [], "project_id": "d6f11051e3fb4641b370bd536e3b660b", "id": "c0141fe7-02bd-40be-a85b-87e2e2fc5431", "name": "vmready2-router_677ad6cb-a812-4019-a346-a997f1140c56"}} 2018-07-17 06:31:34,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-0549058c-6477-4892-af32-eec87fd72689 2018-07-17 06:31:34,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2810819149s 2018-07-17 06:31:34,297 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-0549058c-6477-4892-af32-eec87fd72689 2018-07-17 06:31:34,297 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd6f11051e3fb4641b370bd536e3b660b', u'created_at': u'2018-07-17T06:31:33Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T06:31:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'd6f11051e3fb4641b370bd536e3b660b', u'id': u'c0141fe7-02bd-40be-a85b-87e2e2fc5431', u'name': u'vmready2-router_677ad6cb-a812-4019-a346-a997f1140c56'}) 2018-07-17 06:31:34,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:31:34,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '{"subnet_id": "4519161e-b260-4476-84bc-d3e73a113ac2"}' 2018-07-17 06:31:36,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e87a376c-aea1-4d58-8a07-867d353b6c6f Date: Tue, 17 Jul 2018 06:31:36 GMT RESP BODY: {"network_id": "634a158b-77dd-4fce-89f1-a0a8a9ec56b1", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "subnet_id": "4519161e-b260-4476-84bc-d3e73a113ac2", "subnet_ids": ["4519161e-b260-4476-84bc-d3e73a113ac2"], "port_id": "89a4ad18-9b78-4a12-97e7-1f6637d250f5", "id": "c0141fe7-02bd-40be-a85b-87e2e2fc5431"} 2018-07-17 06:31:36,118 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431/add_router_interface.json used request id req-e87a376c-aea1-4d58-8a07-867d353b6c6f 2018-07-17 06:31:36,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.82043194771s 2018-07-17 06:31:36,118 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431/add_router_interface.json used request id req-e87a376c-aea1-4d58-8a07-867d353b6c6f returning object c0141fe7-02bd-40be-a85b-87e2e2fc5431 2018-07-17 06:31:36,119 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:31:36,247 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:31:36,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:36,253 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:31:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:31:36,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:31:36,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:36,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0d794605-9c3a-42a4-84b7-834c638feebe Date: Tue, 17 Jul 2018 06:31:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:31:36,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0d794605-9c3a-42a4-84b7-834c638feebe 2018-07-17 06:31:36,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.66939496994s 2018-07-17 06:31:36,925 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0d794605-9c3a-42a4-84b7-834c638feebe 2018-07-17 06:31:36,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:31:36,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56"}' 2018-07-17 06:31:37,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cae4a170-5bca-44ed-b392-147880c58a34 Date: Tue, 17 Jul 2018 06:31:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6/file", "owner": "d6f11051e3fb4641b370bd536e3b660b", "id": "9eea94c5-b909-4225-9487-f4ce1df697f6", "size": null, "self": "/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:36Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56", "checksum": null, "created_at": "2018-07-17T06:31:36Z", "protected": false} 2018-07-17 06:31:37,007 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-cae4a170-5bca-44ed-b392-147880c58a34 2018-07-17 06:31:37,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0749979019165s 2018-07-17 06:31:37,008 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-cae4a170-5bca-44ed-b392-147880c58a34 returning object 9eea94c5-b909-4225-9487-f4ce1df697f6 2018-07-17 06:31:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:31:37,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '' 2018-07-17 06:31:38,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75b204be-79d9-42e7-8f5a-9b2feae8fb84 Date: Tue, 17 Jul 2018 06:31:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:31:38,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6/file used request id req-75b204be-79d9-42e7-8f5a-9b2feae8fb84 2018-07-17 06:31:38,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.41765213013s 2018-07-17 06:31:38,426 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6/file used request id req-75b204be-79d9-42e7-8f5a-9b2feae8fb84 2018-07-17 06:31:38,426 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:31:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6/file', u'owner': u'd6f11051e3fb4641b370bd536e3b660b', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9eea94c5-b909-4225-9487-f4ce1df697f6', u'size': None, u'name': u'vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56', u'checksum': None, u'self': u'/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:31:36Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:31:38,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:31:38,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_677ad6cb-a812-4019-a346-a997f1140c56", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:31:39,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6815c9c8-d02f-47d6-8d72-6ad830c7dec4 x-compute-request-id: req-6815c9c8-d02f-47d6-8d72-6ad830c7dec4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_677ad6cb-a812-4019-a346-a997f1140c56", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1ed51c66-06da-4243-82b2-09f487401c01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1ed51c66-06da-4243-82b2-09f487401c01"}} 2018-07-17 06:31:39,199 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6815c9c8-d02f-47d6-8d72-6ad830c7dec4 2018-07-17 06:31:39,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.772658109665s 2018-07-17 06:31:39,200 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6815c9c8-d02f-47d6-8d72-6ad830c7dec4 2018-07-17 06:31:39,201 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_677ad6cb-a812-4019-a346-a997f1140c56', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1ed51c66-06da-4243-82b2-09f487401c01', 'swap': 0}) 2018-07-17 06:31:39,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:31:39,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" -d '{"extra_specs": {}}' 2018-07-17 06:31:39,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c34a9d1-a957-4a68-97aa-4d8f709f3b29 x-compute-request-id: req-1c34a9d1-a957-4a68-97aa-4d8f709f3b29 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:31:39,224 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01/os-extra_specs used request id req-1c34a9d1-a957-4a68-97aa-4d8f709f3b29 2018-07-17 06:31:39,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226650238037s 2018-07-17 06:31:39,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01/os-extra_specs used request id req-1c34a9d1-a957-4a68-97aa-4d8f709f3b29 2018-07-17 06:31:39,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:31:39,333 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 06:31:39,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:31:39,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" -d '{"subnet_id": "4519161e-b260-4476-84bc-d3e73a113ac2"}' 2018-07-17 06:31:40,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d182c938-2782-44a0-b49f-1d95b2648f89 Date: Tue, 17 Jul 2018 06:31:40 GMT RESP BODY: {"network_id": "634a158b-77dd-4fce-89f1-a0a8a9ec56b1", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "subnet_id": "4519161e-b260-4476-84bc-d3e73a113ac2", "subnet_ids": ["4519161e-b260-4476-84bc-d3e73a113ac2"], "port_id": "89a4ad18-9b78-4a12-97e7-1f6637d250f5", "id": "c0141fe7-02bd-40be-a85b-87e2e2fc5431"} 2018-07-17 06:31:40,888 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431/remove_router_interface.json used request id req-d182c938-2782-44a0-b49f-1d95b2648f89 2018-07-17 06:31:40,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55069994926s 2018-07-17 06:31:40,888 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431/remove_router_interface.json used request id req-d182c938-2782-44a0-b49f-1d95b2648f89 returning object c0141fe7-02bd-40be-a85b-87e2e2fc5431 2018-07-17 06:31:40,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:31:40,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:40,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-1d4dc7ec-f72f-4556-b42f-ce8062fad90c Date: Tue, 17 Jul 2018 06:31:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "created_at": "2018-07-17T06:31:33Z", "admin_state_up": true, "updated_at": "2018-07-17T06:31:40Z", "revision_number": 4, "routes": [], "project_id": "d6f11051e3fb4641b370bd536e3b660b", "id": "c0141fe7-02bd-40be-a85b-87e2e2fc5431", "name": "vmready2-router_677ad6cb-a812-4019-a346-a997f1140c56"}]} 2018-07-17 06:31:40,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1d4dc7ec-f72f-4556-b42f-ce8062fad90c 2018-07-17 06:31:40,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108928203583s 2018-07-17 06:31:40,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1d4dc7ec-f72f-4556-b42f-ce8062fad90c 2018-07-17 06:31:41,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:31:41,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:42,229 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04b9f4b4-1b6b-4778-a0a8-45f3cbe28584 Content-Length: 0 Date: Tue, 17 Jul 2018 06:31:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:42,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431.json used request id req-04b9f4b4-1b6b-4778-a0a8-45f3cbe28584 2018-07-17 06:31:42,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22959208488s 2018-07-17 06:31:42,230 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c0141fe7-02bd-40be-a85b-87e2e2fc5431.json used request id req-04b9f4b4-1b6b-4778-a0a8-45f3cbe28584 2018-07-17 06:31:42,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:31:42,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:42,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-51f04302-bc12-42d0-9d10-461b9cd25d40 Date: Tue, 17 Jul 2018 06:31:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"634a158b-77dd-4fce-89f1-a0a8a9ec56b1","tenant_id":"d6f11051e3fb4641b370bd536e3b660b","created_at":"2018-07-17T06:31:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"d6f11051e3fb4641b370bd536e3b660b","id":"4519161e-b260-4476-84bc-d3e73a113ac2","subnetpool_id":null,"name":"vmready2-subnet_677ad6cb-a812-4019-a346-a997f1140c56"}]} 2018-07-17 06:31:42,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-51f04302-bc12-42d0-9d10-461b9cd25d40 2018-07-17 06:31:42,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.07914686203s 2018-07-17 06:31:42,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-51f04302-bc12-42d0-9d10-461b9cd25d40 2018-07-17 06:31:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:31:42,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/4519161e-b260-4476-84bc-d3e73a113ac2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:43,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73dc7b49-7dc3-4bde-9456-37592f9fcb94 Date: Tue, 17 Jul 2018 06:31:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:43,429 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4519161e-b260-4476-84bc-d3e73a113ac2.json used request id req-73dc7b49-7dc3-4bde-9456-37592f9fcb94 2018-07-17 06:31:43,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11788606644s 2018-07-17 06:31:43,429 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4519161e-b260-4476-84bc-d3e73a113ac2.json used request id req-73dc7b49-7dc3-4bde-9456-37592f9fcb94 2018-07-17 06:31:43,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:43,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:43,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5edf199c-166f-4e53-88db-cce8304249b0 Date: Tue, 17 Jul 2018 06:31:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:31:43Z","tenant_id":"d6f11051e3fb4641b370bd536e3b660b","created_at":"2018-07-17T06:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d6f11051e3fb4641b370bd536e3b660b","id":"634a158b-77dd-4fce-89f1-a0a8a9ec56b1","name":"vmready2-net_677ad6cb-a812-4019-a346-a997f1140c56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:31:43,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5edf199c-166f-4e53-88db-cce8304249b0 2018-07-17 06:31:43,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.145183086395s 2018-07-17 06:31:43,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5edf199c-166f-4e53-88db-cce8304249b0 2018-07-17 06:31:43,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:31:43,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/634a158b-77dd-4fce-89f1-a0a8a9ec56b1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:45,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49daf256-23e5-445a-8df1-16fe06a3bd5e Date: Tue, 17 Jul 2018 06:31:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:31:45,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/634a158b-77dd-4fce-89f1-a0a8a9ec56b1.json used request id req-49daf256-23e5-445a-8df1-16fe06a3bd5e 2018-07-17 06:31:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.43210911751s 2018-07-17 06:31:45,009 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/634a158b-77dd-4fce-89f1-a0a8a9ec56b1.json used request id req-49daf256-23e5-445a-8df1-16fe06a3bd5e 2018-07-17 06:31:45,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:31:45,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:45,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-bdc758f4-979f-437c-b805-affc4c8f77f7 Date: Tue, 17 Jul 2018 06:31:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/9eea94c5-b909-4225-9487-f4ce1df697f6/snap", "metadata": {}}], "file": "/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6/file", "owner": "d6f11051e3fb4641b370bd536e3b660b", "id": "9eea94c5-b909-4225-9487-f4ce1df697f6", "size": 12716032, "self": "/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/9eea94c5-b909-4225-9487-f4ce1df697f6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:38Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_677ad6cb-a812-4019-a346-a997f1140c56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:31:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:31:45,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-bdc758f4-979f-437c-b805-affc4c8f77f7 2018-07-17 06:31:45,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0343968868256s 2018-07-17 06:31:45,048 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-bdc758f4-979f-437c-b805-affc4c8f77f7 2018-07-17 06:31:45,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:31:45,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}258ec643516a6168a5912e1bb2fea9fbc1645295" 2018-07-17 06:31:46,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc0d435a-f283-4010-8e8c-5f397594c9e7 Date: Tue, 17 Jul 2018 06:31:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:31:46,052 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6 used request id req-dc0d435a-f283-4010-8e8c-5f397594c9e7 2018-07-17 06:31:46,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00255012512s 2018-07-17 06:31:46,052 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9eea94c5-b909-4225-9487-f4ce1df697f6 used request id req-dc0d435a-f283-4010-8e8c-5f397594c9e7 2018-07-17 06:31:46,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:31:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:46,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19cde960-d212-4c8d-83e2-f2fe4a98f799 x-compute-request-id: req-19cde960-d212-4c8d-83e2-f2fe4a98f799 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_677ad6cb-a812-4019-a346-a997f1140c56", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1ed51c66-06da-4243-82b2-09f487401c01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1ed51c66-06da-4243-82b2-09f487401c01"}]} 2018-07-17 06:31:46,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-19cde960-d212-4c8d-83e2-f2fe4a98f799 2018-07-17 06:31:46,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.135705947876s 2018-07-17 06:31:46,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-19cde960-d212-4c8d-83e2-f2fe4a98f799 2018-07-17 06:31:46,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:31:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:46,338 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51de99c6-4469-4fb3-be0e-406042e1d39a x-compute-request-id: req-51de99c6-4469-4fb3-be0e-406042e1d39a Content-Length: 0 Content-Type: application/json 2018-07-17 06:31:46,339 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01 used request id req-51de99c6-4469-4fb3-be0e-406042e1d39a 2018-07-17 06:31:46,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.147568941116s 2018-07-17 06:31:46,339 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1ed51c66-06da-4243-82b2-09f487401c01 used request id req-51de99c6-4469-4fb3-be0e-406042e1d39a 2018-07-17 06:31:46,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:31:46,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:46,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b557b8-7822-4b93-86dc-d4de25e2427f Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56", "links": {"self": "http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc5e6659a9d143c9a3e5d200f493ddda", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:31:46,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f9b557b8-7822-4b93-86dc-d4de25e2427f 2018-07-17 06:31:46,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114995956421s 2018-07-17 06:31:46,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f9b557b8-7822-4b93-86dc-d4de25e2427f 2018-07-17 06:31:46,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:31:46,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:46,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86d0ea55-9347-4cfd-9779-5a65f56d140d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_677ad6cb-a812-4019-a346-a997f1140c56", "links": {"self": "http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "dc5e6659a9d143c9a3e5d200f493ddda", "description": null}} 2018-07-17 06:31:46,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda used request id req-86d0ea55-9347-4cfd-9779-5a65f56d140d 2018-07-17 06:31:46,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106593847275s 2018-07-17 06:31:46,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda used request id req-86d0ea55-9347-4cfd-9779-5a65f56d140d 2018-07-17 06:31:46,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 06:31:46,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:46,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-053283b5-7eb0-467e-a2a5-ea858c90a75a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:31:46,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda used request id req-053283b5-7eb0-467e-a2a5-ea858c90a75a 2018-07-17 06:31:46,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.250277996063s 2018-07-17 06:31:46,816 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/dc5e6659a9d143c9a3e5d200f493ddda used request id req-053283b5-7eb0-467e-a2a5-ea858c90a75a 2018-07-17 06:31:46,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:31:46,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:46,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c2a826-2002-4f46-b4dd-c5f3d9879868 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b"}, "tags": [], "enabled": true, "id": "d6f11051e3fb4641b370bd536e3b660b", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_677ad6cb-a812-4019-a346-a997f1140c56"}]} 2018-07-17 06:31:46,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-67c2a826-2002-4f46-b4dd-c5f3d9879868 2018-07-17 06:31:46,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0973620414734s 2018-07-17 06:31:46,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-67c2a826-2002-4f46-b4dd-c5f3d9879868 2018-07-17 06:31:46,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 06:31:46,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a2b19cd473cf49266054e7d8484ffe2b740072d" 2018-07-17 06:31:47,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:31:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b0343bc-c9d4-4442-b5d2-4a853cdf4a5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:31:47,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b used request id req-3b0343bc-c9d4-4442-b5d2-4a853cdf4a5d 2018-07-17 06:31:47,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161294937134s 2018-07-17 06:31:47,080 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d6f11051e3fb4641b370bd536e3b660b used request id req-3b0343bc-c9d4-4442-b5d2-4a853cdf4a5d 2018-07-17 06:31:47,129 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-17 06:31:47,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:31:47,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:31:47,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:31:47,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:47,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843558be-3720-4c48-89fe-5e082502f8fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:31:47,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-843558be-3720-4c48-89fe-5e082502f8fb 2018-07-17 06:31:47,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:31:47,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["V8bMV9lqRK-Du-IThc4Hyg"], "issued_at": "2018-07-17T06:31:47.000000Z"}} 2018-07-17 06:31:47,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:47,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:48,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7616785a-0e80-4086-96d0-c76268680c67 Date: Tue, 17 Jul 2018 06:31:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:31:48,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7616785a-0e80-4086-96d0-c76268680c67 2018-07-17 06:31:48,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00483512878s 2018-07-17 06:31:48,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7616785a-0e80-4086-96d0-c76268680c67 2018-07-17 06:31:48,590 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-17 06:31:48,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:31:48,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"network": {"name": "singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "admin_state_up": true}}' 2018-07-17 06:31:48,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8b1a08d2-2121-4dc3-82d9-fe232c266a06 Date: Tue, 17 Jul 2018 06:31:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d8866943-0cf8-44a1-849a-837bb7b43331","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:31:48Z","is_default":false,"provider:segmentation_id":39,"name":"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:48Z","mtu":1450}} 2018-07-17 06:31:48,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8b1a08d2-2121-4dc3-82d9-fe232c266a06 2018-07-17 06:31:48,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.403152942657s 2018-07-17 06:31:48,994 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8b1a08d2-2121-4dc3-82d9-fe232c266a06 2018-07-17 06:31:48,994 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-17T06:31:48Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd8866943-0cf8-44a1-849a-837bb7b43331', u'provider:segmentation_id': 39, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', u'admin_state_up': True, u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:31:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1efef49fb93e45b19b2e687db1e302da'}) 2018-07-17 06:31:48,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:48,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:49,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-7953b29c-9fe4-47ad-820e-b1d20f7b3df0 Date: Tue, 17 Jul 2018 06:31:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d8866943-0cf8-44a1-849a-837bb7b43331","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:31:48Z","provider:segmentation_id":39,"name":"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:48Z","provider:network_type":"vxlan"}]} 2018-07-17 06:31:49,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7953b29c-9fe4-47ad-820e-b1d20f7b3df0 2018-07-17 06:31:49,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0996651649475s 2018-07-17 06:31:49,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7953b29c-9fe4-47ad-820e-b1d20f7b3df0 2018-07-17 06:31:49,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:31:49,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"subnet": {"name": "singlevm1-subnet_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "enable_dhcp": true, "network_id": "d8866943-0cf8-44a1-849a-837bb7b43331", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:31:49,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-c2034233-eb5f-4581-a531-9aa8125a2241 Date: Tue, 17 Jul 2018 06:31:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8866943-0cf8-44a1-849a-837bb7b43331","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:49Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"030fd103-2187-481d-8b5f-647715a2647e","subnetpool_id":null,"name":"singlevm1-subnet_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}} 2018-07-17 06:31:49,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c2034233-eb5f-4581-a531-9aa8125a2241 2018-07-17 06:31:49,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.443665981293s 2018-07-17 06:31:49,539 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c2034233-eb5f-4581-a531-9aa8125a2241 2018-07-17 06:31:49,540 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:31:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'030fd103-2187-481d-8b5f-647715a2647e', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', u'enable_dhcp': True, u'network_id': u'd8866943-0cf8-44a1-849a-837bb7b43331', u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:31:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'1efef49fb93e45b19b2e687db1e302da'}) 2018-07-17 06:31:49,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:31:49,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "singlevm1-router_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "admin_state_up": true}}' 2018-07-17 06:31:50,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-28a74e88-939b-40b3-9fdf-8bfb7c56d1cc Date: Tue, 17 Jul 2018 06:31:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T06:31:50Z", "revision_number": 2, "routes": [], "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "b93718c9-ce45-42a2-9991-8d656f014d31", "name": "singlevm1-router_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}} 2018-07-17 06:31:50,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-28a74e88-939b-40b3-9fdf-8bfb7c56d1cc 2018-07-17 06:31:50,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.19311189651s 2018-07-17 06:31:50,734 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-28a74e88-939b-40b3-9fdf-8bfb7c56d1cc 2018-07-17 06:31:50,734 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', u'created_at': u'2018-07-17T06:31:49Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-17T06:31:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'1efef49fb93e45b19b2e687db1e302da', u'id': u'b93718c9-ce45-42a2-9991-8d656f014d31', u'name': u'singlevm1-router_80cd75fc-ce60-4635-b1b2-32aa60bb23bf'}) 2018-07-17 06:31:50,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:31:50,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"subnet_id": "030fd103-2187-481d-8b5f-647715a2647e"}' 2018-07-17 06:31:52,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2032a9e6-22d2-45fe-9c9c-4d2b8b4536f4 Date: Tue, 17 Jul 2018 06:31:52 GMT RESP BODY: {"network_id": "d8866943-0cf8-44a1-849a-837bb7b43331", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "subnet_id": "030fd103-2187-481d-8b5f-647715a2647e", "subnet_ids": ["030fd103-2187-481d-8b5f-647715a2647e"], "port_id": "456e7a2f-c6e0-4043-acd3-dab9b6d198e8", "id": "b93718c9-ce45-42a2-9991-8d656f014d31"} 2018-07-17 06:31:52,398 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31/add_router_interface.json used request id req-2032a9e6-22d2-45fe-9c9c-4d2b8b4536f4 2018-07-17 06:31:52,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.66282200813s 2018-07-17 06:31:52,398 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31/add_router_interface.json used request id req-2032a9e6-22d2-45fe-9c9c-4d2b8b4536f4 returning object b93718c9-ce45-42a2-9991-8d656f014d31 2018-07-17 06:31:52,399 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:31:52,528 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:31:52,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:31:52,535 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:31:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:31:52,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:31:52,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:53,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-349d04d1-2d79-40a7-b6b6-1cdfb5a808bc Date: Tue, 17 Jul 2018 06:31:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:31:53,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-349d04d1-2d79-40a7-b6b6-1cdfb5a808bc 2018-07-17 06:31:53,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.662110090256s 2018-07-17 06:31:53,200 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-349d04d1-2d79-40a7-b6b6-1cdfb5a808bc 2018-07-17 06:31:53,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:31:53,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}' 2018-07-17 06:31:53,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d1009844-bf55-44b4-b644-7906bf30cde8 Date: Tue, 17 Jul 2018 06:31:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file", "owner": "1efef49fb93e45b19b2e687db1e302da", "id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "size": null, "self": "/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:53Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "checksum": null, "created_at": "2018-07-17T06:31:53Z", "protected": false} 2018-07-17 06:31:53,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d1009844-bf55-44b4-b644-7906bf30cde8 2018-07-17 06:31:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0825610160828s 2018-07-17 06:31:53,287 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d1009844-bf55-44b4-b644-7906bf30cde8 returning object 0af74720-7c6c-47cb-98e9-82e1615788ca 2018-07-17 06:31:53,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:31:53,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '' 2018-07-17 06:31:54,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7c4c781-1d58-4ed8-89df-ffc62819f534 Date: Tue, 17 Jul 2018 06:31:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:31:54,031 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file used request id req-f7c4c781-1d58-4ed8-89df-ffc62819f534 2018-07-17 06:31:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.743745088577s 2018-07-17 06:31:54,032 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file used request id req-f7c4c781-1d58-4ed8-89df-ffc62819f534 2018-07-17 06:31:54,032 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:31:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file', u'owner': u'1efef49fb93e45b19b2e687db1e302da', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'0af74720-7c6c-47cb-98e9-82e1615788ca', u'size': None, u'name': u'singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', u'checksum': None, u'self': u'/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:31:53Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:31:54,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:31:54,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:31:54,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32bb28e9-7639-4ad3-b931-41a20777bbb4 x-compute-request-id: req-32bb28e9-7639-4ad3-b931-41a20777bbb4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f"}} 2018-07-17 06:31:54,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-32bb28e9-7639-4ad3-b931-41a20777bbb4 2018-07-17 06:31:54,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.612778902054s 2018-07-17 06:31:54,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-32bb28e9-7639-4ad3-b931-41a20777bbb4 2018-07-17 06:31:54,647 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f', 'swap': 0}) 2018-07-17 06:31:54,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:31:54,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"extra_specs": {}}' 2018-07-17 06:31:54,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92b2591f-faf4-4c07-8456-91a6a8e7e1fa x-compute-request-id: req-92b2591f-faf4-4c07-8456-91a6a8e7e1fa Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:31:54,672 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f/os-extra_specs used request id req-92b2591f-faf4-4c07-8456-91a6a8e7e1fa 2018-07-17 06:31:54,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239520072937s 2018-07-17 06:31:54,672 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f/os-extra_specs used request id req-92b2591f-faf4-4c07-8456-91a6a8e7e1fa 2018-07-17 06:31:54,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 06:31:54,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"keypair": {"name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}}' 2018-07-17 06:31:54,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c495c09b-4b1b-4651-982b-b9807838d91f x-compute-request-id: req-c495c09b-4b1b-4651-982b-b9807838d91f Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDqkE/IchmvOOBq3Z2In/F5flIpcW6nl4cDneqbmW5Hsx5ncEYhYtwgCWrtJnbg4mBLGZSU6PCrjRXJeEB+9gXeFWtqLVIH90Q+1BvvRlwAbd3jbuGdFQxHKXBdaRkz+ByIApv2o19DF+/k1BMbtU23hm7g1hK/BweSaa1q8xzcv5vhAvdMGneFXlLcz/Um4rJ+RO/ekHLPiZF9/YME/oTcO2ON+ZyVdxOzQGet8brhh8yQstDV4i/nGvgEgT1xr9C5SLsJnlrvYVGgAXs/gb2f42uRr1Mv/AF4eW0xR8kZGdBOnACW/g/Bgl/mZzzFMT3gK00bqElydjOZ5ykez9D Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw6pBPyHIZrzjgat2diJ/xeX5SKXFup5eHA53qm5luR7MeZ3B\nGIWLcIAlq7SZ24OJgSxmUlOjwq40VyXhAfvYF3hVrai1SB/dEPtQb70ZcAG3d427\nhnRUMRylwXWkZM/gciAKb9qNfQxfv5NQTG7VNt4Zu4NYSvwcHkmmtavMc3L+b4QL\n3TBp3hV5S3M/1JuKyfkTv3pByz4mRff2DBP6E3DtjjfmclXcTs0BnrfG64YfMkLL\nQ1eIv5xr4BIE9ca/QuUi7CZ5a72FRoAF7P4G9n+Nrka9TL/wBeHltMUfJGRnQTpw\nAlv4PwYJf5mc8xTE94CtNG6hJcnYzmecpHs/QwIDAQABAoIBACSoIu0m8Rp+TMkg\nTGM5d2KmARvhIrghr1PmSfj+EcSqxngKXACyFDuRZn1Sqnh7nik7HjhSPx3b8SZa\njFsIyaUsADE2qC/I+GuUCa/FZ5yaVbrqLLW12YgR6+PgnFnesBfxdMMb2OISjWWg\nvax0HzHWTk/Y/ZOew83Q0pC6jOUb043mBfCeGHbkz+zSm+fb1Cj+kB8LnKsYHdPX\nqNut+jeVolcAhFEjUQDYoB7niAsUdMs9o1hZhfwI/ZnZxUK4xqGXVtcRd5BwWr3k\nlKwg6ckDaA8vQMwxGhC/s40cCexCAQl5Y+QLWGr/JHiLXTM5kitfNsb7ZAjolp8d\nVx3fhuECgYEA/naBuIvwEr0Yr8iN1jdyPGWe504Ymxm/8FB9lo8LwyveJzYF+cSL\nVtYcEBRWOT2gitApKOgSYcjclwwQO/Mi9tbSd+ax3xAHio/OiQVciyI1tlf68tyX\nWzHX8YIsEzVZkL+NzfrzR9/X9WgeKC8e3GrD/Rl/HkAy7fS2ADLr3+sCgYEAxNjT\nNQeGH+WJl8/SlyQm2HIOgWUrMjV1hJC9dGTpZl53APZY+HIVXvp4oKaz+cvT0VsV\n3nKFXTm967RJMfXg7fHutpBakY+2lIrBR9jLRP6W9wRpEKG+HUaYZZs7svrttDKk\njmZV31HNotbkNp6J//dA1YGur/gMxejqUbDZIAkCgYB3hLX9Nk02n/a+adak7ToM\nwDZYskfAYeHTQBsc4mdF7o7Tn/5CiFxiFwLrUoIFNLr5ODh87DPmFe/2SkY9wj+D\n7PbCNmsJOIAyRsVdelUzTIgp8zz9YTr+LHUfDGMjSoWdBTvXqa0m7y6CJ7syaJ94\nK/WOJbGdRc4mEjCB+2jqrQKBgQC7pmL5O3ntsDhRY0lC0bDCR0Bys4nRLEsiG4Sv\nj388GjNh1HWOKdsblrQlmaUaLOd4vVcEnrFp5KCbMFtSaC2LR0Wj/cqI1rJbukZ0\ngkOMOxKY2jh6JWYBrImc2rW3ciPl0x0xrnaQFABvCmG1e77cJs1Ee4KWt2UdyWKO\ni4MAWQKBgD6I5RQkJIM+oZknBsiThicaPCmZmMF/jXEhoiT/SVLSyF250Cr2rvI9\nfJaRp2+hiHkf6RGhpclX4gycBiINO9XaDbTWigjvpWGksWVqxohSaEEjbK2ij9NP\n7SizCcVu5Hsbt5AeVT5p9qKZ5T3+sbVu5iLPP+Io+iAxyz+mrDLd\n-----END RSA PRIVATE KEY-----\n", "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "fingerprint": "84:28:bb:3f:48:47:4e:61:fc:f2:30:43:70:5d:a0:fd"}} 2018-07-17 06:31:54,786 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c495c09b-4b1b-4651-982b-b9807838d91f 2018-07-17 06:31:54,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.113555192947s 2018-07-17 06:31:54,787 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c495c09b-4b1b-4651-982b-b9807838d91f 2018-07-17 06:31:54,788 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDqkE/IchmvOOBq3Z2In/F5flIpcW6nl4cDneqbmW5Hsx5ncEYhYtwgCWrtJnbg4mBLGZSU6PCrjRXJeEB+9gXeFWtqLVIH90Q+1BvvRlwAbd3jbuGdFQxHKXBdaRkz+ByIApv2o19DF+/k1BMbtU23hm7g1hK/BweSaa1q8xzcv5vhAvdMGneFXlLcz/Um4rJ+RO/ekHLPiZF9/YME/oTcO2ON+ZyVdxOzQGet8brhh8yQstDV4i/nGvgEgT1xr9C5SLsJnlrvYVGgAXs/gb2f42uRr1Mv/AF4eW0xR8kZGdBOnACW/g/Bgl/mZzzFMT3gK00bqElydjOZ5ykez9D Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw6pBPyHIZrzjgat2diJ/xeX5SKXFup5eHA53qm5luR7MeZ3B\nGIWLcIAlq7SZ24OJgSxmUlOjwq40VyXhAfvYF3hVrai1SB/dEPtQb70ZcAG3d427\nhnRUMRylwXWkZM/gciAKb9qNfQxfv5NQTG7VNt4Zu4NYSvwcHkmmtavMc3L+b4QL\n3TBp3hV5S3M/1JuKyfkTv3pByz4mRff2DBP6E3DtjjfmclXcTs0BnrfG64YfMkLL\nQ1eIv5xr4BIE9ca/QuUi7CZ5a72FRoAF7P4G9n+Nrka9TL/wBeHltMUfJGRnQTpw\nAlv4PwYJf5mc8xTE94CtNG6hJcnYzmecpHs/QwIDAQABAoIBACSoIu0m8Rp+TMkg\nTGM5d2KmARvhIrghr1PmSfj+EcSqxngKXACyFDuRZn1Sqnh7nik7HjhSPx3b8SZa\njFsIyaUsADE2qC/I+GuUCa/FZ5yaVbrqLLW12YgR6+PgnFnesBfxdMMb2OISjWWg\nvax0HzHWTk/Y/ZOew83Q0pC6jOUb043mBfCeGHbkz+zSm+fb1Cj+kB8LnKsYHdPX\nqNut+jeVolcAhFEjUQDYoB7niAsUdMs9o1hZhfwI/ZnZxUK4xqGXVtcRd5BwWr3k\nlKwg6ckDaA8vQMwxGhC/s40cCexCAQl5Y+QLWGr/JHiLXTM5kitfNsb7ZAjolp8d\nVx3fhuECgYEA/naBuIvwEr0Yr8iN1jdyPGWe504Ymxm/8FB9lo8LwyveJzYF+cSL\nVtYcEBRWOT2gitApKOgSYcjclwwQO/Mi9tbSd+ax3xAHio/OiQVciyI1tlf68tyX\nWzHX8YIsEzVZkL+NzfrzR9/X9WgeKC8e3GrD/Rl/HkAy7fS2ADLr3+sCgYEAxNjT\nNQeGH+WJl8/SlyQm2HIOgWUrMjV1hJC9dGTpZl53APZY+HIVXvp4oKaz+cvT0VsV\n3nKFXTm967RJMfXg7fHutpBakY+2lIrBR9jLRP6W9wRpEKG+HUaYZZs7svrttDKk\njmZV31HNotbkNp6J//dA1YGur/gMxejqUbDZIAkCgYB3hLX9Nk02n/a+adak7ToM\nwDZYskfAYeHTQBsc4mdF7o7Tn/5CiFxiFwLrUoIFNLr5ODh87DPmFe/2SkY9wj+D\n7PbCNmsJOIAyRsVdelUzTIgp8zz9YTr+LHUfDGMjSoWdBTvXqa0m7y6CJ7syaJ94\nK/WOJbGdRc4mEjCB+2jqrQKBgQC7pmL5O3ntsDhRY0lC0bDCR0Bys4nRLEsiG4Sv\nj388GjNh1HWOKdsblrQlmaUaLOd4vVcEnrFp5KCbMFtSaC2LR0Wj/cqI1rJbukZ0\ngkOMOxKY2jh6JWYBrImc2rW3ciPl0x0xrnaQFABvCmG1e77cJs1Ee4KWt2UdyWKO\ni4MAWQKBgD6I5RQkJIM+oZknBsiThicaPCmZmMF/jXEhoiT/SVLSyF250Cr2rvI9\nfJaRp2+hiHkf6RGhpclX4gycBiINO9XaDbTWigjvpWGksWVqxohSaEEjbK2ij9NP\n7SizCcVu5Hsbt5AeVT5p9qKZ5T3+sbVu5iLPP+Io+iAxyz+mrDLd\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e27d8a67ca6e47a782fb0092b2db5e5d', 'name': u'singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', 'created_at': '2018-07-17T06:31:54.788160', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'84:28:bb:3f:48:47:4e:61:fc:f2:30:43:70:5d:a0:fd', 'type': 'ssh', 'id': u'singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf'}) 2018-07-17 06:31:54,788 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAw6pBPyHIZrzjgat2diJ/xeX5SKXFup5eHA53qm5luR7MeZ3B GIWLcIAlq7SZ24OJgSxmUlOjwq40VyXhAfvYF3hVrai1SB/dEPtQb70ZcAG3d427 hnRUMRylwXWkZM/gciAKb9qNfQxfv5NQTG7VNt4Zu4NYSvwcHkmmtavMc3L+b4QL 3TBp3hV5S3M/1JuKyfkTv3pByz4mRff2DBP6E3DtjjfmclXcTs0BnrfG64YfMkLL Q1eIv5xr4BIE9ca/QuUi7CZ5a72FRoAF7P4G9n+Nrka9TL/wBeHltMUfJGRnQTpw Alv4PwYJf5mc8xTE94CtNG6hJcnYzmecpHs/QwIDAQABAoIBACSoIu0m8Rp+TMkg TGM5d2KmARvhIrghr1PmSfj+EcSqxngKXACyFDuRZn1Sqnh7nik7HjhSPx3b8SZa jFsIyaUsADE2qC/I+GuUCa/FZ5yaVbrqLLW12YgR6+PgnFnesBfxdMMb2OISjWWg vax0HzHWTk/Y/ZOew83Q0pC6jOUb043mBfCeGHbkz+zSm+fb1Cj+kB8LnKsYHdPX qNut+jeVolcAhFEjUQDYoB7niAsUdMs9o1hZhfwI/ZnZxUK4xqGXVtcRd5BwWr3k lKwg6ckDaA8vQMwxGhC/s40cCexCAQl5Y+QLWGr/JHiLXTM5kitfNsb7ZAjolp8d Vx3fhuECgYEA/naBuIvwEr0Yr8iN1jdyPGWe504Ymxm/8FB9lo8LwyveJzYF+cSL VtYcEBRWOT2gitApKOgSYcjclwwQO/Mi9tbSd+ax3xAHio/OiQVciyI1tlf68tyX WzHX8YIsEzVZkL+NzfrzR9/X9WgeKC8e3GrD/Rl/HkAy7fS2ADLr3+sCgYEAxNjT NQeGH+WJl8/SlyQm2HIOgWUrMjV1hJC9dGTpZl53APZY+HIVXvp4oKaz+cvT0VsV 3nKFXTm967RJMfXg7fHutpBakY+2lIrBR9jLRP6W9wRpEKG+HUaYZZs7svrttDKk jmZV31HNotbkNp6J//dA1YGur/gMxejqUbDZIAkCgYB3hLX9Nk02n/a+adak7ToM wDZYskfAYeHTQBsc4mdF7o7Tn/5CiFxiFwLrUoIFNLr5ODh87DPmFe/2SkY9wj+D 7PbCNmsJOIAyRsVdelUzTIgp8zz9YTr+LHUfDGMjSoWdBTvXqa0m7y6CJ7syaJ94 K/WOJbGdRc4mEjCB+2jqrQKBgQC7pmL5O3ntsDhRY0lC0bDCR0Bys4nRLEsiG4Sv j388GjNh1HWOKdsblrQlmaUaLOd4vVcEnrFp5KCbMFtSaC2LR0Wj/cqI1rJbukZ0 gkOMOxKY2jh6JWYBrImc2rW3ciPl0x0xrnaQFABvCmG1e77cJs1Ee4KWt2UdyWKO i4MAWQKBgD6I5RQkJIM+oZknBsiThicaPCmZmMF/jXEhoiT/SVLSyF250Cr2rvI9 fJaRp2+hiHkf6RGhpclX4gycBiINO9XaDbTWigjvpWGksWVqxohSaEEjbK2ij9NP 7SizCcVu5Hsbt5AeVT5p9qKZ5T3+sbVu5iLPP+Io+iAxyz+mrDLd -----END RSA PRIVATE KEY----- 2018-07-17 06:31:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 06:31:54,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"security_group": {"name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-17 06:31:55,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-2e38ffb0-a5f2-4f99-a5f1-b7f957401010 Date: Tue, 17 Jul 2018 06:31:54 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:54Z", "updated_at": "2018-07-17T06:31:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "20ed8992-e021-49ca-814d-d04479654f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "f0f6ae5a-590c-405f-a87d-fac4ccecfa09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 1, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "4913a27b-0805-43e6-8c57-705b59c63221", "name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}} 2018-07-17 06:31:55,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2e38ffb0-a5f2-4f99-a5f1-b7f957401010 2018-07-17 06:31:55,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.230478048325s 2018-07-17 06:31:55,022 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2e38ffb0-a5f2-4f99-a5f1-b7f957401010 2018-07-17 06:31:55,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:31:55,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:55,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-48680dc9-5010-483e-87d8-fecd00ed744e Date: Tue, 17 Jul 2018 06:31:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "created_at": "2018-07-17T06:31:02Z", "updated_at": "2018-07-17T06:31:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "0671f476-e3af-474d-986d-93737a8743b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv4", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "13173321-f9cc-4020-b8b9-3fa8f6f2f7b9", "remote_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv4", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "a806f275-9dc9-46d8-a267-7d2d28e70668", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv6", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "b98b9d66-2d4e-4dc0-a6a3-55587bf2abac", "remote_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv6", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}], "revision_number": 1, "project_id": "013e71c5f8cd42a1a70e2cfebf637187", "id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "created_at": "2018-07-17T06:31:31Z", "updated_at": "2018-07-17T06:31:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "03d80c2d-a1e4-428b-8092-9541eaffd7f9", "remote_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "b32534e9-edc2-428a-b153-dbf45049d1e9", "remote_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "cdb8c7b4-c801-419e-8ad9-8f13f6ab628c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "e35635ef-0567-422a-ac14-eb8ebd5eca34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}], "revision_number": 1, "project_id": "d6f11051e3fb4641b370bd536e3b660b", "id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-17T06:30:50Z", "updated_at": "2018-07-17T06:30:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "056f3e11-3ca4-4121-b92e-83af71862138", "remote_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "3548b225-e0c6-444d-806e-3633b17645a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "3d0530ae-da67-433a-88b8-9c8a4250af3b", "remote_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "7921d075-22df-4960-8275-fd1a5b5ea3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a157a773b0f94b8488176a42925137e9", "created_at": "2018-07-17T06:28:29Z", "updated_at": "2018-07-17T06:28:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "54d17f17-fc7a-48b8-a54b-cf26a1ebfc77", "remote_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:30Z", "revision_number": 0, "id": "6131ffca-8da2-483a-a573-ef6e37f37a4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:30Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "8817c3ef-e1c5-4a16-a515-4395b813cb17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "aaf453b9-22be-449c-9f12-a05df4659739", "remote_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "a157a773b0f94b8488176a42925137e9"}], "revision_number": 1, "project_id": "a157a773b0f94b8488176a42925137e9", "id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:54Z", "updated_at": "2018-07-17T06:31:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "20ed8992-e021-49ca-814d-d04479654f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "f0f6ae5a-590c-405f-a87d-fac4ccecfa09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 1, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "4913a27b-0805-43e6-8c57-705b59c63221", "name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}, {"description": "Default security group", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:30:48Z", "updated_at": "2018-07-17T06:30:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "53d986b2-b6de-40a0-bb8a-0b4374ef2464", "remote_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "5a38825c-e3e9-4aa4-b959-1f6d0ac42927", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "9acc369d-4540-44d0-8c5e-bcc306a00b67", "remote_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "fc478717-3c14-4d73-9bbc-5a9cd3239af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 1, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "name": "default"}]} 2018-07-17 06:31:55,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-48680dc9-5010-483e-87d8-fecd00ed744e 2018-07-17 06:31:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.126377105713s 2018-07-17 06:31:55,154 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-48680dc9-5010-483e-87d8-fecd00ed744e 2018-07-17 06:31:55,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:31:55,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221"}}' 2018-07-17 06:31:55,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bb5cbb9f-9343-4e89-acee-7f4602defeac Date: Tue, 17 Jul 2018 06:31:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-17T06:31:55Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "port_range_min": 22, "revision_number": 0, "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:55Z", "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "9de7e72a-dc27-4d68-b782-6a09760a0b1f"}} 2018-07-17 06:31:55,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-bb5cbb9f-9343-4e89-acee-7f4602defeac 2018-07-17 06:31:55,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.261981964111s 2018-07-17 06:31:55,421 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-bb5cbb9f-9343-4e89-acee-7f4602defeac 2018-07-17 06:31:55,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:31:55,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:55,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-c9e9f1b9-01cc-4232-81cc-b217d7519e29 Date: Tue, 17 Jul 2018 06:31:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "created_at": "2018-07-17T06:31:02Z", "updated_at": "2018-07-17T06:31:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "0671f476-e3af-474d-986d-93737a8743b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv4", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "13173321-f9cc-4020-b8b9-3fa8f6f2f7b9", "remote_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv4", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "a806f275-9dc9-46d8-a267-7d2d28e70668", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv6", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "b98b9d66-2d4e-4dc0-a6a3-55587bf2abac", "remote_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv6", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}], "revision_number": 1, "project_id": "013e71c5f8cd42a1a70e2cfebf637187", "id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "created_at": "2018-07-17T06:31:31Z", "updated_at": "2018-07-17T06:31:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "03d80c2d-a1e4-428b-8092-9541eaffd7f9", "remote_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "b32534e9-edc2-428a-b153-dbf45049d1e9", "remote_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "cdb8c7b4-c801-419e-8ad9-8f13f6ab628c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "e35635ef-0567-422a-ac14-eb8ebd5eca34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}], "revision_number": 1, "project_id": "d6f11051e3fb4641b370bd536e3b660b", "id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-17T06:30:50Z", "updated_at": "2018-07-17T06:30:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "056f3e11-3ca4-4121-b92e-83af71862138", "remote_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "3548b225-e0c6-444d-806e-3633b17645a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "3d0530ae-da67-433a-88b8-9c8a4250af3b", "remote_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "7921d075-22df-4960-8275-fd1a5b5ea3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a157a773b0f94b8488176a42925137e9", "created_at": "2018-07-17T06:28:29Z", "updated_at": "2018-07-17T06:28:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "54d17f17-fc7a-48b8-a54b-cf26a1ebfc77", "remote_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:30Z", "revision_number": 0, "id": "6131ffca-8da2-483a-a573-ef6e37f37a4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:30Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "8817c3ef-e1c5-4a16-a515-4395b813cb17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "aaf453b9-22be-449c-9f12-a05df4659739", "remote_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "a157a773b0f94b8488176a42925137e9"}], "revision_number": 1, "project_id": "a157a773b0f94b8488176a42925137e9", "id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:54Z", "updated_at": "2018-07-17T06:31:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "20ed8992-e021-49ca-814d-d04479654f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:31:55Z", "revision_number": 0, "id": "9de7e72a-dc27-4d68-b782-6a09760a0b1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:55Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "f0f6ae5a-590c-405f-a87d-fac4ccecfa09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 2, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "4913a27b-0805-43e6-8c57-705b59c63221", "name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}, {"description": "Default security group", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:30:48Z", "updated_at": "2018-07-17T06:30:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "53d986b2-b6de-40a0-bb8a-0b4374ef2464", "remote_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "5a38825c-e3e9-4aa4-b959-1f6d0ac42927", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "9acc369d-4540-44d0-8c5e-bcc306a00b67", "remote_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "fc478717-3c14-4d73-9bbc-5a9cd3239af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 1, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "name": "default"}]} 2018-07-17 06:31:55,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c9e9f1b9-01cc-4232-81cc-b217d7519e29 2018-07-17 06:31:55,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0642991065979s 2018-07-17 06:31:55,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c9e9f1b9-01cc-4232-81cc-b217d7519e29 2018-07-17 06:31:55,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:31:55,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221"}}' 2018-07-17 06:31:55,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-67ec6634-84d5-4be7-a4d2-4bee8ed07781 Date: Tue, 17 Jul 2018 06:31:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-17T06:31:55Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "port_range_min": null, "revision_number": 0, "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:55Z", "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "48649914-5288-48cc-993b-5aaabe4ca5ee"}} 2018-07-17 06:31:55,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-67ec6634-84d5-4be7-a4d2-4bee8ed07781 2018-07-17 06:31:55,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.150333166122s 2018-07-17 06:31:55,645 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-67ec6634-84d5-4be7-a4d2-4bee8ed07781 2018-07-17 06:31:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:55,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:55,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8e1e250c-c448-4806-b3bc-6b73c9d17849 Date: Tue, 17 Jul 2018 06:31:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d8866943-0cf8-44a1-849a-837bb7b43331","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":["030fd103-2187-481d-8b5f-647715a2647e"],"description":"","tags":[],"updated_at":"2018-07-17T06:31:49Z","provider:segmentation_id":39,"name":"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:48Z","provider:network_type":"vxlan"}]} 2018-07-17 06:31:55,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8e1e250c-c448-4806-b3bc-6b73c9d17849 2018-07-17 06:31:55,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107589006424s 2018-07-17 06:31:55,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8e1e250c-c448-4806-b3bc-6b73c9d17849 2018-07-17 06:31:55,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:31:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:55,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ee9c19d1-6f2e-4ba6-8ebf-9723f3978979 Date: Tue, 17 Jul 2018 06:31:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/0af74720-7c6c-47cb-98e9-82e1615788ca/snap", "metadata": {}}], "file": "/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file", "owner": "1efef49fb93e45b19b2e687db1e302da", "id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "size": 12716032, "self": "/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/0af74720-7c6c-47cb-98e9-82e1615788ca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:53Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:31:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:31:55,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ee9c19d1-6f2e-4ba6-8ebf-9723f3978979 2018-07-17 06:31:55,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244100093842s 2018-07-17 06:31:55,784 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ee9c19d1-6f2e-4ba6-8ebf-9723f3978979 2018-07-17 06:31:55,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:31:55,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:55,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5bd43e3-12e5-4f73-8520-9dd1b93e5d3f x-compute-request-id: req-e5bd43e3-12e5-4f73-8520-9dd1b93e5d3f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f"}]} 2018-07-17 06:31:55,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e5bd43e3-12e5-4f73-8520-9dd1b93e5d3f 2018-07-17 06:31:55,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237810611725s 2018-07-17 06:31:55,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e5bd43e3-12e5-4f73-8520-9dd1b93e5d3f 2018-07-17 06:31:55,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:31:55,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"server": {"name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "imageRef": "0af74720-7c6c-47cb-98e9-82e1615788ca", "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "flavorRef": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d8866943-0cf8-44a1-849a-837bb7b43331"}], "security_groups": [{"name": "4913a27b-0805-43e6-8c57-705b59c63221"}]}}' 2018-07-17 06:31:58,102 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:31:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7ee6211-209a-4023-ab79-393c61601f16 x-compute-request-id: req-b7ee6211-209a-4023-ab79-393c61601f16 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4913a27b-0805-43e6-8c57-705b59c63221"}], "OS-DCF:diskConfig": "MANUAL", "id": "115b44d9-5141-4773-9f2c-055320da9a01", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "adminPass": "MNtY6qDemWgk"}} 2018-07-17 06:31:58,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b7ee6211-209a-4023-ab79-393c61601f16 2018-07-17 06:31:58,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.29045605659s 2018-07-17 06:31:58,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b7ee6211-209a-4023-ab79-393c61601f16 2018-07-17 06:31:58,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:31:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:58,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:31:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d53d46f-2eea-4090-aec0-5c2d32f7dc9e x-compute-request-id: req-3d53d46f-2eea-4090-aec0-5c2d32f7dc9e Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:31:58Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:31:58,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d53d46f-2eea-4090-aec0-5c2d32f7dc9e 2018-07-17 06:31:58,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770984888077s 2018-07-17 06:31:58,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d53d46f-2eea-4090-aec0-5c2d32f7dc9e 2018-07-17 06:31:58,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:31:58,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:58,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a2ebffed-6e25-4271-8882-4d52587e4be9 Date: Tue, 17 Jul 2018 06:31:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d8866943-0cf8-44a1-849a-837bb7b43331","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":["030fd103-2187-481d-8b5f-647715a2647e"],"description":"","tags":[],"updated_at":"2018-07-17T06:31:49Z","provider:segmentation_id":39,"name":"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:48Z","provider:network_type":"vxlan"}]} 2018-07-17 06:31:58,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a2ebffed-6e25-4271-8882-4d52587e4be9 2018-07-17 06:31:58,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0812468528748s 2018-07-17 06:31:58,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a2ebffed-6e25-4271-8882-4d52587e4be9 2018-07-17 06:31:58,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:31:58,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:31:59,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-8509feb3-6f04-4b79-a892-f871283c1487 Date: Tue, 17 Jul 2018 06:31:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:35Z","dns_nameservers":[],"updated_at":"2018-07-17T06:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a157a773b0f94b8488176a42925137e9","id":"01b3b688-ae23-4e66-b1d6-1a11f0a1a40b","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8866943-0cf8-44a1-849a-837bb7b43331","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"030fd103-2187-481d-8b5f-647715a2647e","subnetpool_id":null,"name":"singlevm1-subnet_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}]} 2018-07-17 06:31:59,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8509feb3-6f04-4b79-a892-f871283c1487 2018-07-17 06:31:59,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.223792076111s 2018-07-17 06:31:59,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8509feb3-6f04-4b79-a892-f871283c1487 2018-07-17 06:31:59,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:01,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:01,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:02,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-330c4450-7448-497d-98b2-d27b07e77fda x-compute-request-id: req-330c4450-7448-497d-98b2-d27b07e77fda Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:32:00Z", "hostId": "971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:02,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-330c4450-7448-497d-98b2-d27b07e77fda 2018-07-17 06:32:02,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1596391201s 2018-07-17 06:32:02,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-330c4450-7448-497d-98b2-d27b07e77fda 2018-07-17 06:32:02,356 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:04,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:04,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:05,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07590f43-27b8-46b5-a518-cbd339931bf1 x-compute-request-id: req-07590f43-27b8-46b5-a518-cbd339931bf1 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "security_groups": [{"name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}], "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:32:02Z", "hostId": "971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:05,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07590f43-27b8-46b5-a518-cbd339931bf1 2018-07-17 06:32:05,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20347213745s 2018-07-17 06:32:05,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07590f43-27b8-46b5-a518-cbd339931bf1 2018-07-17 06:32:05,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:07,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:07,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:08,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57b877f5-3be0-468c-a690-d25d31ac1069 x-compute-request-id: req-57b877f5-3be0-468c-a690-d25d31ac1069 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:4f:88", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "security_groups": [{"name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}], "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:32:02Z", "hostId": "971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:08,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57b877f5-3be0-468c-a690-d25d31ac1069 2018-07-17 06:32:08,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.29762101173s 2018-07-17 06:32:08,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57b877f5-3be0-468c-a690-d25d31ac1069 2018-07-17 06:32:08,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:10,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:10,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:11,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-816ec633-6356-4353-8e90-53f13c8397dd x-compute-request-id: req-816ec633-6356-4353-8e90-53f13c8397dd Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:4f:88", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-17T06:32:09.000000", "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "security_groups": [{"name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}], "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:32:09Z", "hostId": "971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:11,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-816ec633-6356-4353-8e90-53f13c8397dd 2018-07-17 06:32:11,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604207038879s 2018-07-17 06:32:11,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-816ec633-6356-4353-8e90-53f13c8397dd 2018-07-17 06:32:11,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:32:11,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:11,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-0909a9ae-211f-469e-b347-4595c0b728b0 Date: Tue, 17 Jul 2018 06:32:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-17T06:32:08Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"030fd103-2187-481d-8b5f-647715a2647e","ip_address":"192.168.0.5"}],"id":"73a0a1e4-00d9-4349-9773-99d9a99ab73e","security_groups":["4913a27b-0805-43e6-8c57-705b59c63221"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:4f:88","project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"115b44d9-5141-4773-9f2c-055320da9a01","name":"","admin_state_up":true,"network_id":"d8866943-0cf8-44a1-849a-837bb7b43331","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:32:02Z","binding:vnic_type":"normal"}]} 2018-07-17 06:32:11,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01 used request id req-0909a9ae-211f-469e-b347-4595c0b728b0 2018-07-17 06:32:11,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0459680557251s 2018-07-17 06:32:11,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01 used request id req-0909a9ae-211f-469e-b347-4595c0b728b0 2018-07-17 06:32:11,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:32:11,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=73a0a1e4-00d9-4349-9773-99d9a99ab73e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:11,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c66dba84-bd77-4e7b-a943-767589d9ac9e Date: Tue, 17 Jul 2018 06:32:11 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:32:11,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=73a0a1e4-00d9-4349-9773-99d9a99ab73e used request id req-c66dba84-bd77-4e7b-a943-767589d9ac9e 2018-07-17 06:32:11,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0579500198364s 2018-07-17 06:32:11,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=73a0a1e4-00d9-4349-9773-99d9a99ab73e used request id req-c66dba84-bd77-4e7b-a943-767589d9ac9e 2018-07-17 06:32:11,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:11,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:11,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c9bd4b8-a6a7-4866-94ea-a008edf8d18f x-compute-request-id: req-1c9bd4b8-a6a7-4866-94ea-a008edf8d18f Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:4f:88", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-17T06:32:09.000000", "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "security_groups": [{"name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}], "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:32:09Z", "hostId": "971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:11,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c9bd4b8-a6a7-4866-94ea-a008edf8d18f 2018-07-17 06:32:11,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.312957048416s 2018-07-17 06:32:11,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c9bd4b8-a6a7-4866-94ea-a008edf8d18f 2018-07-17 06:32:11,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:32:11,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:11,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-8ba8e160-9971-449e-9b5f-f003a41aca56 Date: Tue, 17 Jul 2018 06:32:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-17T06:32:08Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"030fd103-2187-481d-8b5f-647715a2647e","ip_address":"192.168.0.5"}],"id":"73a0a1e4-00d9-4349-9773-99d9a99ab73e","security_groups":["4913a27b-0805-43e6-8c57-705b59c63221"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:4f:88","project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"115b44d9-5141-4773-9f2c-055320da9a01","name":"","admin_state_up":true,"network_id":"d8866943-0cf8-44a1-849a-837bb7b43331","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:32:02Z","binding:vnic_type":"normal"}]} 2018-07-17 06:32:11,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01 used request id req-8ba8e160-9971-449e-9b5f-f003a41aca56 2018-07-17 06:32:11,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0429570674896s 2018-07-17 06:32:11,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01 used request id req-8ba8e160-9971-449e-9b5f-f003a41aca56 2018-07-17 06:32:11,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:32:11,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=73a0a1e4-00d9-4349-9773-99d9a99ab73e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:12,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-40b9feab-d1d2-45ac-98d0-9b2a4299ba97 Date: Tue, 17 Jul 2018 06:32:11 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:32:12,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=73a0a1e4-00d9-4349-9773-99d9a99ab73e used request id req-40b9feab-d1d2-45ac-98d0-9b2a4299ba97 2018-07-17 06:32:12,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042484998703s 2018-07-17 06:32:12,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=73a0a1e4-00d9-4349-9773-99d9a99ab73e used request id req-40b9feab-d1d2-45ac-98d0-9b2a4299ba97 2018-07-17 06:32:12,001 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8f:4f:88', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0af74720-7c6c-47cb-98e9-82e1615788ca'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-07-17T06:32:09.000000', 'flavor': Munch({u'id': u'6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f'}), 'az': u'nova', 'id': u'115b44d9-5141-4773-9f2c-055320da9a01', 'security_groups': [Munch({u'name': u'singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e27d8a67ca6e47a782fb0092b2db5e5d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:32:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:32:09Z', 'hostId': u'971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-07-17T06:32:09.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1efef49fb93e45b19b2e687db1e302da', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf', 'adminPass': None, 'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', 'created_at': u'2018-07-17T06:31:58Z', 'created': u'2018-07-17T06:31:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:32:12,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:12,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:12,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ec511483-6a49-4926-991b-1b27dfda1edc Date: Tue, 17 Jul 2018 06:32:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d8866943-0cf8-44a1-849a-837bb7b43331","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":["030fd103-2187-481d-8b5f-647715a2647e"],"description":"","tags":[],"updated_at":"2018-07-17T06:31:49Z","provider:segmentation_id":39,"name":"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:48Z","provider:network_type":"vxlan"}]} 2018-07-17 06:32:12,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec511483-6a49-4926-991b-1b27dfda1edc 2018-07-17 06:32:12,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0801901817322s 2018-07-17 06:32:12,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec511483-6a49-4926-991b-1b27dfda1edc 2018-07-17 06:32:12,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:32:12,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:12,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-acbd2156-cc5d-496e-a66d-d91b466f462b Date: Tue, 17 Jul 2018 06:32:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-17T06:32:08Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"030fd103-2187-481d-8b5f-647715a2647e","ip_address":"192.168.0.5"}],"id":"73a0a1e4-00d9-4349-9773-99d9a99ab73e","security_groups":["4913a27b-0805-43e6-8c57-705b59c63221"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:4f:88","project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"115b44d9-5141-4773-9f2c-055320da9a01","name":"","admin_state_up":true,"network_id":"d8866943-0cf8-44a1-849a-837bb7b43331","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:32:02Z","binding:vnic_type":"normal"}]} 2018-07-17 06:32:12,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01 used request id req-acbd2156-cc5d-496e-a66d-d91b466f462b 2018-07-17 06:32:12,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0408420562744s 2018-07-17 06:32:12,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=115b44d9-5141-4773-9f2c-055320da9a01 used request id req-acbd2156-cc5d-496e-a66d-d91b466f462b 2018-07-17 06:32:12,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 06:32:12,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"floatingip": {"floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.5", "port_id": "73a0a1e4-00d9-4349-9773-99d9a99ab73e"}}' 2018-07-17 06:32:13,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-4b980310-d8bd-4175-9a6b-51e8caa9cffa Date: Tue, 17 Jul 2018 06:32:13 GMT RESP BODY: {"floatingip": {"router_id": "b93718c9-ce45-42a2-9991-8d656f014d31", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T06:32:12Z", "floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "73a0a1e4-00d9-4349-9773-99d9a99ab73e", "id": "66aa58e9-15e0-40e3-8a14-5e4268bfafc4", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:32:12Z", "project_id": "1efef49fb93e45b19b2e687db1e302da"}} 2018-07-17 06:32:13,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4b980310-d8bd-4175-9a6b-51e8caa9cffa 2018-07-17 06:32:13,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.81704998016s 2018-07-17 06:32:13,944 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4b980310-d8bd-4175-9a6b-51e8caa9cffa 2018-07-17 06:32:13,948 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'b93718c9-ce45-42a2-9991-8d656f014d31', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1efef49fb93e45b19b2e687db1e302da', 'created_at': u'2018-07-17T06:32:12Z', 'attached': True, 'updated_at': u'2018-07-17T06:32:12Z', 'id': u'66aa58e9-15e0-40e3-8a14-5e4268bfafc4', 'floating_network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', 'fixed_ip_address': u'192.168.0.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'b93718c9-ce45-42a2-9991-8d656f014d31', 'project_id': u'1efef49fb93e45b19b2e687db1e302da', 'port_id': u'73a0a1e4-00d9-4349-9773-99d9a99ab73e', 'port': u'73a0a1e4-00d9-4349-9773-99d9a99ab73e', 'network': u'93167f5f-5e97-4553-93f8-5bb87a5adb95'}) 2018-07-17 06:32:13,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:32:13,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:32:14,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-746d23b7-77de-4b5a-b29a-54caf9a90ae3 x-compute-request-id: req-746d23b7-77de-4b5a-b29a-54caf9a90ae3 Content-Encoding: gzip Content-Length: 9580 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 441044081 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142079] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143837] pid_max: default: 32768 minimum: 301\n[ 0.144797] ACPI: Core revision 20150930\n[ 0.146196] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147575] Security Framework initialized\n[ 0.148444] Yama: becoming mindful.\n[ 0.149231] AppArmor: AppArmor initialized\n[ 0.150137] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151571] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152923] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154219] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155713] Initializing cgroup subsys io\n[ 0.156581] Initializing cgroup subsys memory\n[ 0.157520] Initializing cgroup subsys devices\n[ 0.158463] Initializing cgroup subsys freezer\n[ 0.159410] Initializing cgroup subsys net_cls\n[ 0.160338] Initializing cgroup subsys perf_event\n[ 0.161316] Initializing cgroup subsys net_prio\n[ 0.162257] Initializing cgroup subsys hugetlb\n[ 0.163195] Initializing cgroup subsys pids\n[ 0.164107] CPU: Physical Processor ID: 0\n[ 0.165685] mce: CPU supports 10 MCE banks\n[ 0.166574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167686] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183379] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189484] ftrace: allocating 31920 entries in 125 pages\n[ 0.214167] smpboot: Max logical packages: 1\n[ 0.215101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216507] x2apic enabled\n[ 0.217345] Switched APIC routing to physical x2apic.\n[ 0.219171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220362] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222615] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224550] KVM setup paravirtual spinlock\n[ 0.225885] x86: Booted up 1 node, 1 CPUs\n[ 0.226765] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.230028] evm: security.selinux\n[ 0.230763] evm: security.SMACK64\n[ 0.231486] evm: security.SMACK64EXEC\n[ 0.232268] evm: security.SMACK64TRANSMUTE\n[ 0.233151] evm: security.SMACK64MMAP\n[ 0.233930] evm: security.ima\n[ 0.234604] evm: security.capability\n[ 0.235478] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237445] pinctrl core: initialized pinctrl subsystem\n[ 0.238603] RTC time: 6:32:09, date: 07/17/18\n[ 0.239615] NET: Registered protocol family 16\n[ 0.240648] cpuidle: using governor ladder\n[ 0.241518] cpuidle: using governor menu\n[ 0.242345] PCCT header not found.\n[ 0.243175] ACPI: bus type PCI registered\n[ 0.244051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245361] PCI: Using configuration type 1 for base access\n[ 0.247174] ACPI: Added _OSI(Module Device)\n[ 0.248091] ACPI: Added _OSI(Processor Device)\n[ 0.248994] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249943] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251765] ACPI: Interpreter enabled\n[ 0.252572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260433] ACPI: (supports S0 S5)\n[ 0.261172] ACPI: Using IOAPIC for interrupt routing\n[ 0.262185] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265436] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271669] acpiphp: Slot [3] registered\n[ 0.272516] acpiphp: Slot [4] registered\n[ 0.273355] acpiphp: Slot [5] registered\n[ 0.274195] acpiphp: Slot [6] registered\n[ 0.275029] acpiphp: Slot [7] registered\n[ 0.275899] acpiphp: Slot [8] registered\n[ 0.276736] acpiphp: Slot [9] registered\n[ 0.277571] acpiphp: Slot [10] registered\n[ 0.278435] acpiphp: Slot [11] registered\n[ 0.279302] acpiphp: Slot [12] registered\n[ 0.280192] acpiphp: Slot [13] registered\n[ 0.281050] acpiphp: Slot [14] registered\n[ 0.281898] acpiphp: Slot [15] registered\n[ 0.292757] acpiphp: Slot [16] registered\n[ 0.293606] acpiphp: Slot [17] registered\n[ 0.294455] acpiphp: Slot [18] registered\n[ 0.295296] acpiphp: Slot [19] registered\n[ 0.296139] acpiphp: Slot [20] registered\n[ 0.296990] acpiphp: Slot [21] registered\n[ 0.297874] acpiphp: Slot [22] registered\n[ 0.298725] acpiphp: Slot [23] registered\n[ 0.299573] acpiphp: Slot [24] registered\n[ 0.300435] acpiphp: Slot [25] registered\n[ 0.301289] acpiphp: Slot [26] registered\n[ 0.302200] acpiphp: Slot [27] registered\n[ 0.303047] acpiphp: Slot [28] registered\n[ 0.303894] acpiphp: Slot [29] registered\n[ 0.304740] acpiphp: Slot [30] registered\n[ 0.305588] acpiphp: Slot [31] registered\n[ 0.306436] PCI host bridge to bus 0000:00\n[ 0.307281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308595] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311465] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.312983] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.314562] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319179] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.320453] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321839] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325421] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327058] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345162] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.346699] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.348542] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351483] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.352803] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355288] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.356923] vgaarb: loaded\n[ 0.357564] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358859] SCSI subsystem initialized\n[ 0.359869] ACPI: bus type USB registered\n[ 0.360922] usbcore: registered new interface driver usbfs\n[ 0.362048] usbcore: registered new interface driver hub\n[ 0.363137] usbcore: registered new device driver usb\n[ 0.364326] PCI: Using ACPI for IRQ routing\n[ 0.365522] NetLabel: Initializing\n[ 0.366287] NetLabel: domain hash size = 128\n[ 0.367209] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368236] NetLabel: unlabeled traffic allowed by default\n[ 0.369485] clocksource: Switched to clocksource kvm-clock\n[ 0.377664] AppArmor: AppArmor Filesystem Enabled\n[ 0.378735] pnp: PnP ACPI init\n[ 0.379736] pnp: PnP ACPI: found 5 devices\n[ 0.386133] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387988] NET: Registered protocol family 2\n[ 0.389103] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390502] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391803] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393097] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394275] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395556] NET: Registered protocol family 1\n[ 0.396501] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397688] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398852] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412974] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427183] Trying to unpack rootfs image as initramfs...\n[ 0.483346] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485104] Scanning for low memory corruption every 60 seconds\n[ 0.486558] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487828] audit: initializing netlink subsys (disabled)\n[ 0.488947] audit: type=2000 audit(1531809130.190:1): initialized\n[ 0.490434] Initialise system trusted keyring\n[ 0.491456] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492753] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494996] zbud: loaded\n[ 0.495798] VFS: Disk quotas dquot_6.6.0\n[ 0.496706] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498419] fuse init (API version 7.23)\n[ 0.499376] Key type big_key registered\n[ 0.500223] Allocating IMA MOK and blacklist keyrings.\n[ 0.501536] Key type asymmetric registered\n[ 0.502415] Asymmetric key parser 'x509' registered\n[ 0.503445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505026] io scheduler noop registered\n[ 0.505901] io scheduler deadline registered (default)\n[ 0.506968] io scheduler cfq registered\n[ 0.507890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509038] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511985] ACPI: Power Button [PWRF]\n[ 0.512875] GHES: HEST is not enabled!\n[ 0.526260] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.555849] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.582457] Linux agpgart interface v0.103\n[ 0.585108] brd: module loaded\n[ 0.586832] loop: module loaded\n[ 0.591134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592640] GPT:90111 != 2097151\n[ 0.593330] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594459] GPT:90111 != 2097151\n[ 0.595157] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596155] vda: vda1 vda15\n[ 0.597394] scsi host0: ata_piix\n[ 0.598198] scsi host1: ata_piix\n[ 0.599100] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.600372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.601891] libphy: Fixed MDIO Bus: probed\n[ 0.602742] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606067] PPP generic driver version 2.4.2\n[ 0.607107] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608368] ehci-pci: EHCI PCI platform driver\n[ 0.609283] ehci-platform: EHCI generic platform driver\n[ 0.610327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611559] ohci-pci: OHCI PCI platform driver\n[ 0.612537] ohci-platform: OHCI generic platform driver\n[ 0.613576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629857] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631032] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.634914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636195] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637671] usb usb1: Product: UHCI Host Controller\n[ 0.638646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639830] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641044] hub 1-0:1.0: USB hub found\n[ 0.641907] hub 1-0:1.0: 2 ports detected\n[ 0.642977] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645295] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646383] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647542] mousedev: PS/2 mouse device common for all mice\n[ 0.648980] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650977] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652166] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653451] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654687] i2c /dev entries driver\n[ 0.655515] device-mapper: uevent: version 1.0.3\n[ 0.656513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659912] NET: Registered protocol family 10\n[ 0.661148] NET: Registered protocol family 17\n[ 0.662126] Key type dns_resolver registered\n[ 0.663201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666280] registered taskstats version 1\n[ 0.667153] Loading compiled-in X.509 certificates\n[ 0.668681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670693] zswap: loaded using pool lzo/zbud\n[ 0.672390] Key type trusted registered\n[ 0.674206] Key type encrypted registered\n[ 0.675102] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676172] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677264] evm: HMAC attrs: 0x1\n[ 0.678321] Magic number: 10:395:519\n[ 0.679249] rtc_cmos 00:00: setting system clock to 2018-07-17 06:32:10 UTC (1531809130)\n[ 0.680970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682147] EDD information not available.\n[ 0.759020] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.770784] Write protecting the kernel read-only data: 14336k\n[ 0.773025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774990] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.922235] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.5...\nLease of 192.168.0.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqZOxltppukosYV/dbqa1ffVyIB7u9Oa2K0EiagKCyvrLS81iTHZb1Tu2HKmdL1Nu6ylLklkh5njmc0eiaw70FaV50ckgR94/AuS+OfCqFouv42cIycBD5sb0tIZri3fghArKpaejp0F45U+F3bJDth1wvQXWn197iY82RgaTL6CaT/dW22iZSKSc/k1hwYOQy0q4Ri48n4o0iqzi8BYLLUnbVBt6Dxihw5BiJJJu7IyXHR1Y3lDAVjRpNJe1PfcHsnkRogxgn6iZW0hycblVk22cwAvwcL3FVDnrpTQFbQT9aVjjWYycmrKYaJeXOJnW/FiTi6qKtiZOjT7fUzjd3 root@singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf\nssh-dss AAAAB3NzaC1kc3MAAACBAKPW+cb3OKta4xVbe7htEmh+eFVc27gU+cie1GFdFAZnKAUIlhJ+sOZ3x1Y9+fZ8FkvCOwYVvXOWQ0nNNV77IijovSp4KcCyWYQAFurD4krQ3CKXqZHcMjMOIa5UrQ+F4EUv0h4qfcqPyGWMRq74tqhjr1WRbjCZy8k4NMLGNWB/AAAAFQC/pNxGu0jSf9kKE/MSBZ3yvP98YwAAAIAA/Mi8AxhkTJE0Xvh2KGlakRenOWneORRVWonvhIBZ9hrDBmTtB/eIUJYGNVZhkOkUoqRgHoIBykirLixU4ZVVxqqGpFXcjNzqw2+hNrMRLQvizRNYeRshOvjAAvmRrTCYLsX/+o3oPZslq/hTGz0GfiW0OsSFhe5nyUemIVZ1cgAAAIEAnjS1GlmS36CYzhVAOgTNBFHQo4zQjiSIezEcGsLiis0RQUnLtF1ohN3YCR069oFfEt3k8A3bS99IeVDERjeO45CY4+4630Hw/3xIC3Ilp82y3+RmTSONRN2vCi/q4+o1KJueEykXFlqkOz60ICd0qubCuA51wE4t1pVtSyphvZQ= root@singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.26s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.5,24,fe80::f816:3eff:fe8f:4f88/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.85 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf login: "} 2018-07-17 06:32:14,839 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01/action used request id req-746d23b7-77de-4b5a-b29a-54caf9a90ae3 2018-07-17 06:32:14,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.89027094841s 2018-07-17 06:32:14,840 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01/action used request id req-746d23b7-77de-4b5a-b29a-54caf9a90ae3 2018-07-17 06:32:14,840 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 441044081 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.142079] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143837] pid_max: default: 32768 minimum: 301 [ 0.144797] ACPI: Core revision 20150930 [ 0.146196] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147575] Security Framework initialized [ 0.148444] Yama: becoming mindful. [ 0.149231] AppArmor: AppArmor initialized [ 0.150137] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151571] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152923] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154219] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155713] Initializing cgroup subsys io [ 0.156581] Initializing cgroup subsys memory [ 0.157520] Initializing cgroup subsys devices [ 0.158463] Initializing cgroup subsys freezer [ 0.159410] Initializing cgroup subsys net_cls [ 0.160338] Initializing cgroup subsys perf_event [ 0.161316] Initializing cgroup subsys net_prio [ 0.162257] Initializing cgroup subsys hugetlb [ 0.163195] Initializing cgroup subsys pids [ 0.164107] CPU: Physical Processor ID: 0 [ 0.165685] mce: CPU supports 10 MCE banks [ 0.166574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167686] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183379] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189484] ftrace: allocating 31920 entries in 125 pages [ 0.214167] smpboot: Max logical packages: 1 [ 0.215101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216507] x2apic enabled [ 0.217345] Switched APIC routing to physical x2apic. [ 0.219171] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220362] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222615] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224550] KVM setup paravirtual spinlock [ 0.225885] x86: Booted up 1 node, 1 CPUs [ 0.226765] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228248] devtmpfs: initialized [ 0.230028] evm: security.selinux [ 0.230763] evm: security.SMACK64 [ 0.231486] evm: security.SMACK64EXEC [ 0.232268] evm: security.SMACK64TRANSMUTE [ 0.233151] evm: security.SMACK64MMAP [ 0.233930] evm: security.ima [ 0.234604] evm: security.capability [ 0.235478] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237445] pinctrl core: initialized pinctrl subsystem [ 0.238603] RTC time: 6:32:09, date: 07/17/18 [ 0.239615] NET: Registered protocol family 16 [ 0.240648] cpuidle: using governor ladder [ 0.241518] cpuidle: using governor menu [ 0.242345] PCCT header not found. [ 0.243175] ACPI: bus type PCI registered [ 0.244051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245361] PCI: Using configuration type 1 for base access [ 0.247174] ACPI: Added _OSI(Module Device) [ 0.248091] ACPI: Added _OSI(Processor Device) [ 0.248994] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249943] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251765] ACPI: Interpreter enabled [ 0.252572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260433] ACPI: (supports S0 S5) [ 0.261172] ACPI: Using IOAPIC for interrupt routing [ 0.262185] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265436] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271669] acpiphp: Slot [3] registered [ 0.272516] acpiphp: Slot [4] registered [ 0.273355] acpiphp: Slot [5] registered [ 0.274195] acpiphp: Slot [6] registered [ 0.275029] acpiphp: Slot [7] registered [ 0.275899] acpiphp: Slot [8] registered [ 0.276736] acpiphp: Slot [9] registered [ 0.277571] acpiphp: Slot [10] registered [ 0.278435] acpiphp: Slot [11] registered [ 0.279302] acpiphp: Slot [12] registered [ 0.280192] acpiphp: Slot [13] registered [ 0.281050] acpiphp: Slot [14] registered [ 0.281898] acpiphp: Slot [15] registered [ 0.292757] acpiphp: Slot [16] registered [ 0.293606] acpiphp: Slot [17] registered [ 0.294455] acpiphp: Slot [18] registered [ 0.295296] acpiphp: Slot [19] registered [ 0.296139] acpiphp: Slot [20] registered [ 0.296990] acpiphp: Slot [21] registered [ 0.297874] acpiphp: Slot [22] registered [ 0.298725] acpiphp: Slot [23] registered [ 0.299573] acpiphp: Slot [24] registered [ 0.300435] acpiphp: Slot [25] registered [ 0.301289] acpiphp: Slot [26] registered [ 0.302200] acpiphp: Slot [27] registered [ 0.303047] acpiphp: Slot [28] registered [ 0.303894] acpiphp: Slot [29] registered [ 0.304740] acpiphp: Slot [30] registered [ 0.305588] acpiphp: Slot [31] registered [ 0.306436] PCI host bridge to bus 0000:00 [ 0.307281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308595] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311465] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312983] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.314562] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.319179] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.320453] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.321839] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.325421] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.327058] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.345162] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.346699] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.348542] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.350022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.351483] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.352803] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.354150] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.355288] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.356923] vgaarb: loaded [ 0.357564] vgaarb: bridge control possible 0000:00:02.0 [ 0.358859] SCSI subsystem initialized [ 0.359869] ACPI: bus type USB registered [ 0.360922] usbcore: registered new interface driver usbfs [ 0.362048] usbcore: registered new interface driver hub [ 0.363137] usbcore: registered new device driver usb [ 0.364326] PCI: Using ACPI for IRQ routing [ 0.365522] NetLabel: Initializing [ 0.366287] NetLabel: domain hash size = 128 [ 0.367209] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.368236] NetLabel: unlabeled traffic allowed by default [ 0.369485] clocksource: Switched to clocksource kvm-clock [ 0.377664] AppArmor: AppArmor Filesystem Enabled [ 0.378735] pnp: PnP ACPI init [ 0.379736] pnp: PnP ACPI: found 5 devices [ 0.386133] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387988] NET: Registered protocol family 2 [ 0.389103] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390502] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391803] TCP: Hash tables configured (established 4096 bind 4096) [ 0.393097] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.394275] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395556] NET: Registered protocol family 1 [ 0.396501] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397688] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398852] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412974] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.427183] Trying to unpack rootfs image as initramfs... [ 0.483346] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.485104] Scanning for low memory corruption every 60 seconds [ 0.486558] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.487828] audit: initializing netlink subsys (disabled) [ 0.488947] audit: type=2000 audit(1531809130.190:1): initialized [ 0.490434] Initialise system trusted keyring [ 0.491456] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.492753] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494996] zbud: loaded [ 0.495798] VFS: Disk quotas dquot_6.6.0 [ 0.496706] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498419] fuse init (API version 7.23) [ 0.499376] Key type big_key registered [ 0.500223] Allocating IMA MOK and blacklist keyrings. [ 0.501536] Key type asymmetric registered [ 0.502415] Asymmetric key parser 'x509' registered [ 0.503445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505026] io scheduler noop registered [ 0.505901] io scheduler deadline registered (default) [ 0.506968] io scheduler cfq registered [ 0.507890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509038] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.511985] ACPI: Power Button [PWRF] [ 0.512875] GHES: HEST is not enabled! [ 0.526260] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.553604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.555849] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.579980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.582457] Linux agpgart interface v0.103 [ 0.585108] brd: module loaded [ 0.586832] loop: module loaded [ 0.591134] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.592640] GPT:90111 != 2097151 [ 0.593330] GPT:Alternate GPT header not at the end of the disk. [ 0.594459] GPT:90111 != 2097151 [ 0.595157] GPT: Use GNU Parted to correct GPT errors. [ 0.596155] vda: vda1 vda15 [ 0.597394] scsi host0: ata_piix [ 0.598198] scsi host1: ata_piix [ 0.599100] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.600372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.601891] libphy: Fixed MDIO Bus: probed [ 0.602742] tun: Universal TUN/TAP device driver, 1.6 [ 0.603723] tun: (C) 1999-2004 Max Krasnyansky [ 0.606067] PPP generic driver version 2.4.2 [ 0.607107] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608368] ehci-pci: EHCI PCI platform driver [ 0.609283] ehci-platform: EHCI generic platform driver [ 0.610327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611559] ohci-pci: OHCI PCI platform driver [ 0.612537] ohci-platform: OHCI generic platform driver [ 0.613576] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629857] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631032] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632561] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.634914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636195] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637671] usb usb1: Product: UHCI Host Controller [ 0.638646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639830] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641044] hub 1-0:1.0: USB hub found [ 0.641907] hub 1-0:1.0: 2 ports detected [ 0.642977] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.645295] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.646383] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.647542] mousedev: PS/2 mouse device common for all mice [ 0.648980] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.650977] rtc_cmos 00:00: RTC can wake from S4 [ 0.652166] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.653451] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.654687] i2c /dev entries driver [ 0.655515] device-mapper: uevent: version 1.0.3 [ 0.656513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.658310] ledtrig-cpu: registered to indicate activity on CPUs [ 0.659912] NET: Registered protocol family 10 [ 0.661148] NET: Registered protocol family 17 [ 0.662126] Key type dns_resolver registered [ 0.663201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.664376] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.666280] registered taskstats version 1 [ 0.667153] Loading compiled-in X.509 certificates [ 0.668681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670693] zswap: loaded using pool lzo/zbud [ 0.672390] Key type trusted registered [ 0.674206] Key type encrypted registered [ 0.675102] AppArmor: AppArmor sha1 policy hashing enabled [ 0.676172] ima: No TPM chip found, activating TPM-bypass! [ 0.677264] evm: HMAC attrs: 0x1 [ 0.678321] Magic number: 10:395:519 [ 0.679249] rtc_cmos 00:00: setting system clock to 2018-07-17 06:32:10 UTC (1531809130) [ 0.680970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682147] EDD information not available. [ 0.759020] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770784] Write protecting the kernel read-only data: 14336k [ 0.773025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774990] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.922235] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.5... Lease of 192.168.0.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqZOxltppukosYV/dbqa1ffVyIB7u9Oa2K0EiagKCyvrLS81iTHZb1Tu2HKmdL1Nu6ylLklkh5njmc0eiaw70FaV50ckgR94/AuS+OfCqFouv42cIycBD5sb0tIZri3fghArKpaejp0F45U+F3bJDth1wvQXWn197iY82RgaTL6CaT/dW22iZSKSc/k1hwYOQy0q4Ri48n4o0iqzi8BYLLUnbVBt6Dxihw5BiJJJu7IyXHR1Y3lDAVjRpNJe1PfcHsnkRogxgn6iZW0hycblVk22cwAvwcL3FVDnrpTQFbQT9aVjjWYycmrKYaJeXOJnW/FiTi6qKtiZOjT7fUzjd3 root@singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf ssh-dss AAAAB3NzaC1kc3MAAACBAKPW+cb3OKta4xVbe7htEmh+eFVc27gU+cie1GFdFAZnKAUIlhJ+sOZ3x1Y9+fZ8FkvCOwYVvXOWQ0nNNV77IijovSp4KcCyWYQAFurD4krQ3CKXqZHcMjMOIa5UrQ+F4EUv0h4qfcqPyGWMRq74tqhjr1WRbjCZy8k4NMLGNWB/AAAAFQC/pNxGu0jSf9kKE/MSBZ3yvP98YwAAAIAA/Mi8AxhkTJE0Xvh2KGlakRenOWneORRVWonvhIBZ9hrDBmTtB/eIUJYGNVZhkOkUoqRgHoIBykirLixU4ZVVxqqGpFXcjNzqw2+hNrMRLQvizRNYeRshOvjAAvmRrTCYLsX/+o3oPZslq/hTGz0GfiW0OsSFhe5nyUemIVZ1cgAAAIEAnjS1GlmS36CYzhVAOgTNBFHQo4zQjiSIezEcGsLiis0RQUnLtF1ohN3YCR069oFfEt3k8A3bS99IeVDERjeO45CY4+4630Hw/3xIC3Ilp82y3+RmTSONRN2vCi/q4+o1KJueEykXFlqkOz60ICd0qubCuA51wE4t1pVtSyphvZQ= root@singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.26s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.5,24,fe80::f816:3eff:fe8f:4f88/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.85 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-80cd75fc-ce60-4635-b1b2-32aa60bb23bf login: 2018-07-17 06:32:15,844 - paramiko.transport - DEBUG - starting thread (client mode): 0x88241790L 2018-07-17 06:32:15,845 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 06:32:15,845 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 06:32:15,845 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 06:32:15,846 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-17 06:32:15,847 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 06:32:15,847 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 06:32:15,847 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 06:32:15,847 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 06:32:15,847 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 06:32:15,866 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 06:32:15,866 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 06:32:15,877 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 4a2b5f8782120e2b0cd5dc795f60e625 2018-07-17 06:32:15,879 - paramiko.transport - DEBUG - Trying discovered key 8428bb3f48474e61fcf23043705da0fd in /tmp/tmp36MS4I 2018-07-17 06:32:15,902 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 06:32:15,906 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 06:32:15,911 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 06:32:15,912 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 06:32:15,912 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 06:32:15,914 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 06:32:15,915 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 06:32:15,915 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-17 06:32:15,920 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 06:32:16,026 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:32:16,027 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 06:32:16,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 06:32:16,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/66aa58e9-15e0-40e3-8a14-5e4268bfafc4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:17,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-788b1a72-acdd-445c-9a92-db78ea002db0 Content-Length: 0 Date: Tue, 17 Jul 2018 06:32:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:17,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/66aa58e9-15e0-40e3-8a14-5e4268bfafc4.json used request id req-788b1a72-acdd-445c-9a92-db78ea002db0 2018-07-17 06:32:17,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.987815856934s 2018-07-17 06:32:17,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/66aa58e9-15e0-40e3-8a14-5e4268bfafc4.json used request id req-788b1a72-acdd-445c-9a92-db78ea002db0 2018-07-17 06:32:17,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:32:17,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:17,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-552b2ea0-f75d-49eb-bf08-6be4fff4eddc Date: Tue, 17 Jul 2018 06:32:17 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:32:17,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-552b2ea0-f75d-49eb-bf08-6be4fff4eddc 2018-07-17 06:32:17,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0641710758209s 2018-07-17 06:32:17,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-552b2ea0-f75d-49eb-bf08-6be4fff4eddc 2018-07-17 06:32:17,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:32:17,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:17,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0557ad76-1a94-4e0d-831e-e5b25a83a900 x-compute-request-id: req-0557ad76-1a94-4e0d-831e-e5b25a83a900 Content-Type: application/json 2018-07-17 06:32:17,378 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01 used request id req-0557ad76-1a94-4e0d-831e-e5b25a83a900 2018-07-17 06:32:17,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.290055036545s 2018-07-17 06:32:17,379 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01 used request id req-0557ad76-1a94-4e0d-831e-e5b25a83a900 2018-07-17 06:32:17,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:17,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:17,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35b95f61-5e55-4f14-a989-172df635c4fd x-compute-request-id: req-35b95f61-5e55-4f14-a989-172df635c4fd Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:4f:88", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/115b44d9-5141-4773-9f2c-055320da9a01", "rel": "bookmark"}], "image": {"id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "links": [{"href": "http://172.30.9.28:8774/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-17T06:32:09.000000", "flavor": {"id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "links": [{"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}]}, "id": "115b44d9-5141-4773-9f2c-055320da9a01", "security_groups": [{"name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}], "user_id": "e27d8a67ca6e47a782fb0092b2db5e5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:32:17Z", "hostId": "971a6f3ccaf2c3099da7e333976820a4204b86ee3073fdba4261a198", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "created": "2018-07-17T06:31:58Z", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:17,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35b95f61-5e55-4f14-a989-172df635c4fd 2018-07-17 06:32:17,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439570903778s 2018-07-17 06:32:17,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-35b95f61-5e55-4f14-a989-172df635c4fd 2018-07-17 06:32:17,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:19,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:19,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:20,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3133121f-6368-4dba-abb1-5e0fe02a5ac9 x-compute-request-id: req-3133121f-6368-4dba-abb1-5e0fe02a5ac9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 06:32:20,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3133121f-6368-4dba-abb1-5e0fe02a5ac9 2018-07-17 06:32:20,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216827869415s 2018-07-17 06:32:20,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3133121f-6368-4dba-abb1-5e0fe02a5ac9 2018-07-17 06:32:20,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:32:20,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:20,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-ac30825b-7a58-4a98-81f0-330dfdb81ee4 Date: Tue, 17 Jul 2018 06:32:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "created_at": "2018-07-17T06:31:02Z", "updated_at": "2018-07-17T06:31:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "0671f476-e3af-474d-986d-93737a8743b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv4", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "13173321-f9cc-4020-b8b9-3fa8f6f2f7b9", "remote_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv4", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "a806f275-9dc9-46d8-a267-7d2d28e70668", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv6", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:02Z", "revision_number": 0, "id": "b98b9d66-2d4e-4dc0-a6a3-55587bf2abac", "remote_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:02Z", "security_group_id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "tenant_id": "013e71c5f8cd42a1a70e2cfebf637187", "port_range_min": null, "ethertype": "IPv6", "project_id": "013e71c5f8cd42a1a70e2cfebf637187"}], "revision_number": 1, "project_id": "013e71c5f8cd42a1a70e2cfebf637187", "id": "0bfe45fc-6a16-4a77-8524-1ae1f4250c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "created_at": "2018-07-17T06:31:31Z", "updated_at": "2018-07-17T06:31:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "03d80c2d-a1e4-428b-8092-9541eaffd7f9", "remote_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "b32534e9-edc2-428a-b153-dbf45049d1e9", "remote_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "cdb8c7b4-c801-419e-8ad9-8f13f6ab628c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:31Z", "revision_number": 0, "id": "e35635ef-0567-422a-ac14-eb8ebd5eca34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:31Z", "security_group_id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "tenant_id": "d6f11051e3fb4641b370bd536e3b660b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6f11051e3fb4641b370bd536e3b660b"}], "revision_number": 1, "project_id": "d6f11051e3fb4641b370bd536e3b660b", "id": "0e950594-3fe7-4872-aedc-dff9ae70f0af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-17T06:30:50Z", "updated_at": "2018-07-17T06:30:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "056f3e11-3ca4-4121-b92e-83af71862138", "remote_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "3548b225-e0c6-444d-806e-3633b17645a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "3d0530ae-da67-433a-88b8-9c8a4250af3b", "remote_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:50Z", "revision_number": 0, "id": "7921d075-22df-4960-8275-fd1a5b5ea3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:50Z", "security_group_id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "39dfb712-0281-4a26-a980-8dfa08a5cae7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a157a773b0f94b8488176a42925137e9", "created_at": "2018-07-17T06:28:29Z", "updated_at": "2018-07-17T06:28:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "54d17f17-fc7a-48b8-a54b-cf26a1ebfc77", "remote_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:30Z", "revision_number": 0, "id": "6131ffca-8da2-483a-a573-ef6e37f37a4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:30Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "8817c3ef-e1c5-4a16-a515-4395b813cb17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "a157a773b0f94b8488176a42925137e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:28:29Z", "revision_number": 0, "id": "aaf453b9-22be-449c-9f12-a05df4659739", "remote_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "remote_ip_prefix": null, "created_at": "2018-07-17T06:28:29Z", "security_group_id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "tenant_id": "a157a773b0f94b8488176a42925137e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "a157a773b0f94b8488176a42925137e9"}], "revision_number": 1, "project_id": "a157a773b0f94b8488176a42925137e9", "id": "46d1f3d0-777e-4041-9a0d-92699df374b2", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:54Z", "updated_at": "2018-07-17T06:31:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "20ed8992-e021-49ca-814d-d04479654f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:55Z", "revision_number": 0, "id": "48649914-5288-48cc-993b-5aaabe4ca5ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:55Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:31:55Z", "revision_number": 0, "id": "9de7e72a-dc27-4d68-b782-6a09760a0b1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:55Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:31:54Z", "revision_number": 0, "id": "f0f6ae5a-590c-405f-a87d-fac4ccecfa09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:31:54Z", "security_group_id": "4913a27b-0805-43e6-8c57-705b59c63221", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 3, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "4913a27b-0805-43e6-8c57-705b59c63221", "name": "singlevm1-sg_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}, {"description": "Default security group", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:30:48Z", "updated_at": "2018-07-17T06:30:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "53d986b2-b6de-40a0-bb8a-0b4374ef2464", "remote_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "5a38825c-e3e9-4aa4-b959-1f6d0ac42927", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "9acc369d-4540-44d0-8c5e-bcc306a00b67", "remote_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:30:48Z", "revision_number": 0, "id": "fc478717-3c14-4d73-9bbc-5a9cd3239af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:30:48Z", "security_group_id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1efef49fb93e45b19b2e687db1e302da"}], "revision_number": 1, "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "ef0b3d48-9109-4bc6-a9e6-26727100e3ad", "name": "default"}]} 2018-07-17 06:32:20,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ac30825b-7a58-4a98-81f0-330dfdb81ee4 2018-07-17 06:32:20,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0553607940674s 2018-07-17 06:32:20,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ac30825b-7a58-4a98-81f0-330dfdb81ee4 2018-07-17 06:32:20,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 06:32:20,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4913a27b-0805-43e6-8c57-705b59c63221.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:20,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86dcb4a8-8b73-45d5-bf74-35f928464e31 Content-Length: 0 Date: Tue, 17 Jul 2018 06:32:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:20,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4913a27b-0805-43e6-8c57-705b59c63221.json used request id req-86dcb4a8-8b73-45d5-bf74-35f928464e31 2018-07-17 06:32:20,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.197599887848s 2018-07-17 06:32:20,300 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4913a27b-0805-43e6-8c57-705b59c63221.json used request id req-86dcb4a8-8b73-45d5-bf74-35f928464e31 2018-07-17 06:32:20,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 06:32:20,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:20,380 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:32:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8c8fc47-7663-4820-be59-34ea799c9974 x-compute-request-id: req-c8c8fc47-7663-4820-be59-34ea799c9974 Content-Length: 0 Content-Type: application/json 2018-07-17 06:32:20,380 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf used request id req-c8c8fc47-7663-4820-be59-34ea799c9974 2018-07-17 06:32:20,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0803809165955s 2018-07-17 06:32:20,381 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_80cd75fc-ce60-4635-b1b2-32aa60bb23bf used request id req-c8c8fc47-7663-4820-be59-34ea799c9974 2018-07-17 06:32:20,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:32:20,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" -d '{"subnet_id": "030fd103-2187-481d-8b5f-647715a2647e"}' 2018-07-17 06:32:21,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-90b10a72-9c82-4b06-a870-95c8b6f1789d Date: Tue, 17 Jul 2018 06:32:21 GMT RESP BODY: {"network_id": "d8866943-0cf8-44a1-849a-837bb7b43331", "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "subnet_id": "030fd103-2187-481d-8b5f-647715a2647e", "subnet_ids": ["030fd103-2187-481d-8b5f-647715a2647e"], "port_id": "456e7a2f-c6e0-4043-acd3-dab9b6d198e8", "id": "b93718c9-ce45-42a2-9991-8d656f014d31"} 2018-07-17 06:32:21,954 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31/remove_router_interface.json used request id req-90b10a72-9c82-4b06-a870-95c8b6f1789d 2018-07-17 06:32:21,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.57281303406s 2018-07-17 06:32:21,954 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31/remove_router_interface.json used request id req-90b10a72-9c82-4b06-a870-95c8b6f1789d returning object b93718c9-ce45-42a2-9991-8d656f014d31 2018-07-17 06:32:21,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:32:21,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:22,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3aaa0846-e802-4d5d-bdea-d2bed23b7225 Date: Tue, 17 Jul 2018 06:32:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "1efef49fb93e45b19b2e687db1e302da", "created_at": "2018-07-17T06:31:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T06:32:21Z", "revision_number": 4, "routes": [], "project_id": "1efef49fb93e45b19b2e687db1e302da", "id": "b93718c9-ce45-42a2-9991-8d656f014d31", "name": "singlevm1-router_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}]} 2018-07-17 06:32:22,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3aaa0846-e802-4d5d-bdea-d2bed23b7225 2018-07-17 06:32:22,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10773396492s 2018-07-17 06:32:22,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3aaa0846-e802-4d5d-bdea-d2bed23b7225 2018-07-17 06:32:22,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:32:22,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:23,264 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-453f88da-f992-49cf-a27b-32f061e9486c Content-Length: 0 Date: Tue, 17 Jul 2018 06:32:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:23,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31.json used request id req-453f88da-f992-49cf-a27b-32f061e9486c 2018-07-17 06:32:23,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.20009994507s 2018-07-17 06:32:23,265 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b93718c9-ce45-42a2-9991-8d656f014d31.json used request id req-453f88da-f992-49cf-a27b-32f061e9486c 2018-07-17 06:32:23,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:32:23,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:23,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-b62f2679-518e-45c1-a3e9-893986a4f405 Date: Tue, 17 Jul 2018 06:32:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:35Z","dns_nameservers":[],"updated_at":"2018-07-17T06:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"a157a773b0f94b8488176a42925137e9","id":"01b3b688-ae23-4e66-b1d6-1a11f0a1a40b","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8866943-0cf8-44a1-849a-837bb7b43331","tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:31:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"1efef49fb93e45b19b2e687db1e302da","id":"030fd103-2187-481d-8b5f-647715a2647e","subnetpool_id":null,"name":"singlevm1-subnet_80cd75fc-ce60-4635-b1b2-32aa60bb23bf"}]} 2018-07-17 06:32:23,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b62f2679-518e-45c1-a3e9-893986a4f405 2018-07-17 06:32:23,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0409231185913s 2018-07-17 06:32:23,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b62f2679-518e-45c1-a3e9-893986a4f405 2018-07-17 06:32:23,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:32:23,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/030fd103-2187-481d-8b5f-647715a2647e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:24,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e13a0568-923b-45d8-a79d-1ac19d1d33ca Date: Tue, 17 Jul 2018 06:32:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:24,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/030fd103-2187-481d-8b5f-647715a2647e.json used request id req-e13a0568-923b-45d8-a79d-1ac19d1d33ca 2018-07-17 06:32:24,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01202201843s 2018-07-17 06:32:24,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/030fd103-2187-481d-8b5f-647715a2647e.json used request id req-e13a0568-923b-45d8-a79d-1ac19d1d33ca 2018-07-17 06:32:24,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:24,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:24,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-7e999272-c1af-4431-ad2d-e1ca8e56c2c1 Date: Tue, 17 Jul 2018 06:32:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8866943-0cf8-44a1-849a-837bb7b43331","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1efef49fb93e45b19b2e687db1e302da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T06:32:24Z","provider:segmentation_id":39,"name":"singlevm1-net_80cd75fc-ce60-4635-b1b2-32aa60bb23bf","admin_state_up":true,"tenant_id":"1efef49fb93e45b19b2e687db1e302da","created_at":"2018-07-17T06:31:48Z","provider:network_type":"vxlan"}]} 2018-07-17 06:32:24,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7e999272-c1af-4431-ad2d-e1ca8e56c2c1 2018-07-17 06:32:24,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0826981067657s 2018-07-17 06:32:24,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7e999272-c1af-4431-ad2d-e1ca8e56c2c1 2018-07-17 06:32:24,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:32:24,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/d8866943-0cf8-44a1-849a-837bb7b43331.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:25,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c2c2b0d-f2bb-4cd2-8131-418a10c6bb0a Date: Tue, 17 Jul 2018 06:32:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:25,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d8866943-0cf8-44a1-849a-837bb7b43331.json used request id req-4c2c2b0d-f2bb-4cd2-8131-418a10c6bb0a 2018-07-17 06:32:25,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18243718147s 2018-07-17 06:32:25,588 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d8866943-0cf8-44a1-849a-837bb7b43331.json used request id req-4c2c2b0d-f2bb-4cd2-8131-418a10c6bb0a 2018-07-17 06:32:25,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:32:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:25,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-6883c521-bbdf-4771-8f2a-c120589793bf Date: Tue, 17 Jul 2018 06:32:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/0af74720-7c6c-47cb-98e9-82e1615788ca/snap", "metadata": {}}], "file": "/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca/file", "owner": "1efef49fb93e45b19b2e687db1e302da", "id": "0af74720-7c6c-47cb-98e9-82e1615788ca", "size": 12716032, "self": "/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/0af74720-7c6c-47cb-98e9-82e1615788ca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:31:53Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:31:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:32:25,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6883c521-bbdf-4771-8f2a-c120589793bf 2018-07-17 06:32:25,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200844049454s 2018-07-17 06:32:25,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6883c521-bbdf-4771-8f2a-c120589793bf 2018-07-17 06:32:25,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:32:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:26,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10a3ba47-10c3-4f0a-b7ad-2ab5734c5617 Date: Tue, 17 Jul 2018 06:32:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:32:26,176 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca used request id req-10a3ba47-10c3-4f0a-b7ad-2ab5734c5617 2018-07-17 06:32:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.382297992706s 2018-07-17 06:32:26,176 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0af74720-7c6c-47cb-98e9-82e1615788ca used request id req-10a3ba47-10c3-4f0a-b7ad-2ab5734c5617 2018-07-17 06:32:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:32:26,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:26,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68371dc9-4fcd-4f0c-a2fa-5fceb8a71127 x-compute-request-id: req-68371dc9-4fcd-4f0c-a2fa-5fceb8a71127 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_80cd75fc-ce60-4635-b1b2-32aa60bb23bf", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f"}]} 2018-07-17 06:32:26,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-68371dc9-4fcd-4f0c-a2fa-5fceb8a71127 2018-07-17 06:32:26,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.037572145462s 2018-07-17 06:32:26,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-68371dc9-4fcd-4f0c-a2fa-5fceb8a71127 2018-07-17 06:32:26,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:32:26,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9bcbdb87a882806420db88136968152fb74d790" 2018-07-17 06:32:26,240 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:32:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fec90d6-0b64-474e-bffe-a6faf2110004 x-compute-request-id: req-8fec90d6-0b64-474e-bffe-a6faf2110004 Content-Length: 0 Content-Type: application/json 2018-07-17 06:32:26,240 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f used request id req-8fec90d6-0b64-474e-bffe-a6faf2110004 2018-07-17 06:32:26,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0252728462219s 2018-07-17 06:32:26,240 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6ddc8a0e-77ec-4e1c-b5cd-a4d404e7473f used request id req-8fec90d6-0b64-474e-bffe-a6faf2110004 2018-07-17 06:32:26,272 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-17 06:32:26,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:32:26,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:32:26,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:32:26,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:32:26,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:32:26,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:32:26,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:32:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:32:26,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02f2f58-bd08-4b72-8b19-d7ea118fd1c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:32:26,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b02f2f58-bd08-4b72-8b19-d7ea118fd1c3 2018-07-17 06:32:26,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:32:26,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["PNeBG5AZQOqk9besgp-CDQ"], "issued_at": "2018-07-17T06:32:26.000000Z"}} 2018-07-17 06:32:26,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:26,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:26,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aa9c930f-59e2-46cb-b108-ced8df49ab78 Date: Tue, 17 Jul 2018 06:32:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:32:26,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-aa9c930f-59e2-46cb-b108-ced8df49ab78 2018-07-17 06:32:26,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265886068344s 2018-07-17 06:32:26,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-aa9c930f-59e2-46cb-b108-ced8df49ab78 2018-07-17 06:32:26,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:32:26,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3581f4ec-1e9d-417b-9d89-5e6497210238 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:32:26,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3581f4ec-1e9d-417b-9d89-5e6497210238 2018-07-17 06:32:26,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:32:26,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:27,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372954d1-2051-42c5-a412-e6bc3c89c811 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:32:27,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-372954d1-2051-42c5-a412-e6bc3c89c811 2018-07-17 06:32:27,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0982639789581s 2018-07-17 06:32:27,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-372954d1-2051-42c5-a412-e6bc3c89c811 2018-07-17 06:32:27,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 06:32:27,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b"}}' 2018-07-17 06:32:27,269 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c8f9aee-cc22-4dce-9a30-cbc4c7e470ac Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e"}, "tags": [], "enabled": true, "id": "8f9a898dc0174a2d9783ec9c765da96e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b"}} 2018-07-17 06:32:27,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0c8f9aee-cc22-4dce-9a30-cbc4c7e470ac 2018-07-17 06:32:27,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.180186986923s 2018-07-17 06:32:27,269 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0c8f9aee-cc22-4dce-9a30-cbc4c7e470ac 2018-07-17 06:32:27,270 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'8f9a898dc0174a2d9783ec9c765da96e', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b'}) 2018-07-17 06:32:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 06:32:27,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "dfdef5d8-90d7-4681-b8fd-d44bdb1cba2b", "email": null, "name": "singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b"}}' 2018-07-17 06:32:27,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94bdcddd-6be9-49f5-ae5f-92a4f10aa393 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": {"self": "http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df252884e4c74c07a4dc0bdd6a05ed98", "domain_id": "default", "password_expires_at": null}} 2018-07-17 06:32:27,683 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-94bdcddd-6be9-49f5-ae5f-92a4f10aa393 2018-07-17 06:32:27,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.407470941544s 2018-07-17 06:32:27,684 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-94bdcddd-6be9-49f5-ae5f-92a4f10aa393 2018-07-17 06:32:27,684 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'df252884e4c74c07a4dc0bdd6a05ed98', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b'}) 2018-07-17 06:32:27,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:32:27,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:27,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5200930e-57ad-4dc4-af69-6fb280cc9856 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:32:27,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5200930e-57ad-4dc4-af69-6fb280cc9856 2018-07-17 06:32:27,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976760387421s 2018-07-17 06:32:27,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5200930e-57ad-4dc4-af69-6fb280cc9856 2018-07-17 06:32:27,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:32:27,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:27,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a43c2e6-fc61-4bf5-a92f-3b10d31cad66 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:32:27,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4a43c2e6-fc61-4bf5-a92f-3b10d31cad66 2018-07-17 06:32:27,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102380990982s 2018-07-17 06:32:27,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4a43c2e6-fc61-4bf5-a92f-3b10d31cad66 2018-07-17 06:32:27,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:32:27,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:27,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013367bf-18ac-4eb7-ad35-95413ff6e3d1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:32:27,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-013367bf-18ac-4eb7-ad35-95413ff6e3d1 2018-07-17 06:32:27,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100162982941s 2018-07-17 06:32:27,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-013367bf-18ac-4eb7-ad35-95413ff6e3d1 2018-07-17 06:32:28,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:32:28,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:28,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460aee92-bf42-4a21-9ecf-aa8053d719b9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 06:32:28,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-460aee92-bf42-4a21-9ecf-aa8053d719b9 2018-07-17 06:32:28,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101667881012s 2018-07-17 06:32:28,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-460aee92-bf42-4a21-9ecf-aa8053d719b9 2018-07-17 06:32:28,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:32:28,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:28,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f35196-e85a-4d46-ad29-02e05fc3542d Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": {"self": "http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df252884e4c74c07a4dc0bdd6a05ed98", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:32:28,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-68f35196-e85a-4d46-ad29-02e05fc3542d 2018-07-17 06:32:28,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119566917419s 2018-07-17 06:32:28,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-68f35196-e85a-4d46-ad29-02e05fc3542d 2018-07-17 06:32:28,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:32:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:28,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36d749d2-8598-4d02-b3f3-199fd4f77f81 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e"}, "tags": [], "enabled": true, "id": "8f9a898dc0174a2d9783ec9c765da96e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:28,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-36d749d2-8598-4d02-b3f3-199fd4f77f81 2018-07-17 06:32:28,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0227680206299s 2018-07-17 06:32:28,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-36d749d2-8598-4d02-b3f3-199fd4f77f81 2018-07-17 06:32:28,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:32:28,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=df252884e4c74c07a4dc0bdd6a05ed98&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=8f9a898dc0174a2d9783ec9c765da96e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:28,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1474ac-e8b4-4f89-8f28-f5a7c8531f07 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=df252884e4c74c07a4dc0bdd6a05ed98&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=8f9a898dc0174a2d9783ec9c765da96e", "previous": null, "next": null}} 2018-07-17 06:32:28,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=df252884e4c74c07a4dc0bdd6a05ed98&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=8f9a898dc0174a2d9783ec9c765da96e used request id req-ab1474ac-e8b4-4f89-8f28-f5a7c8531f07 2018-07-17 06:32:28,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.09530210495s 2018-07-17 06:32:28,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=df252884e4c74c07a4dc0bdd6a05ed98&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=8f9a898dc0174a2d9783ec9c765da96e used request id req-ab1474ac-e8b4-4f89-8f28-f5a7c8531f07 2018-07-17 06:32:28,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 06:32:28,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e/users/df252884e4c74c07a4dc0bdd6a05ed98/roles/6e715159a88a4946aa03c57a6e78880f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:32:28,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0c634b1-6f65-4563-9e4c-6f00a3e74902 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:32:28,523 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e/users/df252884e4c74c07a4dc0bdd6a05ed98/roles/6e715159a88a4946aa03c57a6e78880f used request id req-a0c634b1-6f65-4563-9e4c-6f00a3e74902 2018-07-17 06:32:28,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.156486988068s 2018-07-17 06:32:28,523 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e/users/df252884e4c74c07a4dc0bdd6a05ed98/roles/6e715159a88a4946aa03c57a6e78880f used request id req-a0c634b1-6f65-4563-9e4c-6f00a3e74902 2018-07-17 06:32:28,524 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'8f9a898dc0174a2d9783ec9c765da96e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'dfdef5d8-90d7-4681-b8fd-d44bdb1cba2b', 'username': u'singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-17 06:32:28,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:32:28,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:32:28,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:32:28,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:32:28,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:32:28,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:32:28,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:32:28,529 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'password': 'dfdef5d8-90d7-4681-b8fd-d44bdb1cba2b', 'project_name': 'singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '8f9a898dc0174a2d9783ec9c765da96e', 'project_domain_name': 'Default'} 2018-07-17 06:32:28,530 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-17 06:32:28,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:32:28,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3336be13-e19c-4992-8219-13869a73dad2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:32:28,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3336be13-e19c-4992-8219-13869a73dad2 2018-07-17 06:32:28,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:32:28,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}], "expires_at": "2018-07-17T07:32:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f9a898dc0174a2d9783ec9c765da96e", "name": "singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/8f9a898dc0174a2d9783ec9c765da96e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/8f9a898dc0174a2d9783ec9c765da96e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/8f9a898dc0174a2d9783ec9c765da96e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8f9a898dc0174a2d9783ec9c765da96e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/8f9a898dc0174a2d9783ec9c765da96e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/8f9a898dc0174a2d9783ec9c765da96e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_8f9a898dc0174a2d9783ec9c765da96e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_8f9a898dc0174a2d9783ec9c765da96e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8f9a898dc0174a2d9783ec9c765da96e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/8f9a898dc0174a2d9783ec9c765da96e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/8f9a898dc0174a2d9783ec9c765da96e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/8f9a898dc0174a2d9783ec9c765da96e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/8f9a898dc0174a2d9783ec9c765da96e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/8f9a898dc0174a2d9783ec9c765da96e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b", "id": "df252884e4c74c07a4dc0bdd6a05ed98"}, "audit_ids": ["7nFjqo0xRRG4r4FbGuBEBQ"], "issued_at": "2018-07-17T06:32:28.000000Z"}} 2018-07-17 06:32:28,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:32:28,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"network": {"name": "singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b", "admin_state_up": true}}' 2018-07-17 06:32:30,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-50c5600f-f933-4257-a66a-543577a3acd9 Date: Tue, 17 Jul 2018 06:32:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T06:32:30Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","name":"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b"}} 2018-07-17 06:32:30,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-50c5600f-f933-4257-a66a-543577a3acd9 2018-07-17 06:32:30,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.35553789139s 2018-07-17 06:32:30,280 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-50c5600f-f933-4257-a66a-543577a3acd9 2018-07-17 06:32:30,280 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:32:30Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e6ecce31-682a-49a5-8aad-5add9ca85cf4', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b', u'admin_state_up': True, u'tenant_id': u'8f9a898dc0174a2d9783ec9c765da96e', u'created_at': u'2018-07-17T06:32:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8f9a898dc0174a2d9783ec9c765da96e'}) 2018-07-17 06:32:30,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:30,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:30,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-1e9c04d8-848a-4582-a8b1-d114af1b3f98 Date: Tue, 17 Jul 2018 06:32:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:32:30Z","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","name":"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:30,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1e9c04d8-848a-4582-a8b1-d114af1b3f98 2018-07-17 06:32:30,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.183820009232s 2018-07-17 06:32:30,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-1e9c04d8-848a-4582-a8b1-d114af1b3f98 2018-07-17 06:32:30,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:32:30,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"subnet": {"name": "singlevm2-subnet_e0165f60-ed98-48a3-a123-f0bb7df7034b", "enable_dhcp": true, "network_id": "e6ecce31-682a-49a5-8aad-5add9ca85cf4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:32:31,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-0787e8f9-c69b-48de-ba01-5cf940de87ed Date: Tue, 17 Jul 2018 06:32:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:32:30Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e30d959c-63e5-4429-b8b3-ebfe7fe05140","subnetpool_id":null,"name":"singlevm2-subnet_e0165f60-ed98-48a3-a123-f0bb7df7034b"}} 2018-07-17 06:32:31,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0787e8f9-c69b-48de-ba01-5cf940de87ed 2018-07-17 06:32:31,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.770512104034s 2018-07-17 06:32:31,237 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0787e8f9-c69b-48de-ba01-5cf940de87ed 2018-07-17 06:32:31,238 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:32:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'e30d959c-63e5-4429-b8b3-ebfe7fe05140', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_e0165f60-ed98-48a3-a123-f0bb7df7034b', u'enable_dhcp': True, u'network_id': u'e6ecce31-682a-49a5-8aad-5add9ca85cf4', u'tenant_id': u'8f9a898dc0174a2d9783ec9c765da96e', u'created_at': u'2018-07-17T06:32:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'8f9a898dc0174a2d9783ec9c765da96e'}) 2018-07-17 06:32:31,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:32:31,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "singlevm2-router_e0165f60-ed98-48a3-a123-f0bb7df7034b", "admin_state_up": true}}' 2018-07-17 06:32:32,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-855276f3-8343-4c73-82f1-f3a310e20dff Date: Tue, 17 Jul 2018 06:32:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:31Z", "admin_state_up": true, "updated_at": "2018-07-17T06:32:32Z", "revision_number": 2, "routes": [], "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "c6c4808b-e226-432c-8828-43cd5bd89842", "name": "singlevm2-router_e0165f60-ed98-48a3-a123-f0bb7df7034b"}} 2018-07-17 06:32:32,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-855276f3-8343-4c73-82f1-f3a310e20dff 2018-07-17 06:32:32,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24254202843s 2018-07-17 06:32:32,481 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-855276f3-8343-4c73-82f1-f3a310e20dff 2018-07-17 06:32:32,482 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8f9a898dc0174a2d9783ec9c765da96e', u'created_at': u'2018-07-17T06:32:31Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T06:32:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'8f9a898dc0174a2d9783ec9c765da96e', u'id': u'c6c4808b-e226-432c-8828-43cd5bd89842', u'name': u'singlevm2-router_e0165f60-ed98-48a3-a123-f0bb7df7034b'}) 2018-07-17 06:32:32,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:32:32,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"subnet_id": "e30d959c-63e5-4429-b8b3-ebfe7fe05140"}' 2018-07-17 06:32:34,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5348bf38-053b-4d0a-a6d0-4b8fba807706 Date: Tue, 17 Jul 2018 06:32:34 GMT RESP BODY: {"network_id": "e6ecce31-682a-49a5-8aad-5add9ca85cf4", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "subnet_id": "e30d959c-63e5-4429-b8b3-ebfe7fe05140", "subnet_ids": ["e30d959c-63e5-4429-b8b3-ebfe7fe05140"], "port_id": "028f74fa-38e5-48ad-8645-ca8f3198a8c7", "id": "c6c4808b-e226-432c-8828-43cd5bd89842"} 2018-07-17 06:32:34,289 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842/add_router_interface.json used request id req-5348bf38-053b-4d0a-a6d0-4b8fba807706 2018-07-17 06:32:34,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.80665183067s 2018-07-17 06:32:34,290 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842/add_router_interface.json used request id req-5348bf38-053b-4d0a-a6d0-4b8fba807706 returning object c6c4808b-e226-432c-8828-43cd5bd89842 2018-07-17 06:32:34,290 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:32:34,360 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:32:34,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:32:34,365 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:32:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:32:34,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:32:34,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:35,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9c51b6b1-acac-4433-9b73-5f8673dd225e Date: Tue, 17 Jul 2018 06:32:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:32:35,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9c51b6b1-acac-4433-9b73-5f8673dd225e 2018-07-17 06:32:35,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.663743019104s 2018-07-17 06:32:35,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9c51b6b1-acac-4433-9b73-5f8673dd225e 2018-07-17 06:32:35,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:32:35,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b"}' 2018-07-17 06:32:35,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2dae7d7c-7f11-4b46-b9f1-54355f405ef1 Date: Tue, 17 Jul 2018 06:32:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file", "owner": "8f9a898dc0174a2d9783ec9c765da96e", "id": "b44b9656-4120-434f-bc07-de654c1e83de", "size": null, "self": "/v2/images/b44b9656-4120-434f-bc07-de654c1e83de", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:32:35Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "checksum": null, "created_at": "2018-07-17T06:32:35Z", "protected": false} 2018-07-17 06:32:35,116 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2dae7d7c-7f11-4b46-b9f1-54355f405ef1 2018-07-17 06:32:35,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0816519260406s 2018-07-17 06:32:35,116 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2dae7d7c-7f11-4b46-b9f1-54355f405ef1 returning object b44b9656-4120-434f-bc07-de654c1e83de 2018-07-17 06:32:35,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:32:35,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '' 2018-07-17 06:32:36,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17a23f36-c9af-4a69-8bb0-cc8adb3c61fb Date: Tue, 17 Jul 2018 06:32:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:32:36,049 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file used request id req-17a23f36-c9af-4a69-8bb0-cc8adb3c61fb 2018-07-17 06:32:36,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.931884050369s 2018-07-17 06:32:36,049 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file used request id req-17a23f36-c9af-4a69-8bb0-cc8adb3c61fb 2018-07-17 06:32:36,049 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:32:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file', u'owner': u'8f9a898dc0174a2d9783ec9c765da96e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'b44b9656-4120-434f-bc07-de654c1e83de', u'size': None, u'name': u'singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b', u'checksum': None, u'self': u'/v2/images/b44b9656-4120-434f-bc07-de654c1e83de', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:32:35Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:32:36,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:32:36,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_e0165f60-ed98-48a3-a123-f0bb7df7034b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:32:36,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df811304-2891-4af3-a645-15c49ef3de76 x-compute-request-id: req-df811304-2891-4af3-a645-15c49ef3de76 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ebe3f39a-254c-4d85-b668-f9f0119755da"}} 2018-07-17 06:32:36,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-df811304-2891-4af3-a645-15c49ef3de76 2018-07-17 06:32:36,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.223468065262s 2018-07-17 06:32:36,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-df811304-2891-4af3-a645-15c49ef3de76 2018-07-17 06:32:36,274 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'ebe3f39a-254c-4d85-b668-f9f0119755da', 'swap': 0}) 2018-07-17 06:32:36,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:32:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" -d '{"extra_specs": {}}' 2018-07-17 06:32:36,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97e3961d-52b9-4971-b255-51c78f7be154 x-compute-request-id: req-97e3961d-52b9-4971-b255-51c78f7be154 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:32:36,298 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da/os-extra_specs used request id req-97e3961d-52b9-4971-b255-51c78f7be154 2018-07-17 06:32:36,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022598028183s 2018-07-17 06:32:36,298 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da/os-extra_specs used request id req-97e3961d-52b9-4971-b255-51c78f7be154 2018-07-17 06:32:36,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 06:32:36,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"keypair": {"name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b"}}' 2018-07-17 06:32:36,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42f4f843-3637-48ef-92a8-3c85111aa5c0 x-compute-request-id: req-42f4f843-3637-48ef-92a8-3c85111aa5c0 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/lpYbaB7gQI3bapGnsypJSmCSZzT6kh/QTl+wq9O5Ltv78j0psCJfOlOKg2ZPVnPuPYDzS8Nsj9jmMnd05dVF+wvAMdd3x+CandiYjOiqkiqdUNLsuFiskPAGtiNFs9Ujh9GPzAw5jB1EIktoMMeXcZVMMmU4y3cQHPqJ+7WEXa49zbdGYpTLSUpGwpQTjlJ7HnVVETb9PrgPHXSJMN9lGmsI2yCr9y/X46ke8c2oMzVltZulOTS5xIJMYs26CEWd0kFulsDaRYjR/gcBChGx2gEm9KF0Tak5kqLpcBn7kaHXJezQDoSHTqTstFN0yziO8Eiw31HkApsiG8HpsGF7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv5aWG2ge4ECN22qRp7MqSUpgkmc0+pIf0E5fsKvTuS7b+/I9\nKbAiXzpTioNmT1Zz7j2A80vDbI/Y5jJ3dOXVRfsLwDHXd8fgmp3YmIzoqpIqnVDS\n7LhYrJDwBrYjRbPVI4fRj8wMOYwdRCJLaDDHl3GVTDJlOMt3EBz6ifu1hF2uPc23\nRmKUy0lKRsKUE45Sex51VRE2/T64Dx10iTDfZRprCNsgq/cv1+OpHvHNqDM1ZbWb\npTk0ucSCTGLNughFndJBbpbA2kWI0f4HAQoRsdoBJvShdE2pOZKi6XAZ+5Gh1yXs\n0A6Eh06k7LRTdMs4jvBIsN9R5AKbIhvB6bBhewIDAQABAoIBABgt2g3laxgkLYMG\nhRFkFC8huuRfMBl7fZZdfcgfN15EorC+Vqe/OedIxihSAwR6RbFIg9CwvB4kXVxX\n/Cl9pBfr4gTEhYvxZtA8oYxHJEn6nnQyMhx7+3zz4ccHD5aJZpnQV0tNljFhFIR3\ny4p/tYDQbeYq6glr7D/VWG03niXxMMdwUYV7lijtGxnq8jGOGwiVUHkJTBNViiPL\n5IUG2qvXsSriAJIGyJ5wVegNldxoOEffznT7MVbzhlZgIVyf0sh+wmUnofPmDqXK\nvs7ngZudylWfM3Zg3y1V2T5rjHSpWGV2QOWHlZiyuhKLgJBRspiHGzsoxRyldl7f\nF5qo1KECgYEA6Kw+ANN1usnvjdT+7ZSH3O2umIx8UD875fvEu/HWkVCnP/1aOb+8\ndV0P0Dpr89hTa2UzqlzFjXlImp/0APM41kB5lZCkL2d7kEnkGagEW59F8uBw0I1E\n+R0DvQE/bNRGweOqGW8+1N1Mw6CXRchFT9VoJsaVENQz6Nq0Y0FRJfECgYEA0sve\n+xMYkPGecpflIu/NpRqIvueKT/0iEST0/EjhC9pfoy5RmBafPS5g8cvun9cNa9g0\nvTqogjLOwNUenNcdsuQXrTNXh1d9SXl64THT9M64ZPU4OtTi0SlPNn8V0HZxETNw\nu+SGqut1tS7YtYePEsfnCYxSOzLzV6xqS6FVIisCgYANY1PSAljk3Ze+JoJgs0o6\nCSchufuxNmJA8oK4ecrp46UsBmz5o7G5Yxh019e8WTc7l8AoTlxDrrXhx9BneZdM\npLsaQw9fduniPI42d7eAeiKxPf7f0TEl0GiVqIu4vGIx5+KywfbwkqdHHmd16Xcr\nh9ENYiHTrRIrlOIKUAjWUQKBgAeKEyeXv0Ev4yLmG+Pr/8bv9AQf8+p4e0dxsvFz\nCdmKrfEALxrpdDiT+BOt35MH9grtaLV765r8hjiPZtDlQMKtNcuUEoVcs7Z1CdgU\nGCihXCcAPkqcYqBogdTJJtaV5eVfmaCew9JJKaSZUFbtykg5riHBSw+i+uEf4Y1i\n79CRAoGBALxD+hmJXsKKSP630kT20dSJiXF4bWQi7y8Qh7Pcw1vQIR05/Rca4wTA\nNyHEPi5hQEI6U7Jrm+e4Ixb+rU3LR+VMu0gqXQaC/ozSoVj0sSFBOuqw1nJyqEct\nW2T0yoRpMI+zYz2D4rYTuinfAcPy4OryCWdzEjPIIRtSrt1k/XHl\n-----END RSA PRIVATE KEY-----\n", "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "fingerprint": "4e:fd:80:2c:15:12:85:6a:0c:5a:31:31:46:cd:58:6d"}} 2018-07-17 06:32:36,573 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-42f4f843-3637-48ef-92a8-3c85111aa5c0 2018-07-17 06:32:36,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.274369955063s 2018-07-17 06:32:36,573 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-42f4f843-3637-48ef-92a8-3c85111aa5c0 2018-07-17 06:32:36,574 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/lpYbaB7gQI3bapGnsypJSmCSZzT6kh/QTl+wq9O5Ltv78j0psCJfOlOKg2ZPVnPuPYDzS8Nsj9jmMnd05dVF+wvAMdd3x+CandiYjOiqkiqdUNLsuFiskPAGtiNFs9Ujh9GPzAw5jB1EIktoMMeXcZVMMmU4y3cQHPqJ+7WEXa49zbdGYpTLSUpGwpQTjlJ7HnVVETb9PrgPHXSJMN9lGmsI2yCr9y/X46ke8c2oMzVltZulOTS5xIJMYs26CEWd0kFulsDaRYjR/gcBChGx2gEm9KF0Tak5kqLpcBn7kaHXJezQDoSHTqTstFN0yziO8Eiw31HkApsiG8HpsGF7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv5aWG2ge4ECN22qRp7MqSUpgkmc0+pIf0E5fsKvTuS7b+/I9\nKbAiXzpTioNmT1Zz7j2A80vDbI/Y5jJ3dOXVRfsLwDHXd8fgmp3YmIzoqpIqnVDS\n7LhYrJDwBrYjRbPVI4fRj8wMOYwdRCJLaDDHl3GVTDJlOMt3EBz6ifu1hF2uPc23\nRmKUy0lKRsKUE45Sex51VRE2/T64Dx10iTDfZRprCNsgq/cv1+OpHvHNqDM1ZbWb\npTk0ucSCTGLNughFndJBbpbA2kWI0f4HAQoRsdoBJvShdE2pOZKi6XAZ+5Gh1yXs\n0A6Eh06k7LRTdMs4jvBIsN9R5AKbIhvB6bBhewIDAQABAoIBABgt2g3laxgkLYMG\nhRFkFC8huuRfMBl7fZZdfcgfN15EorC+Vqe/OedIxihSAwR6RbFIg9CwvB4kXVxX\n/Cl9pBfr4gTEhYvxZtA8oYxHJEn6nnQyMhx7+3zz4ccHD5aJZpnQV0tNljFhFIR3\ny4p/tYDQbeYq6glr7D/VWG03niXxMMdwUYV7lijtGxnq8jGOGwiVUHkJTBNViiPL\n5IUG2qvXsSriAJIGyJ5wVegNldxoOEffznT7MVbzhlZgIVyf0sh+wmUnofPmDqXK\nvs7ngZudylWfM3Zg3y1V2T5rjHSpWGV2QOWHlZiyuhKLgJBRspiHGzsoxRyldl7f\nF5qo1KECgYEA6Kw+ANN1usnvjdT+7ZSH3O2umIx8UD875fvEu/HWkVCnP/1aOb+8\ndV0P0Dpr89hTa2UzqlzFjXlImp/0APM41kB5lZCkL2d7kEnkGagEW59F8uBw0I1E\n+R0DvQE/bNRGweOqGW8+1N1Mw6CXRchFT9VoJsaVENQz6Nq0Y0FRJfECgYEA0sve\n+xMYkPGecpflIu/NpRqIvueKT/0iEST0/EjhC9pfoy5RmBafPS5g8cvun9cNa9g0\nvTqogjLOwNUenNcdsuQXrTNXh1d9SXl64THT9M64ZPU4OtTi0SlPNn8V0HZxETNw\nu+SGqut1tS7YtYePEsfnCYxSOzLzV6xqS6FVIisCgYANY1PSAljk3Ze+JoJgs0o6\nCSchufuxNmJA8oK4ecrp46UsBmz5o7G5Yxh019e8WTc7l8AoTlxDrrXhx9BneZdM\npLsaQw9fduniPI42d7eAeiKxPf7f0TEl0GiVqIu4vGIx5+KywfbwkqdHHmd16Xcr\nh9ENYiHTrRIrlOIKUAjWUQKBgAeKEyeXv0Ev4yLmG+Pr/8bv9AQf8+p4e0dxsvFz\nCdmKrfEALxrpdDiT+BOt35MH9grtaLV765r8hjiPZtDlQMKtNcuUEoVcs7Z1CdgU\nGCihXCcAPkqcYqBogdTJJtaV5eVfmaCew9JJKaSZUFbtykg5riHBSw+i+uEf4Y1i\n79CRAoGBALxD+hmJXsKKSP630kT20dSJiXF4bWQi7y8Qh7Pcw1vQIR05/Rca4wTA\nNyHEPi5hQEI6U7Jrm+e4Ixb+rU3LR+VMu0gqXQaC/ozSoVj0sSFBOuqw1nJyqEct\nW2T0yoRpMI+zYz2D4rYTuinfAcPy4OryCWdzEjPIIRtSrt1k/XHl\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'df252884e4c74c07a4dc0bdd6a05ed98', 'name': u'singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'created_at': '2018-07-17T06:32:36.574148', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8f9a898dc0174a2d9783ec9c765da96e', 'name': 'singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4e:fd:80:2c:15:12:85:6a:0c:5a:31:31:46:cd:58:6d', 'type': 'ssh', 'id': u'singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b'}) 2018-07-17 06:32:36,574 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAv5aWG2ge4ECN22qRp7MqSUpgkmc0+pIf0E5fsKvTuS7b+/I9 KbAiXzpTioNmT1Zz7j2A80vDbI/Y5jJ3dOXVRfsLwDHXd8fgmp3YmIzoqpIqnVDS 7LhYrJDwBrYjRbPVI4fRj8wMOYwdRCJLaDDHl3GVTDJlOMt3EBz6ifu1hF2uPc23 RmKUy0lKRsKUE45Sex51VRE2/T64Dx10iTDfZRprCNsgq/cv1+OpHvHNqDM1ZbWb pTk0ucSCTGLNughFndJBbpbA2kWI0f4HAQoRsdoBJvShdE2pOZKi6XAZ+5Gh1yXs 0A6Eh06k7LRTdMs4jvBIsN9R5AKbIhvB6bBhewIDAQABAoIBABgt2g3laxgkLYMG hRFkFC8huuRfMBl7fZZdfcgfN15EorC+Vqe/OedIxihSAwR6RbFIg9CwvB4kXVxX /Cl9pBfr4gTEhYvxZtA8oYxHJEn6nnQyMhx7+3zz4ccHD5aJZpnQV0tNljFhFIR3 y4p/tYDQbeYq6glr7D/VWG03niXxMMdwUYV7lijtGxnq8jGOGwiVUHkJTBNViiPL 5IUG2qvXsSriAJIGyJ5wVegNldxoOEffznT7MVbzhlZgIVyf0sh+wmUnofPmDqXK vs7ngZudylWfM3Zg3y1V2T5rjHSpWGV2QOWHlZiyuhKLgJBRspiHGzsoxRyldl7f F5qo1KECgYEA6Kw+ANN1usnvjdT+7ZSH3O2umIx8UD875fvEu/HWkVCnP/1aOb+8 dV0P0Dpr89hTa2UzqlzFjXlImp/0APM41kB5lZCkL2d7kEnkGagEW59F8uBw0I1E +R0DvQE/bNRGweOqGW8+1N1Mw6CXRchFT9VoJsaVENQz6Nq0Y0FRJfECgYEA0sve +xMYkPGecpflIu/NpRqIvueKT/0iEST0/EjhC9pfoy5RmBafPS5g8cvun9cNa9g0 vTqogjLOwNUenNcdsuQXrTNXh1d9SXl64THT9M64ZPU4OtTi0SlPNn8V0HZxETNw u+SGqut1tS7YtYePEsfnCYxSOzLzV6xqS6FVIisCgYANY1PSAljk3Ze+JoJgs0o6 CSchufuxNmJA8oK4ecrp46UsBmz5o7G5Yxh019e8WTc7l8AoTlxDrrXhx9BneZdM pLsaQw9fduniPI42d7eAeiKxPf7f0TEl0GiVqIu4vGIx5+KywfbwkqdHHmd16Xcr h9ENYiHTrRIrlOIKUAjWUQKBgAeKEyeXv0Ev4yLmG+Pr/8bv9AQf8+p4e0dxsvFz CdmKrfEALxrpdDiT+BOt35MH9grtaLV765r8hjiPZtDlQMKtNcuUEoVcs7Z1CdgU GCihXCcAPkqcYqBogdTJJtaV5eVfmaCew9JJKaSZUFbtykg5riHBSw+i+uEf4Y1i 79CRAoGBALxD+hmJXsKKSP630kT20dSJiXF4bWQi7y8Qh7Pcw1vQIR05/Rca4wTA NyHEPi5hQEI6U7Jrm+e4Ixb+rU3LR+VMu0gqXQaC/ozSoVj0sSFBOuqw1nJyqEct W2T0yoRpMI+zYz2D4rYTuinfAcPy4OryCWdzEjPIIRtSrt1k/XHl -----END RSA PRIVATE KEY----- 2018-07-17 06:32:36,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 06:32:36,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"security_group": {"name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-17 06:32:36,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f8768b03-dc1d-479d-a034-c8eb5750b3e0 Date: Tue, 17 Jul 2018 06:32:36 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:36Z", "updated_at": "2018-07-17T06:32:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "5d213546-7454-4701-b93d-0d3dd04abeec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "f90babe0-f41e-4c1b-bcce-3f88b11db0da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 1, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}} 2018-07-17 06:32:36,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f8768b03-dc1d-479d-a034-c8eb5750b3e0 2018-07-17 06:32:36,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.37267780304s 2018-07-17 06:32:36,949 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f8768b03-dc1d-479d-a034-c8eb5750b3e0 2018-07-17 06:32:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:32:36,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:37,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-7d39d192-25fd-45b5-b56f-f37360f0bef4 Date: Tue, 17 Jul 2018 06:32:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:29Z", "updated_at": "2018-07-17T06:32:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "10b12a24-e444-480b-82d6-a0d6af27fb0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "3ae29d3c-2645-4574-96e7-ea055a81f59f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "4cee7c1b-cd18-4e93-9ade-a8a9b79c844d", "remote_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "f7b738b8-0f77-4ae9-8ba0-207fd767af70", "remote_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 1, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "009c8986-d50f-40cc-ae28-c99d88859188", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:36Z", "updated_at": "2018-07-17T06:32:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "5d213546-7454-4701-b93d-0d3dd04abeec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "f90babe0-f41e-4c1b-bcce-3f88b11db0da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 1, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:37,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-7d39d192-25fd-45b5-b56f-f37360f0bef4 2018-07-17 06:32:37,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0886790752411s 2018-07-17 06:32:37,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-7d39d192-25fd-45b5-b56f-f37360f0bef4 2018-07-17 06:32:37,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:32:37,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f"}}' 2018-07-17 06:32:37,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0e3f70e6-79bf-416a-9ad7-0084d4287700 Date: Tue, 17 Jul 2018 06:32:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-17T06:32:37Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "port_range_min": 22, "revision_number": 0, "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:37Z", "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "e0abb35e-2d66-4e43-bb84-0fbf70be2bc0"}} 2018-07-17 06:32:37,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0e3f70e6-79bf-416a-9ad7-0084d4287700 2018-07-17 06:32:37,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.181334018707s 2018-07-17 06:32:37,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0e3f70e6-79bf-416a-9ad7-0084d4287700 2018-07-17 06:32:37,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:32:37,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:37,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-0baa315a-d4e4-4e20-a3b5-08c742b83171 Date: Tue, 17 Jul 2018 06:32:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:29Z", "updated_at": "2018-07-17T06:32:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "10b12a24-e444-480b-82d6-a0d6af27fb0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "3ae29d3c-2645-4574-96e7-ea055a81f59f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "4cee7c1b-cd18-4e93-9ade-a8a9b79c844d", "remote_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "f7b738b8-0f77-4ae9-8ba0-207fd767af70", "remote_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 1, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "009c8986-d50f-40cc-ae28-c99d88859188", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:36Z", "updated_at": "2018-07-17T06:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "5d213546-7454-4701-b93d-0d3dd04abeec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:32:37Z", "revision_number": 0, "id": "e0abb35e-2d66-4e43-bb84-0fbf70be2bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:37Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "f90babe0-f41e-4c1b-bcce-3f88b11db0da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 2, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:37,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0baa315a-d4e4-4e20-a3b5-08c742b83171 2018-07-17 06:32:37,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0558259487152s 2018-07-17 06:32:37,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0baa315a-d4e4-4e20-a3b5-08c742b83171 2018-07-17 06:32:37,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:32:37,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f"}}' 2018-07-17 06:32:37,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-6b3e7c96-9bf6-4b49-a719-d1589edb3f76 Date: Tue, 17 Jul 2018 06:32:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-17T06:32:37Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "port_range_min": null, "revision_number": 0, "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:37Z", "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "da90d285-971c-4e7d-81f7-69a0fd3ece98"}} 2018-07-17 06:32:37,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6b3e7c96-9bf6-4b49-a719-d1589edb3f76 2018-07-17 06:32:37,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.133571147919s 2018-07-17 06:32:37,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6b3e7c96-9bf6-4b49-a719-d1589edb3f76 2018-07-17 06:32:37,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:37,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:37,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-73b61377-902e-45f4-a1a8-517e6fc5bfe6 Date: Tue, 17 Jul 2018 06:32:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e30d959c-63e5-4429-b8b3-ebfe7fe05140"],"updated_at":"2018-07-17T06:32:30Z","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","name":"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:37,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-73b61377-902e-45f4-a1a8-517e6fc5bfe6 2018-07-17 06:32:37,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.162759065628s 2018-07-17 06:32:37,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-73b61377-902e-45f4-a1a8-517e6fc5bfe6 2018-07-17 06:32:37,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:32:37,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:37,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-4c4b0ff6-cd53-4855-bd9f-aed745c70328 Date: Tue, 17 Jul 2018 06:32:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/b44b9656-4120-434f-bc07-de654c1e83de/snap", "metadata": {}}], "file": "/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file", "owner": "8f9a898dc0174a2d9783ec9c765da96e", "id": "b44b9656-4120-434f-bc07-de654c1e83de", "size": 12716032, "self": "/v2/images/b44b9656-4120-434f-bc07-de654c1e83de", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/b44b9656-4120-434f-bc07-de654c1e83de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:32:35Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:32:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:32:37,624 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c4b0ff6-cd53-4855-bd9f-aed745c70328 2018-07-17 06:32:37,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0336530208588s 2018-07-17 06:32:37,624 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c4b0ff6-cd53-4855-bd9f-aed745c70328 2018-07-17 06:32:37,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:32:37,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:37,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ff146c7-de5b-4a10-814d-bb4180307860 x-compute-request-id: req-1ff146c7-de5b-4a10-814d-bb4180307860 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ebe3f39a-254c-4d85-b668-f9f0119755da"}]} 2018-07-17 06:32:37,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1ff146c7-de5b-4a10-814d-bb4180307860 2018-07-17 06:32:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299780368805s 2018-07-17 06:32:37,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1ff146c7-de5b-4a10-814d-bb4180307860 2018-07-17 06:32:37,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:32:37,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"server": {"name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "imageRef": "b44b9656-4120-434f-bc07-de654c1e83de", "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "flavorRef": "ebe3f39a-254c-4d85-b668-f9f0119755da", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e6ecce31-682a-49a5-8aad-5add9ca85cf4"}], "security_groups": [{"name": "5bd26809-e1d2-4709-a2f0-1b67a632248f"}]}}' 2018-07-17 06:32:38,636 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb345b5c-7a7b-4964-b170-4950f2881a00 x-compute-request-id: req-cb345b5c-7a7b-4964-b170-4950f2881a00 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5bd26809-e1d2-4709-a2f0-1b67a632248f"}], "OS-DCF:diskConfig": "MANUAL", "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "adminPass": "B4WE8vccMwDE"}} 2018-07-17 06:32:38,637 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-cb345b5c-7a7b-4964-b170-4950f2881a00 2018-07-17 06:32:38,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.978802204132s 2018-07-17 06:32:38,637 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-cb345b5c-7a7b-4964-b170-4950f2881a00 2018-07-17 06:32:38,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:38,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:39,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f5c8c43-745e-4b63-b218-dbdb3022fae8 x-compute-request-id: req-2f5c8c43-745e-4b63-b218-dbdb3022fae8 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "image": {"id": "b44b9656-4120-434f-bc07-de654c1e83de", "links": [{"href": "http://172.30.9.28:8774/images/b44b9656-4120-434f-bc07-de654c1e83de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ebe3f39a-254c-4d85-b668-f9f0119755da", "links": [{"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}]}, "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:32:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "created": "2018-07-17T06:32:38Z", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:39,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f5c8c43-745e-4b63-b218-dbdb3022fae8 2018-07-17 06:32:39,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464359045029s 2018-07-17 06:32:39,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2f5c8c43-745e-4b63-b218-dbdb3022fae8 2018-07-17 06:32:39,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:39,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:39,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5493ab1c-f073-4afb-bc2f-50b2ed89c7dd Date: Tue, 17 Jul 2018 06:32:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e30d959c-63e5-4429-b8b3-ebfe7fe05140"],"updated_at":"2018-07-17T06:32:30Z","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","name":"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:39,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5493ab1c-f073-4afb-bc2f-50b2ed89c7dd 2018-07-17 06:32:39,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102152109146s 2018-07-17 06:32:39,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5493ab1c-f073-4afb-bc2f-50b2ed89c7dd 2018-07-17 06:32:39,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:32:39,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:39,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-a0bf7527-44b9-4c5b-afe6-b8fd7c406ee9 Date: Tue, 17 Jul 2018 06:32:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:32:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e30d959c-63e5-4429-b8b3-ebfe7fe05140","subnetpool_id":null,"name":"singlevm2-subnet_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:39,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a0bf7527-44b9-4c5b-afe6-b8fd7c406ee9 2018-07-17 06:32:39,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0629348754883s 2018-07-17 06:32:39,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a0bf7527-44b9-4c5b-afe6-b8fd7c406ee9 2018-07-17 06:32:39,276 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:41,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:41,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83589112-38f8-48c1-83cb-b1082459d867 x-compute-request-id: req-83589112-38f8-48c1-83cb-b1082459d867 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "image": {"id": "b44b9656-4120-434f-bc07-de654c1e83de", "links": [{"href": "http://172.30.9.28:8774/images/b44b9656-4120-434f-bc07-de654c1e83de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ebe3f39a-254c-4d85-b668-f9f0119755da", "links": [{"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}]}, "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:32:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "created": "2018-07-17T06:32:38Z", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:41,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83589112-38f8-48c1-83cb-b1082459d867 2018-07-17 06:32:41,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479600906372s 2018-07-17 06:32:41,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83589112-38f8-48c1-83cb-b1082459d867 2018-07-17 06:32:41,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:43,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:43,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:44,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c41f4852-e13f-4530-bcac-f4d20deb270a x-compute-request-id: req-c41f4852-e13f-4530-bcac-f4d20deb270a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "image": {"id": "b44b9656-4120-434f-bc07-de654c1e83de", "links": [{"href": "http://172.30.9.28:8774/images/b44b9656-4120-434f-bc07-de654c1e83de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ebe3f39a-254c-4d85-b668-f9f0119755da", "links": [{"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}]}, "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "security_groups": [{"name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}], "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:32:42Z", "hostId": "09901d19a7c51061795675fc0152add0c73bf062933dc82c7d366157", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "created": "2018-07-17T06:32:38Z", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:44,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c41f4852-e13f-4530-bcac-f4d20deb270a 2018-07-17 06:32:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02638888359s 2018-07-17 06:32:44,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c41f4852-e13f-4530-bcac-f4d20deb270a 2018-07-17 06:32:44,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:46,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:46,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-174584c2-5fae-4321-ae74-381a2d433a9f x-compute-request-id: req-174584c2-5fae-4321-ae74-381a2d433a9f Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b3:d8", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "image": {"id": "b44b9656-4120-434f-bc07-de654c1e83de", "links": [{"href": "http://172.30.9.28:8774/images/b44b9656-4120-434f-bc07-de654c1e83de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:32:45.000000", "flavor": {"id": "ebe3f39a-254c-4d85-b668-f9f0119755da", "links": [{"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}]}, "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "security_groups": [{"name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}], "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:32:45Z", "hostId": "09901d19a7c51061795675fc0152add0c73bf062933dc82c7d366157", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "created": "2018-07-17T06:32:38Z", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:47,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-174584c2-5fae-4321-ae74-381a2d433a9f 2018-07-17 06:32:47,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410672187805s 2018-07-17 06:32:47,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-174584c2-5fae-4321-ae74-381a2d433a9f 2018-07-17 06:32:47,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:32:47,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-76284962-6b7c-42f1-bdd9-b98414312a8c Date: Tue, 17 Jul 2018 06:32:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:42Z","admin_state_up":true,"updated_at":"2018-07-17T06:32:45Z","binding:vnic_type":"normal","device_id":"b85ddb2b-6b14-4775-b40e-425abda670f7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:b3:d8","id":"c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5","port_security_enabled":true,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","fixed_ips":[{"subnet_id":"e30d959c-63e5-4429-b8b3-ebfe7fe05140","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["5bd26809-e1d2-4709-a2f0-1b67a632248f"],"name":""}]} 2018-07-17 06:32:47,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-76284962-6b7c-42f1-bdd9-b98414312a8c 2018-07-17 06:32:47,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0559310913086s 2018-07-17 06:32:47,270 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-76284962-6b7c-42f1-bdd9-b98414312a8c 2018-07-17 06:32:47,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:32:47,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b2e18db3-4e61-4021-bb14-2769659ab2e0 Date: Tue, 17 Jul 2018 06:32:47 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:32:47,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5 used request id req-b2e18db3-4e61-4021-bb14-2769659ab2e0 2018-07-17 06:32:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451588630676s 2018-07-17 06:32:47,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5 used request id req-b2e18db3-4e61-4021-bb14-2769659ab2e0 2018-07-17 06:32:47,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d618d43-7483-4555-a029-56c4de548dc3 x-compute-request-id: req-7d618d43-7483-4555-a029-56c4de548dc3 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b3:d8", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "image": {"id": "b44b9656-4120-434f-bc07-de654c1e83de", "links": [{"href": "http://172.30.9.28:8774/images/b44b9656-4120-434f-bc07-de654c1e83de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:32:45.000000", "flavor": {"id": "ebe3f39a-254c-4d85-b668-f9f0119755da", "links": [{"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}]}, "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "security_groups": [{"name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}], "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:32:45Z", "hostId": "09901d19a7c51061795675fc0152add0c73bf062933dc82c7d366157", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "created": "2018-07-17T06:32:38Z", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:47,650 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d618d43-7483-4555-a029-56c4de548dc3 2018-07-17 06:32:47,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.328231096268s 2018-07-17 06:32:47,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d618d43-7483-4555-a029-56c4de548dc3 2018-07-17 06:32:47,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:32:47,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-882774f7-c63a-4314-9de0-03aecf0c056e Date: Tue, 17 Jul 2018 06:32:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:42Z","admin_state_up":true,"updated_at":"2018-07-17T06:32:45Z","binding:vnic_type":"normal","device_id":"b85ddb2b-6b14-4775-b40e-425abda670f7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:b3:d8","id":"c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5","port_security_enabled":true,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","fixed_ips":[{"subnet_id":"e30d959c-63e5-4429-b8b3-ebfe7fe05140","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["5bd26809-e1d2-4709-a2f0-1b67a632248f"],"name":""}]} 2018-07-17 06:32:47,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-882774f7-c63a-4314-9de0-03aecf0c056e 2018-07-17 06:32:47,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0560750961304s 2018-07-17 06:32:47,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-882774f7-c63a-4314-9de0-03aecf0c056e 2018-07-17 06:32:47,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:32:47,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2534d8a1-8f12-4fd2-b8e5-1bc255c3587b Date: Tue, 17 Jul 2018 06:32:47 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:32:47,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5 used request id req-2534d8a1-8f12-4fd2-b8e5-1bc255c3587b 2018-07-17 06:32:47,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448260307312s 2018-07-17 06:32:47,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5 used request id req-2534d8a1-8f12-4fd2-b8e5-1bc255c3587b 2018-07-17 06:32:47,762 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:b3:d8', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b44b9656-4120-434f-bc07-de654c1e83de'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:32:45.000000', 'flavor': Munch({u'id': u'ebe3f39a-254c-4d85-b668-f9f0119755da'}), 'az': u'nova', 'id': u'b85ddb2b-6b14-4775-b40e-425abda670f7', 'security_groups': [Munch({u'name': u'singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'df252884e4c74c07a4dc0bdd6a05ed98', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8f9a898dc0174a2d9783ec9c765da96e', 'name': 'singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:32:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:32:45Z', 'hostId': u'09901d19a7c51061795675fc0152add0c73bf062933dc82c7d366157', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'09901d19a7c51061795675fc0152add0c73bf062933dc82c7d366157', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:32:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8f9a898dc0174a2d9783ec9c765da96e', 'name': u'singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'adminPass': None, 'tenant_id': u'8f9a898dc0174a2d9783ec9c765da96e', 'created_at': u'2018-07-17T06:32:38Z', 'created': u'2018-07-17T06:32:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:32:47,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:32:47,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b869d9e5-7aff-4946-8396-94ad6b039503 Date: Tue, 17 Jul 2018 06:32:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e30d959c-63e5-4429-b8b3-ebfe7fe05140"],"updated_at":"2018-07-17T06:32:30Z","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","name":"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:47,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b869d9e5-7aff-4946-8396-94ad6b039503 2018-07-17 06:32:47,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107393026352s 2018-07-17 06:32:47,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b869d9e5-7aff-4946-8396-94ad6b039503 2018-07-17 06:32:47,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:32:47,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:47,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-8f87268f-e82d-4d45-920b-a2e64544c276 Date: Tue, 17 Jul 2018 06:32:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:42Z","admin_state_up":true,"updated_at":"2018-07-17T06:32:45Z","binding:vnic_type":"normal","device_id":"b85ddb2b-6b14-4775-b40e-425abda670f7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:b3:d8","id":"c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5","port_security_enabled":true,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","fixed_ips":[{"subnet_id":"e30d959c-63e5-4429-b8b3-ebfe7fe05140","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["5bd26809-e1d2-4709-a2f0-1b67a632248f"],"name":""}]} 2018-07-17 06:32:47,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-8f87268f-e82d-4d45-920b-a2e64544c276 2018-07-17 06:32:47,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0896241664886s 2018-07-17 06:32:47,964 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-8f87268f-e82d-4d45-920b-a2e64544c276 2018-07-17 06:32:47,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 06:32:47,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"floatingip": {"floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.6", "port_id": "c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5"}}' 2018-07-17 06:32:49,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-7f4bde96-13c4-4609-9dc1-64fd5afde04f Date: Tue, 17 Jul 2018 06:32:49 GMT RESP BODY: {"floatingip": {"router_id": "c6c4808b-e226-432c-8828-43cd5bd89842", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T06:32:48Z", "floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.6", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5", "id": "9161be0b-b0d0-4680-a259-cff6c7127deb", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:48Z", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}} 2018-07-17 06:32:49,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7f4bde96-13c4-4609-9dc1-64fd5afde04f 2018-07-17 06:32:49,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92114901543s 2018-07-17 06:32:49,886 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7f4bde96-13c4-4609-9dc1-64fd5afde04f 2018-07-17 06:32:49,889 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c6c4808b-e226-432c-8828-43cd5bd89842', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8f9a898dc0174a2d9783ec9c765da96e', 'created_at': u'2018-07-17T06:32:48Z', 'attached': True, 'updated_at': u'2018-07-17T06:32:48Z', 'id': u'9161be0b-b0d0-4680-a259-cff6c7127deb', 'floating_network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', 'fixed_ip_address': u'192.168.0.6', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8f9a898dc0174a2d9783ec9c765da96e', 'name': 'singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c6c4808b-e226-432c-8828-43cd5bd89842', 'project_id': u'8f9a898dc0174a2d9783ec9c765da96e', 'port_id': u'c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5', 'port': u'c4a3cb10-1f10-4bf7-89cf-8406b5bb3ec5', 'network': u'93167f5f-5e97-4553-93f8-5bb87a5adb95'}) 2018-07-17 06:32:49,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:32:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:32:49,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16634fdf-a8b6-43ad-a970-600413a4ac26 x-compute-request-id: req-16634fdf-a8b6-43ad-a970-600413a4ac26 Content-Encoding: gzip Content-Length: 9556 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491625254 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140698] ACPI: Core revision 20150930\n[ 0.142107] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143445] Security Framework initialized\n[ 0.144278] Yama: becoming mindful.\n[ 0.145023] AppArmor: AppArmor initialized\n[ 0.145898] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147251] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149786] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151241] Initializing cgroup subsys io\n[ 0.152074] Initializing cgroup subsys memory\n[ 0.152953] Initializing cgroup subsys devices\n[ 0.153845] Initializing cgroup subsys freezer\n[ 0.154735] Initializing cgroup subsys net_cls\n[ 0.155618] Initializing cgroup subsys perf_event\n[ 0.156545] Initializing cgroup subsys net_prio\n[ 0.157453] Initializing cgroup subsys hugetlb\n[ 0.158338] Initializing cgroup subsys pids\n[ 0.159224] CPU: Physical Processor ID: 0\n[ 0.160734] mce: CPU supports 10 MCE banks\n[ 0.161602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177381] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183705] ftrace: allocating 31920 entries in 125 pages\n[ 0.209822] smpboot: Max logical packages: 1\n[ 0.210698] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212068] x2apic enabled\n[ 0.212876] Switched APIC routing to physical x2apic.\n[ 0.214630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219699] KVM setup paravirtual spinlock\n[ 0.221060] x86: Booted up 1 node, 1 CPUs\n[ 0.221878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223293] devtmpfs: initialized\n[ 0.225028] evm: security.selinux\n[ 0.225738] evm: security.SMACK64\n[ 0.226440] evm: security.SMACK64EXEC\n[ 0.227198] evm: security.SMACK64TRANSMUTE\n[ 0.228017] evm: security.SMACK64MMAP\n[ 0.228772] evm: security.ima\n[ 0.229428] evm: security.capability\n[ 0.230254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232143] pinctrl core: initialized pinctrl subsystem\n[ 0.233267] RTC time: 6:32:46, date: 07/17/18\n[ 0.234255] NET: Registered protocol family 16\n[ 0.235260] cpuidle: using governor ladder\n[ 0.236092] cpuidle: using governor menu\n[ 0.236885] PCCT header not found.\n[ 0.237657] ACPI: bus type PCI registered\n[ 0.238476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239746] PCI: Using configuration type 1 for base access\n[ 0.241548] ACPI: Added _OSI(Module Device)\n[ 0.242406] ACPI: Added _OSI(Processor Device)\n[ 0.243281] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245955] ACPI: Interpreter enabled\n[ 0.246736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254222] ACPI: (supports S0 S5)\n[ 0.254937] ACPI: Using IOAPIC for interrupt routing\n[ 0.255893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259039] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260201] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261459] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262673] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264937] acpiphp: Slot [3] registered\n[ 0.265750] acpiphp: Slot [4] registered\n[ 0.266562] acpiphp: Slot [5] registered\n[ 0.267376] acpiphp: Slot [6] registered\n[ 0.268188] acpiphp: Slot [7] registered\n[ 0.269002] acpiphp: Slot [8] registered\n[ 0.269814] acpiphp: Slot [9] registered\n[ 0.270626] acpiphp: Slot [10] registered\n[ 0.271459] acpiphp: Slot [11] registered\n[ 0.272286] acpiphp: Slot [12] registered\n[ 0.273116] acpiphp: Slot [13] registered\n[ 0.273942] acpiphp: Slot [14] registered\n[ 0.274762] acpiphp: Slot [15] registered\n[ 0.285740] acpiphp: Slot [16] registered\n[ 0.286570] acpiphp: Slot [17] registered\n[ 0.287396] acpiphp: Slot [18] registered\n[ 0.288219] acpiphp: Slot [19] registered\n[ 0.289042] acpiphp: Slot [20] registered\n[ 0.289869] acpiphp: Slot [21] registered\n[ 0.290700] acpiphp: Slot [22] registered\n[ 0.291525] acpiphp: Slot [23] registered\n[ 0.292351] acpiphp: Slot [24] registered\n[ 0.293180] acpiphp: Slot [25] registered\n[ 0.294006] acpiphp: Slot [26] registered\n[ 0.294827] acpiphp: Slot [27] registered\n[ 0.295653] acpiphp: Slot [28] registered\n[ 0.296513] acpiphp: Slot [29] registered\n[ 0.297337] acpiphp: Slot [30] registered\n[ 0.298165] acpiphp: Slot [31] registered\n[ 0.298989] PCI host bridge to bus 0000:00\n[ 0.299836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303962] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305433] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306938] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312803] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314094] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317711] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319244] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337747] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341058] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342498] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343916] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345222] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347662] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349237] vgaarb: loaded\n[ 0.349846] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351102] SCSI subsystem initialized\n[ 0.352038] ACPI: bus type USB registered\n[ 0.352880] usbcore: registered new interface driver usbfs\n[ 0.353935] usbcore: registered new interface driver hub\n[ 0.354962] usbcore: registered new device driver usb\n[ 0.356088] PCI: Using ACPI for IRQ routing\n[ 0.357231] NetLabel: Initializing\n[ 0.357969] NetLabel: domain hash size = 128\n[ 0.358832] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359806] NetLabel: unlabeled traffic allowed by default\n[ 0.360992] clocksource: Switched to clocksource kvm-clock\n[ 0.369383] AppArmor: AppArmor Filesystem Enabled\n[ 0.370375] pnp: PnP ACPI init\n[ 0.371335] pnp: PnP ACPI: found 5 devices\n[ 0.377712] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379479] NET: Registered protocol family 2\n[ 0.380557] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383113] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.384339] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385450] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386667] NET: Registered protocol family 1\n[ 0.387566] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388682] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418000] Trying to unpack rootfs image as initramfs...\n[ 0.474727] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.476406] Scanning for low memory corruption every 60 seconds\n[ 0.477805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478998] audit: initializing netlink subsys (disabled)\n[ 0.480045] audit: type=2000 audit(1531809166.449:1): initialized\n[ 0.481440] Initialise system trusted keyring\n[ 0.482417] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483600] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485851] zbud: loaded\n[ 0.486612] VFS: Disk quotas dquot_6.6.0\n[ 0.487454] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.489095] fuse init (API version 7.23)\n[ 0.490024] Key type big_key registered\n[ 0.490841] Allocating IMA MOK and blacklist keyrings.\n[ 0.492100] Key type asymmetric registered\n[ 0.492939] Asymmetric key parser 'x509' registered\n[ 0.493931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.495429] io scheduler noop registered\n[ 0.496237] io scheduler deadline registered (default)\n[ 0.497258] io scheduler cfq registered\n[ 0.498132] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.499193] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501964] ACPI: Power Button [PWRF]\n[ 0.502833] GHES: HEST is not enabled!\n[ 0.516525] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544524] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572958] Linux agpgart interface v0.103\n[ 0.575598] brd: module loaded\n[ 0.577300] loop: module loaded\n[ 0.580849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.582334] GPT:90111 != 2097151\n[ 0.583027] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584138] GPT:90111 != 2097151\n[ 0.584823] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585810] vda: vda1 vda15\n[ 0.587064] scsi host0: ata_piix\n[ 0.587855] scsi host1: ata_piix\n[ 0.588596] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.591357] libphy: Fixed MDIO Bus: probed\n[ 0.592200] tun: Universal TUN/TAP device driver, 1.6\n[ 0.593178] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.595623] PPP generic driver version 2.4.2\n[ 0.596792] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598313] ehci-pci: EHCI PCI platform driver\n[ 0.599405] ehci-platform: EHCI generic platform driver\n[ 0.600643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602138] ohci-pci: OHCI PCI platform driver\n[ 0.603228] ohci-platform: OHCI generic platform driver\n[ 0.604467] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618841] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.620112] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621935] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623203] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.627505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.629141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.630933] usb usb1: Product: UHCI Host Controller\n[ 0.632116] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635369] hub 1-0:1.0: USB hub found\n[ 0.636367] hub 1-0:1.0: 2 ports detected\n[ 0.638228] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641146] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643763] mousedev: PS/2 mouse device common for all mice\n[ 0.645536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647935] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652756] i2c /dev entries driver\n[ 0.653929] device-mapper: uevent: version 1.0.3\n[ 0.655260] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660079] NET: Registered protocol family 10\n[ 0.661756] NET: Registered protocol family 17\n[ 0.663113] Key type dns_resolver registered\n[ 0.664498] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666216] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668674] registered taskstats version 1\n[ 0.669862] Loading compiled-in X.509 certificates\n[ 0.671737] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674403] zswap: loaded using pool lzo/zbud\n[ 0.676381] Key type trusted registered\n[ 0.678556] Key type encrypted registered\n[ 0.679586] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680928] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682547] evm: HMAC attrs: 0x1\n[ 0.683836] Magic number: 10:395:519\n[ 0.684959] rtc_cmos 00:00: setting system clock to 2018-07-17 06:32:46 UTC (1531809166)\n[ 0.687146] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688914] EDD information not available.\n[ 0.750366] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762883] Write protecting the kernel read-only data: 14336k\n[ 0.765447] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.767717] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.924281] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.6...\nLease of 192.168.0.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAmNlqq6CYm6MXxAT2bEYPUxPCEifFZ+a9FmtyOjhi5icNfxewuEdCfu2yS9rZwgk9tcVPx9uYIEiShI2cKFdDqFbYUZfn+1NcB12cZH2fKG2UwB/d4ZKmjE6K8QzvZ8a08SerW4jxI/evynFN1PXWYoaOMuRyUCbNf9JCvHJwvb7Pfh5OpHmvZbxM4pWSCb/Lb0+k4Td4L1Th7JDMUdjwtFUu/LqWGeldokxa1X5elNBENdj43zb/m1B8HZqqP9N321dVI3lOrIISh+1jepr1NjmucdTLqxWsJ6QPGjCglMegYcyuwRKYx0oM535esvM7XU8fjkHyFFFctzsj4Lo/ root@singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b\nssh-dss AAAAB3NzaC1kc3MAAACBAOvnYDmYe7bVIcnko7Rvw/IifU8/8Wijy/5qvb1ImN1xrcyeTmHHDWhAw/bcjJNrHSUKjJ7BjbyfnLWMsO1oE00aLlJn4a13Nsh2aTLslqrU2xfxmmudPuLRbge4lIAoOpEoz7DaxiJAHa5j0t7zxCLe1JgRyOXzMNHCW4neR89RAAAAFQDFJgeXhGORqE78lA/frWpk/gxEpQAAAIAeuDj4EpcJfQSUPxuYniotbfff16Dbki1y4xrmPmAMZub6GYFBs0TL4BPGAuJnFBbsF8ZlXGBmxWeY/u7dOgSoKGBa2GTiRcDIZOElw91/uO3owoGR3lAGVR/nAXVAB8wRTwmLQqp21wFUmMDU4o9+XD47Rn7yKyZo8vZ5QI6IUAAAAIEApNKmMIUvy2EK7MX7cP36jUNj/Qq4pgSDFqNZ7LD32fpPhn+gs7EkTKj8rfpD4F9FQij6iievRMXHcm5TERR62v4ERD6115WKnmi/923M7NoPlai0m9gTE6NGw/o+yqnisBIn78aCLdwAnvWDOBjxHR92HTwtcKOd/fXCkGhO+LY= root@singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.27s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.6,24,fe80::f816:3eff:fec5:b3d8/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.50 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b login: "} 2018-07-17 06:32:49,970 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7/action used request id req-16634fdf-a8b6-43ad-a970-600413a4ac26 2018-07-17 06:32:49,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0801079273224s 2018-07-17 06:32:49,971 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7/action used request id req-16634fdf-a8b6-43ad-a970-600413a4ac26 2018-07-17 06:32:49,971 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 491625254 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.138089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.139779] pid_max: default: 32768 minimum: 301 [ 0.140698] ACPI: Core revision 20150930 [ 0.142107] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143445] Security Framework initialized [ 0.144278] Yama: becoming mindful. [ 0.145023] AppArmor: AppArmor initialized [ 0.145898] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147251] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149786] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151241] Initializing cgroup subsys io [ 0.152074] Initializing cgroup subsys memory [ 0.152953] Initializing cgroup subsys devices [ 0.153845] Initializing cgroup subsys freezer [ 0.154735] Initializing cgroup subsys net_cls [ 0.155618] Initializing cgroup subsys perf_event [ 0.156545] Initializing cgroup subsys net_prio [ 0.157453] Initializing cgroup subsys hugetlb [ 0.158338] Initializing cgroup subsys pids [ 0.159224] CPU: Physical Processor ID: 0 [ 0.160734] mce: CPU supports 10 MCE banks [ 0.161602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177381] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183705] ftrace: allocating 31920 entries in 125 pages [ 0.209822] smpboot: Max logical packages: 1 [ 0.210698] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212068] x2apic enabled [ 0.212876] Switched APIC routing to physical x2apic. [ 0.214630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219699] KVM setup paravirtual spinlock [ 0.221060] x86: Booted up 1 node, 1 CPUs [ 0.221878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223293] devtmpfs: initialized [ 0.225028] evm: security.selinux [ 0.225738] evm: security.SMACK64 [ 0.226440] evm: security.SMACK64EXEC [ 0.227198] evm: security.SMACK64TRANSMUTE [ 0.228017] evm: security.SMACK64MMAP [ 0.228772] evm: security.ima [ 0.229428] evm: security.capability [ 0.230254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232143] pinctrl core: initialized pinctrl subsystem [ 0.233267] RTC time: 6:32:46, date: 07/17/18 [ 0.234255] NET: Registered protocol family 16 [ 0.235260] cpuidle: using governor ladder [ 0.236092] cpuidle: using governor menu [ 0.236885] PCCT header not found. [ 0.237657] ACPI: bus type PCI registered [ 0.238476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239746] PCI: Using configuration type 1 for base access [ 0.241548] ACPI: Added _OSI(Module Device) [ 0.242406] ACPI: Added _OSI(Processor Device) [ 0.243281] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244194] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245955] ACPI: Interpreter enabled [ 0.246736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254222] ACPI: (supports S0 S5) [ 0.254937] ACPI: Using IOAPIC for interrupt routing [ 0.255893] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259039] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260201] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261459] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262673] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264937] acpiphp: Slot [3] registered [ 0.265750] acpiphp: Slot [4] registered [ 0.266562] acpiphp: Slot [5] registered [ 0.267376] acpiphp: Slot [6] registered [ 0.268188] acpiphp: Slot [7] registered [ 0.269002] acpiphp: Slot [8] registered [ 0.269814] acpiphp: Slot [9] registered [ 0.270626] acpiphp: Slot [10] registered [ 0.271459] acpiphp: Slot [11] registered [ 0.272286] acpiphp: Slot [12] registered [ 0.273116] acpiphp: Slot [13] registered [ 0.273942] acpiphp: Slot [14] registered [ 0.274762] acpiphp: Slot [15] registered [ 0.285740] acpiphp: Slot [16] registered [ 0.286570] acpiphp: Slot [17] registered [ 0.287396] acpiphp: Slot [18] registered [ 0.288219] acpiphp: Slot [19] registered [ 0.289042] acpiphp: Slot [20] registered [ 0.289869] acpiphp: Slot [21] registered [ 0.290700] acpiphp: Slot [22] registered [ 0.291525] acpiphp: Slot [23] registered [ 0.292351] acpiphp: Slot [24] registered [ 0.293180] acpiphp: Slot [25] registered [ 0.294006] acpiphp: Slot [26] registered [ 0.294827] acpiphp: Slot [27] registered [ 0.295653] acpiphp: Slot [28] registered [ 0.296513] acpiphp: Slot [29] registered [ 0.297337] acpiphp: Slot [30] registered [ 0.298165] acpiphp: Slot [31] registered [ 0.298989] PCI host bridge to bus 0000:00 [ 0.299836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303962] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305433] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306938] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311603] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312803] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314094] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317711] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319244] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337747] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.339235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341058] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.342498] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343916] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345222] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.346582] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.347662] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349237] vgaarb: loaded [ 0.349846] vgaarb: bridge control possible 0000:00:02.0 [ 0.351102] SCSI subsystem initialized [ 0.352038] ACPI: bus type USB registered [ 0.352880] usbcore: registered new interface driver usbfs [ 0.353935] usbcore: registered new interface driver hub [ 0.354962] usbcore: registered new device driver usb [ 0.356088] PCI: Using ACPI for IRQ routing [ 0.357231] NetLabel: Initializing [ 0.357969] NetLabel: domain hash size = 128 [ 0.358832] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.359806] NetLabel: unlabeled traffic allowed by default [ 0.360992] clocksource: Switched to clocksource kvm-clock [ 0.369383] AppArmor: AppArmor Filesystem Enabled [ 0.370375] pnp: PnP ACPI init [ 0.371335] pnp: PnP ACPI: found 5 devices [ 0.377712] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.379479] NET: Registered protocol family 2 [ 0.380557] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.381877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383113] TCP: Hash tables configured (established 4096 bind 4096) [ 0.384339] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.385450] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.386667] NET: Registered protocol family 1 [ 0.387566] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.388682] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.389779] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.403847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.418000] Trying to unpack rootfs image as initramfs... [ 0.474727] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.476406] Scanning for low memory corruption every 60 seconds [ 0.477805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.478998] audit: initializing netlink subsys (disabled) [ 0.480045] audit: type=2000 audit(1531809166.449:1): initialized [ 0.481440] Initialise system trusted keyring [ 0.482417] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.483600] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.485851] zbud: loaded [ 0.486612] VFS: Disk quotas dquot_6.6.0 [ 0.487454] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.489095] fuse init (API version 7.23) [ 0.490024] Key type big_key registered [ 0.490841] Allocating IMA MOK and blacklist keyrings. [ 0.492100] Key type asymmetric registered [ 0.492939] Asymmetric key parser 'x509' registered [ 0.493931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.495429] io scheduler noop registered [ 0.496237] io scheduler deadline registered (default) [ 0.497258] io scheduler cfq registered [ 0.498132] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.499193] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.500483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501964] ACPI: Power Button [PWRF] [ 0.502833] GHES: HEST is not enabled! [ 0.516525] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.544524] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546654] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.570640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572958] Linux agpgart interface v0.103 [ 0.575598] brd: module loaded [ 0.577300] loop: module loaded [ 0.580849] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.582334] GPT:90111 != 2097151 [ 0.583027] GPT:Alternate GPT header not at the end of the disk. [ 0.584138] GPT:90111 != 2097151 [ 0.584823] GPT: Use GNU Parted to correct GPT errors. [ 0.585810] vda: vda1 vda15 [ 0.587064] scsi host0: ata_piix [ 0.587855] scsi host1: ata_piix [ 0.588596] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.591357] libphy: Fixed MDIO Bus: probed [ 0.592200] tun: Universal TUN/TAP device driver, 1.6 [ 0.593178] tun: (C) 1999-2004 Max Krasnyansky [ 0.595623] PPP generic driver version 2.4.2 [ 0.596792] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.598313] ehci-pci: EHCI PCI platform driver [ 0.599405] ehci-platform: EHCI generic platform driver [ 0.600643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.602138] ohci-pci: OHCI PCI platform driver [ 0.603228] ohci-platform: OHCI generic platform driver [ 0.604467] uhci_hcd: USB Universal Host Controller Interface driver [ 0.618841] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.620112] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.621935] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.623203] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.627505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.629141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.630933] usb usb1: Product: UHCI Host Controller [ 0.632116] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.633561] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635369] hub 1-0:1.0: USB hub found [ 0.636367] hub 1-0:1.0: 2 ports detected [ 0.638228] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641146] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643763] mousedev: PS/2 mouse device common for all mice [ 0.645536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.647935] rtc_cmos 00:00: RTC can wake from S4 [ 0.649515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652756] i2c /dev entries driver [ 0.653929] device-mapper: uevent: version 1.0.3 [ 0.655260] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.657819] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660079] NET: Registered protocol family 10 [ 0.661756] NET: Registered protocol family 17 [ 0.663113] Key type dns_resolver registered [ 0.664498] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666216] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668674] registered taskstats version 1 [ 0.669862] Loading compiled-in X.509 certificates [ 0.671737] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.674403] zswap: loaded using pool lzo/zbud [ 0.676381] Key type trusted registered [ 0.678556] Key type encrypted registered [ 0.679586] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680928] ima: No TPM chip found, activating TPM-bypass! [ 0.682547] evm: HMAC attrs: 0x1 [ 0.683836] Magic number: 10:395:519 [ 0.684959] rtc_cmos 00:00: setting system clock to 2018-07-17 06:32:46 UTC (1531809166) [ 0.687146] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688914] EDD information not available. [ 0.750366] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762883] Write protecting the kernel read-only data: 14336k [ 0.765447] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.767717] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.924281] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.6... Lease of 192.168.0.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAmNlqq6CYm6MXxAT2bEYPUxPCEifFZ+a9FmtyOjhi5icNfxewuEdCfu2yS9rZwgk9tcVPx9uYIEiShI2cKFdDqFbYUZfn+1NcB12cZH2fKG2UwB/d4ZKmjE6K8QzvZ8a08SerW4jxI/evynFN1PXWYoaOMuRyUCbNf9JCvHJwvb7Pfh5OpHmvZbxM4pWSCb/Lb0+k4Td4L1Th7JDMUdjwtFUu/LqWGeldokxa1X5elNBENdj43zb/m1B8HZqqP9N321dVI3lOrIISh+1jepr1NjmucdTLqxWsJ6QPGjCglMegYcyuwRKYx0oM535esvM7XU8fjkHyFFFctzsj4Lo/ root@singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b ssh-dss AAAAB3NzaC1kc3MAAACBAOvnYDmYe7bVIcnko7Rvw/IifU8/8Wijy/5qvb1ImN1xrcyeTmHHDWhAw/bcjJNrHSUKjJ7BjbyfnLWMsO1oE00aLlJn4a13Nsh2aTLslqrU2xfxmmudPuLRbge4lIAoOpEoz7DaxiJAHa5j0t7zxCLe1JgRyOXzMNHCW4neR89RAAAAFQDFJgeXhGORqE78lA/frWpk/gxEpQAAAIAeuDj4EpcJfQSUPxuYniotbfff16Dbki1y4xrmPmAMZub6GYFBs0TL4BPGAuJnFBbsF8ZlXGBmxWeY/u7dOgSoKGBa2GTiRcDIZOElw91/uO3owoGR3lAGVR/nAXVAB8wRTwmLQqp21wFUmMDU4o9+XD47Rn7yKyZo8vZ5QI6IUAAAAIEApNKmMIUvy2EK7MX7cP36jUNj/Qq4pgSDFqNZ7LD32fpPhn+gs7EkTKj8rfpD4F9FQij6iievRMXHcm5TERR62v4ERD6115WKnmi/923M7NoPlai0m9gTE6NGw/o+yqnisBIn78aCLdwAnvWDOBjxHR92HTwtcKOd/fXCkGhO+LY= root@singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.27s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.6,24,fe80::f816:3eff:fec5:b3d8/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-e0165f60-ed98-48a3-a123-f0bb7df7034b login: 2018-07-17 06:32:51,974 - paramiko.transport - DEBUG - starting thread (client mode): 0x88100ed0L 2018-07-17 06:32:51,975 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 06:32:51,975 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 06:32:51,976 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 06:32:51,977 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-17 06:32:51,977 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 06:32:51,977 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 06:32:51,977 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 06:32:51,978 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 06:32:51,978 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 06:32:51,996 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 06:32:51,997 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 06:32:52,007 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 33e15d0add8281ee37691f9ae04e9913 2018-07-17 06:32:52,008 - paramiko.transport - DEBUG - Trying discovered key 4efd802c1512856a0c5a313146cd586d in /tmp/tmpYf5wu1 2018-07-17 06:32:52,033 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 06:32:52,039 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 06:32:52,040 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 06:32:52,041 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 06:32:52,041 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 06:32:52,043 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 06:32:52,044 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 06:32:52,044 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-17 06:32:52,048 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 06:32:52,156 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:32:52,156 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 06:32:52,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 06:32:52,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/9161be0b-b0d0-4680-a259-cff6c7127deb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:53,121 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5507e57-9ab9-4b09-80eb-2172247f3a11 Content-Length: 0 Date: Tue, 17 Jul 2018 06:32:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:53,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/9161be0b-b0d0-4680-a259-cff6c7127deb.json used request id req-a5507e57-9ab9-4b09-80eb-2172247f3a11 2018-07-17 06:32:53,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.957436084747s 2018-07-17 06:32:53,122 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/9161be0b-b0d0-4680-a259-cff6c7127deb.json used request id req-a5507e57-9ab9-4b09-80eb-2172247f3a11 2018-07-17 06:32:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:32:53,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:53,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8b466cdb-470c-4ce0-af76-d41193fce5b7 Date: Tue, 17 Jul 2018 06:32:53 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:32:53,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8b466cdb-470c-4ce0-af76-d41193fce5b7 2018-07-17 06:32:53,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0785641670227s 2018-07-17 06:32:53,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8b466cdb-470c-4ce0-af76-d41193fce5b7 2018-07-17 06:32:53,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:32:53,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:53,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:32:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16bdaa2d-246b-4c94-b2af-887f4538222d x-compute-request-id: req-16bdaa2d-246b-4c94-b2af-887f4538222d Content-Type: application/json 2018-07-17 06:32:53,378 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-16bdaa2d-246b-4c94-b2af-887f4538222d 2018-07-17 06:32:53,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170591115952s 2018-07-17 06:32:53,378 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7 used request id req-16bdaa2d-246b-4c94-b2af-887f4538222d 2018-07-17 06:32:53,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:53,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42954df8-9e89-48d5-9505-bdea29263d14 x-compute-request-id: req-42954df8-9e89-48d5-9505-bdea29263d14 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b3:d8", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b3:d8", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b85ddb2b-6b14-4775-b40e-425abda670f7", "rel": "bookmark"}], "image": {"id": "b44b9656-4120-434f-bc07-de654c1e83de", "links": [{"href": "http://172.30.9.28:8774/images/b44b9656-4120-434f-bc07-de654c1e83de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:32:45.000000", "flavor": {"id": "ebe3f39a-254c-4d85-b668-f9f0119755da", "links": [{"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}]}, "id": "b85ddb2b-6b14-4775-b40e-425abda670f7", "security_groups": [{"name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}], "user_id": "df252884e4c74c07a4dc0bdd6a05ed98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:32:53Z", "hostId": "09901d19a7c51061795675fc0152add0c73bf062933dc82c7d366157", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b", "name": "singlevm2-vm_e0165f60-ed98-48a3-a123-f0bb7df7034b", "created": "2018-07-17T06:32:38Z", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:32:53,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-42954df8-9e89-48d5-9505-bdea29263d14 2018-07-17 06:32:53,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.242761135101s 2018-07-17 06:32:53,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-42954df8-9e89-48d5-9505-bdea29263d14 2018-07-17 06:32:53,623 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:32:55,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:32:55,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:55,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:32:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a40520e-df52-439c-aea6-8466ad28fe20 x-compute-request-id: req-7a40520e-df52-439c-aea6-8466ad28fe20 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 06:32:55,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a40520e-df52-439c-aea6-8466ad28fe20 2018-07-17 06:32:55,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224238872528s 2018-07-17 06:32:55,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a40520e-df52-439c-aea6-8466ad28fe20 2018-07-17 06:32:55,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:32:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:55,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f73f3afe-a3aa-4693-9942-dbf3ec6fb7a4 Date: Tue, 17 Jul 2018 06:32:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:29Z", "updated_at": "2018-07-17T06:32:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "10b12a24-e444-480b-82d6-a0d6af27fb0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "3ae29d3c-2645-4574-96e7-ea055a81f59f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "4cee7c1b-cd18-4e93-9ade-a8a9b79c844d", "remote_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:29Z", "revision_number": 0, "id": "f7b738b8-0f77-4ae9-8ba0-207fd767af70", "remote_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:29Z", "security_group_id": "009c8986-d50f-40cc-ae28-c99d88859188", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 1, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "009c8986-d50f-40cc-ae28-c99d88859188", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:36Z", "updated_at": "2018-07-17T06:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "5d213546-7454-4701-b93d-0d3dd04abeec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:37Z", "revision_number": 0, "id": "da90d285-971c-4e7d-81f7-69a0fd3ece98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:37Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:32:37Z", "revision_number": 0, "id": "e0abb35e-2d66-4e43-bb84-0fbf70be2bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:37Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:32:36Z", "revision_number": 0, "id": "f90babe0-f41e-4c1b-bcce-3f88b11db0da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:32:36Z", "security_group_id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8f9a898dc0174a2d9783ec9c765da96e"}], "revision_number": 3, "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "5bd26809-e1d2-4709-a2f0-1b67a632248f", "name": "singlevm2-sg_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:55,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f73f3afe-a3aa-4693-9942-dbf3ec6fb7a4 2018-07-17 06:32:55,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0556719303131s 2018-07-17 06:32:55,910 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f73f3afe-a3aa-4693-9942-dbf3ec6fb7a4 2018-07-17 06:32:55,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 06:32:55,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5bd26809-e1d2-4709-a2f0-1b67a632248f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:56,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46a5bcdb-c9e4-4f79-b3f3-119cf96b0bbf Content-Length: 0 Date: Tue, 17 Jul 2018 06:32:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:56,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5bd26809-e1d2-4709-a2f0-1b67a632248f.json used request id req-46a5bcdb-c9e4-4f79-b3f3-119cf96b0bbf 2018-07-17 06:32:56,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.184386014938s 2018-07-17 06:32:56,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5bd26809-e1d2-4709-a2f0-1b67a632248f.json used request id req-46a5bcdb-c9e4-4f79-b3f3-119cf96b0bbf 2018-07-17 06:32:56,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 06:32:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:56,154 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3af0acac-4de3-45d3-ba60-678c5aabd884 x-compute-request-id: req-3af0acac-4de3-45d3-ba60-678c5aabd884 Content-Length: 0 Content-Type: application/json 2018-07-17 06:32:56,154 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b used request id req-3af0acac-4de3-45d3-ba60-678c5aabd884 2018-07-17 06:32:56,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0558710098267s 2018-07-17 06:32:56,155 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_e0165f60-ed98-48a3-a123-f0bb7df7034b used request id req-3af0acac-4de3-45d3-ba60-678c5aabd884 2018-07-17 06:32:56,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:32:56,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" -d '{"subnet_id": "e30d959c-63e5-4429-b8b3-ebfe7fe05140"}' 2018-07-17 06:32:57,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f47267a-ea23-430a-9bcd-8c775ca45ad4 Date: Tue, 17 Jul 2018 06:32:57 GMT RESP BODY: {"network_id": "e6ecce31-682a-49a5-8aad-5add9ca85cf4", "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "subnet_id": "e30d959c-63e5-4429-b8b3-ebfe7fe05140", "subnet_ids": ["e30d959c-63e5-4429-b8b3-ebfe7fe05140"], "port_id": "028f74fa-38e5-48ad-8645-ca8f3198a8c7", "id": "c6c4808b-e226-432c-8828-43cd5bd89842"} 2018-07-17 06:32:57,698 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842/remove_router_interface.json used request id req-9f47267a-ea23-430a-9bcd-8c775ca45ad4 2018-07-17 06:32:57,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54319190979s 2018-07-17 06:32:57,699 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842/remove_router_interface.json used request id req-9f47267a-ea23-430a-9bcd-8c775ca45ad4 returning object c6c4808b-e226-432c-8828-43cd5bd89842 2018-07-17 06:32:57,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:32:57,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:57,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-717e5445-71dc-4b41-a4d5-0c42295c44f2 Date: Tue, 17 Jul 2018 06:32:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "8f9a898dc0174a2d9783ec9c765da96e", "created_at": "2018-07-17T06:32:31Z", "admin_state_up": true, "updated_at": "2018-07-17T06:32:57Z", "revision_number": 4, "routes": [], "project_id": "8f9a898dc0174a2d9783ec9c765da96e", "id": "c6c4808b-e226-432c-8828-43cd5bd89842", "name": "singlevm2-router_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:57,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-717e5445-71dc-4b41-a4d5-0c42295c44f2 2018-07-17 06:32:57,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111829996109s 2018-07-17 06:32:57,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-717e5445-71dc-4b41-a4d5-0c42295c44f2 2018-07-17 06:32:57,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:32:57,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:59,274 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69c6e9cd-8ed9-4254-bb6b-8fe4b0c1b67f Content-Length: 0 Date: Tue, 17 Jul 2018 06:32:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:32:59,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842.json used request id req-69c6e9cd-8ed9-4254-bb6b-8fe4b0c1b67f 2018-07-17 06:32:59,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46145105362s 2018-07-17 06:32:59,275 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c6c4808b-e226-432c-8828-43cd5bd89842.json used request id req-69c6e9cd-8ed9-4254-bb6b-8fe4b0c1b67f 2018-07-17 06:32:59,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:32:59,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:32:59,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-08b92b5c-de99-4412-adb6-5b63503fe6f1 Date: Tue, 17 Jul 2018 06:32:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:32:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e30d959c-63e5-4429-b8b3-ebfe7fe05140","subnetpool_id":null,"name":"singlevm2-subnet_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:32:59,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-08b92b5c-de99-4412-adb6-5b63503fe6f1 2018-07-17 06:32:59,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0479199886322s 2018-07-17 06:32:59,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-08b92b5c-de99-4412-adb6-5b63503fe6f1 2018-07-17 06:32:59,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:32:59,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/e30d959c-63e5-4429-b8b3-ebfe7fe05140.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:33:00,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3cec261b-13b8-47c8-825d-c3bb99d491d2 Date: Tue, 17 Jul 2018 06:33:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:33:00,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e30d959c-63e5-4429-b8b3-ebfe7fe05140.json used request id req-3cec261b-13b8-47c8-825d-c3bb99d491d2 2018-07-17 06:33:00,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.969856023788s 2018-07-17 06:33:00,295 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e30d959c-63e5-4429-b8b3-ebfe7fe05140.json used request id req-3cec261b-13b8-47c8-825d-c3bb99d491d2 2018-07-17 06:33:00,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:00,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:33:00,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-3b7dcda9-db49-4030-8b7d-51e2068997cf Date: Tue, 17 Jul 2018 06:33:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:33:00Z","tenant_id":"8f9a898dc0174a2d9783ec9c765da96e","created_at":"2018-07-17T06:32:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8f9a898dc0174a2d9783ec9c765da96e","id":"e6ecce31-682a-49a5-8aad-5add9ca85cf4","name":"singlevm2-net_e0165f60-ed98-48a3-a123-f0bb7df7034b"}]} 2018-07-17 06:33:00,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b7dcda9-db49-4030-8b7d-51e2068997cf 2018-07-17 06:33:00,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113709926605s 2018-07-17 06:33:00,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b7dcda9-db49-4030-8b7d-51e2068997cf 2018-07-17 06:33:00,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:33:00,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/e6ecce31-682a-49a5-8aad-5add9ca85cf4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:33:01,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aeacce89-cae4-4bc3-b23a-7eab2e832ec1 Date: Tue, 17 Jul 2018 06:33:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:33:01,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e6ecce31-682a-49a5-8aad-5add9ca85cf4.json used request id req-aeacce89-cae4-4bc3-b23a-7eab2e832ec1 2018-07-17 06:33:01,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19393110275s 2018-07-17 06:33:01,605 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e6ecce31-682a-49a5-8aad-5add9ca85cf4.json used request id req-aeacce89-cae4-4bc3-b23a-7eab2e832ec1 2018-07-17 06:33:01,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:33:01,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:33:01,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f4210a71-1826-4ca9-a28e-df1dac36e3df Date: Tue, 17 Jul 2018 06:33:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/b44b9656-4120-434f-bc07-de654c1e83de/snap", "metadata": {}}], "file": "/v2/images/b44b9656-4120-434f-bc07-de654c1e83de/file", "owner": "8f9a898dc0174a2d9783ec9c765da96e", "id": "b44b9656-4120-434f-bc07-de654c1e83de", "size": 12716032, "self": "/v2/images/b44b9656-4120-434f-bc07-de654c1e83de", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/b44b9656-4120-434f-bc07-de654c1e83de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:32:35Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_e0165f60-ed98-48a3-a123-f0bb7df7034b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:32:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:33:01,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f4210a71-1826-4ca9-a28e-df1dac36e3df 2018-07-17 06:33:01,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209434986115s 2018-07-17 06:33:01,818 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f4210a71-1826-4ca9-a28e-df1dac36e3df 2018-07-17 06:33:01,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:33:01,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8919d408fa2c9fc142ad58aafa83e3819087f9d6" 2018-07-17 06:33:02,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-34b2c810-d11e-44a4-a559-8ee8ed9f29fa Date: Tue, 17 Jul 2018 06:33:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:33:02,144 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de used request id req-34b2c810-d11e-44a4-a559-8ee8ed9f29fa 2018-07-17 06:33:02,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.32356595993s 2018-07-17 06:33:02,144 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b44b9656-4120-434f-bc07-de654c1e83de used request id req-34b2c810-d11e-44a4-a559-8ee8ed9f29fa 2018-07-17 06:33:02,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:33:02,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23398ca2-87ca-4868-9338-a888e8225b3d x-compute-request-id: req-23398ca2-87ca-4868-9338-a888e8225b3d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ebe3f39a-254c-4d85-b668-f9f0119755da"}]} 2018-07-17 06:33:02,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-23398ca2-87ca-4868-9338-a888e8225b3d 2018-07-17 06:33:02,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02756690979s 2018-07-17 06:33:02,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-23398ca2-87ca-4868-9338-a888e8225b3d 2018-07-17 06:33:02,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:33:02,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,227 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a7c88df-cacf-4640-94b6-6a5ab68949ba x-compute-request-id: req-3a7c88df-cacf-4640-94b6-6a5ab68949ba Content-Length: 0 Content-Type: application/json 2018-07-17 06:33:02,227 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da used request id req-3a7c88df-cacf-4640-94b6-6a5ab68949ba 2018-07-17 06:33:02,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0534789562225s 2018-07-17 06:33:02,227 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ebe3f39a-254c-4d85-b668-f9f0119755da used request id req-3a7c88df-cacf-4640-94b6-6a5ab68949ba 2018-07-17 06:33:02,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:33:02,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c104e6f3-e6cd-4323-a7f6-256a06e0c0ad Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": {"self": "http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df252884e4c74c07a4dc0bdd6a05ed98", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:33:02,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c104e6f3-e6cd-4323-a7f6-256a06e0c0ad 2018-07-17 06:33:02,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118320941925s 2018-07-17 06:33:02,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c104e6f3-e6cd-4323-a7f6-256a06e0c0ad 2018-07-17 06:33:02,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:33:02,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e3677d-16b0-4d60-8d07-48d3a17bb710 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_e0165f60-ed98-48a3-a123-f0bb7df7034b", "links": {"self": "http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "df252884e4c74c07a4dc0bdd6a05ed98", "description": null}} 2018-07-17 06:33:02,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98 used request id req-35e3677d-16b0-4d60-8d07-48d3a17bb710 2018-07-17 06:33:02,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109901189804s 2018-07-17 06:33:02,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98 used request id req-35e3677d-16b0-4d60-8d07-48d3a17bb710 2018-07-17 06:33:02,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 06:33:02,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e86048b-903f-47a0-bbce-448dd110fc30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:33:02,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98 used request id req-5e86048b-903f-47a0-bbce-448dd110fc30 2018-07-17 06:33:02,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.224952936172s 2018-07-17 06:33:02,689 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/df252884e4c74c07a4dc0bdd6a05ed98 used request id req-5e86048b-903f-47a0-bbce-448dd110fc30 2018-07-17 06:33:02,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:33:02,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68469f05-a061-4c4e-8db1-56fd7c9a0efb Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e"}, "tags": [], "enabled": true, "id": "8f9a898dc0174a2d9783ec9c765da96e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_e0165f60-ed98-48a3-a123-f0bb7df7034b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 06:33:02,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-68469f05-a061-4c4e-8db1-56fd7c9a0efb 2018-07-17 06:33:02,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0900838375092s 2018-07-17 06:33:02,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-68469f05-a061-4c4e-8db1-56fd7c9a0efb 2018-07-17 06:33:02,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 06:33:02,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a9f00dd8b7b132bbf5187359a5f38b528f565fa" 2018-07-17 06:33:02,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6e5289-e371-4c30-b0c3-f7968d0dbf60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:33:02,978 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e used request id req-3b6e5289-e371-4c30-b0c3-f7968d0dbf60 2018-07-17 06:33:02,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.19039607048s 2018-07-17 06:33:02,978 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8f9a898dc0174a2d9783ec9c765da96e used request id req-3b6e5289-e371-4c30-b0c3-f7968d0dbf60 2018-07-17 06:33:03,033 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-17 06:33:03,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:33:03,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:33:03,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:33:03,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:33:03,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:33:03,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:33:03,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:33:03,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:33:03,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:33:03,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:33:03,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-530fe8cc-eaf0-4cf2-8c98-db858f738794 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:33:03,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-530fe8cc-eaf0-4cf2-8c98-db858f738794 2018-07-17 06:33:03,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:33:03,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:33:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["7cSZoj8iT4-i6jPS2iNniw"], "issued_at": "2018-07-17T06:33:03.000000Z"}} 2018-07-17 06:33:03,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:03,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:03,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-83175d14-a60d-45f5-8563-4ede9b1393f0 Date: Tue, 17 Jul 2018 06:33:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:33:03,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-83175d14-a60d-45f5-8563-4ede9b1393f0 2018-07-17 06:33:03,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259848833084s 2018-07-17 06:33:03,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-83175d14-a60d-45f5-8563-4ede9b1393f0 2018-07-17 06:33:03,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:33:03,757 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:33:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-808afa69-0d06-4396-a362-b89342c0ed52 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:33:03,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-808afa69-0d06-4396-a362-b89342c0ed52 2018-07-17 06:33:03,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:33:03,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:03,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd2cf4c-6296-4c03-a9c2-84750dfd5bb2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:33:03,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bcd2cf4c-6296-4c03-a9c2-84750dfd5bb2 2018-07-17 06:33:03,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0972709655762s 2018-07-17 06:33:03,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bcd2cf4c-6296-4c03-a9c2-84750dfd5bb2 2018-07-17 06:33:03,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 06:33:03,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27"}}' 2018-07-17 06:33:03,988 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:33:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-822b53f4-7907-42a2-8c16-08cff3a8d0ee Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341"}, "tags": [], "enabled": true, "id": "f9eb99a98c234fc28ce1803c63d78341", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27"}} 2018-07-17 06:33:03,988 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-822b53f4-7907-42a2-8c16-08cff3a8d0ee 2018-07-17 06:33:03,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12602686882s 2018-07-17 06:33:03,989 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-822b53f4-7907-42a2-8c16-08cff3a8d0ee 2018-07-17 06:33:03,989 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'f9eb99a98c234fc28ce1803c63d78341', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27'}) 2018-07-17 06:33:03,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 06:33:03,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "188ea730-6a55-4367-a3fe-9e69332060d6", "email": null, "name": "vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27"}}' 2018-07-17 06:33:04,394 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:33:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64da4665-67f0-44d6-856a-a69ec4912e39 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27", "links": {"self": "http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7c6fcde1402d45da8c877cdbf2224038", "domain_id": "default", "password_expires_at": null}} 2018-07-17 06:33:04,394 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-64da4665-67f0-44d6-856a-a69ec4912e39 2018-07-17 06:33:04,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.398702859879s 2018-07-17 06:33:04,395 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-64da4665-67f0-44d6-856a-a69ec4912e39 2018-07-17 06:33:04,395 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7c6fcde1402d45da8c877cdbf2224038', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27'}) 2018-07-17 06:33:04,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:33:04,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:04,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4e2c36-09ab-4588-af66-6cce78bb577d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:33:04,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1d4e2c36-09ab-4588-af66-6cce78bb577d 2018-07-17 06:33:04,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102752923965s 2018-07-17 06:33:04,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1d4e2c36-09ab-4588-af66-6cce78bb577d 2018-07-17 06:33:04,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:33:04,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:04,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cefd5bef-b568-4599-bfde-85c3cf399cb9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:33:04,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cefd5bef-b568-4599-bfde-85c3cf399cb9 2018-07-17 06:33:04,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103166103363s 2018-07-17 06:33:04,611 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cefd5bef-b568-4599-bfde-85c3cf399cb9 2018-07-17 06:33:04,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:33:04,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:04,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5971e09e-109a-41f7-8557-2d4e33d72151 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:33:04,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5971e09e-109a-41f7-8557-2d4e33d72151 2018-07-17 06:33:04,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.091028213501s 2018-07-17 06:33:04,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5971e09e-109a-41f7-8557-2d4e33d72151 2018-07-17 06:33:04,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:33:04,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:04,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a4584ef-8120-4800-baa2-1df9cfe2827a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 06:33:04,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9a4584ef-8120-4800-baa2-1df9cfe2827a 2018-07-17 06:33:04,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101857185364s 2018-07-17 06:33:04,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9a4584ef-8120-4800-baa2-1df9cfe2827a 2018-07-17 06:33:04,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:33:04,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:04,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78f7005-65a1-439d-a203-887faf1678de Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27", "links": {"self": "http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7c6fcde1402d45da8c877cdbf2224038", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:33:04,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a78f7005-65a1-439d-a203-887faf1678de 2018-07-17 06:33:04,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0355529785156s 2018-07-17 06:33:04,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a78f7005-65a1-439d-a203-887faf1678de 2018-07-17 06:33:04,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:33:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:04,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2375c1f-c975-4754-84bd-7818cf667094 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341"}, "tags": [], "enabled": true, "id": "f9eb99a98c234fc28ce1803c63d78341", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27"}]} 2018-07-17 06:33:04,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f2375c1f-c975-4754-84bd-7818cf667094 2018-07-17 06:33:04,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0980610847473s 2018-07-17 06:33:04,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f2375c1f-c975-4754-84bd-7818cf667094 2018-07-17 06:33:04,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:33:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=7c6fcde1402d45da8c877cdbf2224038&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=f9eb99a98c234fc28ce1803c63d78341" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:05,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0aa01c-ac45-4740-a7ea-578474c350c1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=7c6fcde1402d45da8c877cdbf2224038&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=f9eb99a98c234fc28ce1803c63d78341", "previous": null, "next": null}} 2018-07-17 06:33:05,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=7c6fcde1402d45da8c877cdbf2224038&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=f9eb99a98c234fc28ce1803c63d78341 used request id req-9e0aa01c-ac45-4740-a7ea-578474c350c1 2018-07-17 06:33:05,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104093074799s 2018-07-17 06:33:05,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=7c6fcde1402d45da8c877cdbf2224038&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=f9eb99a98c234fc28ce1803c63d78341 used request id req-9e0aa01c-ac45-4740-a7ea-578474c350c1 2018-07-17 06:33:05,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 06:33:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341/users/7c6fcde1402d45da8c877cdbf2224038/roles/6e715159a88a4946aa03c57a6e78880f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:33:05,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:33:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9953d25-e0d6-4027-be3e-01bbf651c980 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:33:05,221 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341/users/7c6fcde1402d45da8c877cdbf2224038/roles/6e715159a88a4946aa03c57a6e78880f used request id req-e9953d25-e0d6-4027-be3e-01bbf651c980 2018-07-17 06:33:05,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143785953522s 2018-07-17 06:33:05,222 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341/users/7c6fcde1402d45da8c877cdbf2224038/roles/6e715159a88a4946aa03c57a6e78880f used request id req-e9953d25-e0d6-4027-be3e-01bbf651c980 2018-07-17 06:33:05,222 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'f9eb99a98c234fc28ce1803c63d78341', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '188ea730-6a55-4367-a3fe-9e69332060d6', 'username': u'vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:33:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:33:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:33:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:33:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:33:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:33:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:33:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:33:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:33:05,227 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27', 'password': '188ea730-6a55-4367-a3fe-9e69332060d6', 'project_name': 'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'f9eb99a98c234fc28ce1803c63d78341', 'project_domain_name': 'Default'} 2018-07-17 06:33:05,228 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-17 06:33:05,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:33:05,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a97d3b-7f96-41dd-bcfd-d0d71f838ea6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:33:05,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f4a97d3b-7f96-41dd-bcfd-d0d71f838ea6 2018-07-17 06:33:05,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:33:05,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}], "expires_at": "2018-07-17T07:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9eb99a98c234fc28ce1803c63d78341", "name": "vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/f9eb99a98c234fc28ce1803c63d78341", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/f9eb99a98c234fc28ce1803c63d78341", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/f9eb99a98c234fc28ce1803c63d78341", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f9eb99a98c234fc28ce1803c63d78341", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/f9eb99a98c234fc28ce1803c63d78341", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/f9eb99a98c234fc28ce1803c63d78341", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_f9eb99a98c234fc28ce1803c63d78341", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f9eb99a98c234fc28ce1803c63d78341", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f9eb99a98c234fc28ce1803c63d78341", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/f9eb99a98c234fc28ce1803c63d78341", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/f9eb99a98c234fc28ce1803c63d78341", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/f9eb99a98c234fc28ce1803c63d78341", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/f9eb99a98c234fc28ce1803c63d78341", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/f9eb99a98c234fc28ce1803c63d78341", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27", "id": "7c6fcde1402d45da8c877cdbf2224038"}, "audit_ids": ["38w70FyeQfeVdS4AVbPsyg"], "issued_at": "2018-07-17T06:33:05.000000Z"}} 2018-07-17 06:33:05,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:33:05,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"network": {"name": "vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27", "admin_state_up": true}}' 2018-07-17 06:33:06,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-b37450e4-b7ea-45b7-9a8a-cb997a28e9d7 Date: Tue, 17 Jul 2018 06:33:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T06:33:06Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"}} 2018-07-17 06:33:06,335 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b37450e4-b7ea-45b7-9a8a-cb997a28e9d7 2018-07-17 06:33:06,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.709837913513s 2018-07-17 06:33:06,335 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b37450e4-b7ea-45b7-9a8a-cb997a28e9d7 2018-07-17 06:33:06,336 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:33:06Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'44ca2634-e3da-4c53-9f3d-cbf60936e5fc', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27', u'admin_state_up': True, u'tenant_id': u'f9eb99a98c234fc28ce1803c63d78341', u'created_at': u'2018-07-17T06:33:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f9eb99a98c234fc28ce1803c63d78341'}) 2018-07-17 06:33:06,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:06,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:06,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-0b9f4db3-3438-4952-90f9-d2d110083e9a Date: Tue, 17 Jul 2018 06:33:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:33:06Z","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:33:06,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0b9f4db3-3438-4952-90f9-d2d110083e9a 2018-07-17 06:33:06,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256096839905s 2018-07-17 06:33:06,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0b9f4db3-3438-4952-90f9-d2d110083e9a 2018-07-17 06:33:06,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:33:06,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"subnet": {"name": "vping_ssh-subnet_82b27310-b63b-4563-b08f-853901771b27", "enable_dhcp": true, "network_id": "44ca2634-e3da-4c53-9f3d-cbf60936e5fc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:33:07,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-d8d0d8c9-3772-43f5-811e-d01701c813a4 Date: Tue, 17 Jul 2018 06:33:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:33:06Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"52980857-446a-45ad-937f-2a957cf7a639","subnetpool_id":null,"name":"vping_ssh-subnet_82b27310-b63b-4563-b08f-853901771b27"}} 2018-07-17 06:33:07,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-d8d0d8c9-3772-43f5-811e-d01701c813a4 2018-07-17 06:33:07,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.812461853027s 2018-07-17 06:33:07,407 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-d8d0d8c9-3772-43f5-811e-d01701c813a4 2018-07-17 06:33:07,408 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:33:06Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'52980857-446a-45ad-937f-2a957cf7a639', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_82b27310-b63b-4563-b08f-853901771b27', u'enable_dhcp': True, u'network_id': u'44ca2634-e3da-4c53-9f3d-cbf60936e5fc', u'tenant_id': u'f9eb99a98c234fc28ce1803c63d78341', u'created_at': u'2018-07-17T06:33:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'f9eb99a98c234fc28ce1803c63d78341'}) 2018-07-17 06:33:07,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:33:07,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "vping_ssh-router_82b27310-b63b-4563-b08f-853901771b27", "admin_state_up": true}}' 2018-07-17 06:33:08,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-06ef496c-77f7-4c16-8d8c-8705bd375205 Date: Tue, 17 Jul 2018 06:33:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:07Z", "admin_state_up": true, "updated_at": "2018-07-17T06:33:08Z", "revision_number": 2, "routes": [], "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "fa214ce7-12d1-4b26-888c-e12c4888cf87", "name": "vping_ssh-router_82b27310-b63b-4563-b08f-853901771b27"}} 2018-07-17 06:33:08,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-06ef496c-77f7-4c16-8d8c-8705bd375205 2018-07-17 06:33:08,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.12964487076s 2018-07-17 06:33:08,538 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-06ef496c-77f7-4c16-8d8c-8705bd375205 2018-07-17 06:33:08,539 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f9eb99a98c234fc28ce1803c63d78341', u'created_at': u'2018-07-17T06:33:07Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T06:33:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'f9eb99a98c234fc28ce1803c63d78341', u'id': u'fa214ce7-12d1-4b26-888c-e12c4888cf87', u'name': u'vping_ssh-router_82b27310-b63b-4563-b08f-853901771b27'}) 2018-07-17 06:33:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:33:08,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"subnet_id": "52980857-446a-45ad-937f-2a957cf7a639"}' 2018-07-17 06:33:10,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-742d63ed-71e2-4fc1-bd90-a02c8bf17164 Date: Tue, 17 Jul 2018 06:33:10 GMT RESP BODY: {"network_id": "44ca2634-e3da-4c53-9f3d-cbf60936e5fc", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "subnet_id": "52980857-446a-45ad-937f-2a957cf7a639", "subnet_ids": ["52980857-446a-45ad-937f-2a957cf7a639"], "port_id": "5af83b75-ad5f-4699-a8f1-d69323f2c6b2", "id": "fa214ce7-12d1-4b26-888c-e12c4888cf87"} 2018-07-17 06:33:10,616 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87/add_router_interface.json used request id req-742d63ed-71e2-4fc1-bd90-a02c8bf17164 2018-07-17 06:33:10,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07648777962s 2018-07-17 06:33:10,616 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87/add_router_interface.json used request id req-742d63ed-71e2-4fc1-bd90-a02c8bf17164 returning object fa214ce7-12d1-4b26-888c-e12c4888cf87 2018-07-17 06:33:10,616 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:33:10,744 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:33:10,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:33:10,751 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:33:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:33:10,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:33:10,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:11,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fe365cc2-44fe-4eb5-81b8-b05de1be6fab Date: Tue, 17 Jul 2018 06:33:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:33:11,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fe365cc2-44fe-4eb5-81b8-b05de1be6fab 2018-07-17 06:33:11,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.682682991028s 2018-07-17 06:33:11,438 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fe365cc2-44fe-4eb5-81b8-b05de1be6fab 2018-07-17 06:33:11,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:33:11,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27"}' 2018-07-17 06:33:11,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-01a451c1-95f4-4e54-a396-a09fa24d91e4 Date: Tue, 17 Jul 2018 06:33:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file", "owner": "f9eb99a98c234fc28ce1803c63d78341", "id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "size": null, "self": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:33:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "checksum": null, "created_at": "2018-07-17T06:33:11Z", "protected": false} 2018-07-17 06:33:11,522 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-01a451c1-95f4-4e54-a396-a09fa24d91e4 2018-07-17 06:33:11,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0755259990692s 2018-07-17 06:33:11,522 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-01a451c1-95f4-4e54-a396-a09fa24d91e4 returning object 5e74bc61-375f-4eb5-bcc0-583eda72d579 2018-07-17 06:33:11,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:33:11,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '' 2018-07-17 06:33:12,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bcdb23c5-805c-4e42-b1f4-dff2bcda3259 Date: Tue, 17 Jul 2018 06:33:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:33:12,038 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file used request id req-bcdb23c5-805c-4e42-b1f4-dff2bcda3259 2018-07-17 06:33:12,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.515383005142s 2018-07-17 06:33:12,038 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file used request id req-bcdb23c5-805c-4e42-b1f4-dff2bcda3259 2018-07-17 06:33:12,039 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:33:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file', u'owner': u'f9eb99a98c234fc28ce1803c63d78341', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5e74bc61-375f-4eb5-bcc0-583eda72d579', u'size': None, u'name': u'vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27', u'checksum': None, u'self': u'/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:33:11Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:33:12,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:33:12,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_82b27310-b63b-4563-b08f-853901771b27", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:33:12,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeedd2ab-41b9-4c3d-bae6-c8cc502c73bc x-compute-request-id: req-aeedd2ab-41b9-4c3d-bae6-c8cc502c73bc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_82b27310-b63b-4563-b08f-853901771b27", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d428852-83cf-456c-88ec-dfb7433081f0"}} 2018-07-17 06:33:12,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aeedd2ab-41b9-4c3d-bae6-c8cc502c73bc 2018-07-17 06:33:12,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.270800113678s 2018-07-17 06:33:12,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aeedd2ab-41b9-4c3d-bae6-c8cc502c73bc 2018-07-17 06:33:12,312 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_82b27310-b63b-4563-b08f-853901771b27', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'6d428852-83cf-456c-88ec-dfb7433081f0', 'swap': 0}) 2018-07-17 06:33:12,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:33:12,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" -d '{"extra_specs": {}}' 2018-07-17 06:33:12,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d31113f7-8dc8-4d68-b07a-3ae7bd684768 x-compute-request-id: req-d31113f7-8dc8-4d68-b07a-3ae7bd684768 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:33:12,334 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0/os-extra_specs used request id req-d31113f7-8dc8-4d68-b07a-3ae7bd684768 2018-07-17 06:33:12,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021449804306s 2018-07-17 06:33:12,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0/os-extra_specs used request id req-d31113f7-8dc8-4d68-b07a-3ae7bd684768 2018-07-17 06:33:12,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 06:33:12,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"keypair": {"name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27"}}' 2018-07-17 06:33:12,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d57b9c0e-ea4d-4b9b-8253-ce56c6e3df86 x-compute-request-id: req-d57b9c0e-ea4d-4b9b-8253-ce56c6e3df86 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCViJjxGjrbRWorax+tAkV2zrr7vHBZxbkAk93pHe0p7ssMP9DaKJp6kUNit80e6ND7nPwUNCkutRDfd98xUEzWmRpArOdcknyBPDbFHANvLV+Z/ML9kCXb8Vuu2HxByAyjzmUrct0su2nrS1cK4kpgkbwX9LBz9UvILu5hqGEKsE6RJ2mj36bQ1SeXrxEKCbLBeHBgFNYuxDImu0ZWIph7O255icNDGOHQLT3jlWdabTBWBYBbvocG2OKmIxq7U/gojdS96Rl1ctaV/pkAHOSL696xwP6FZw06HpgBiGNbuD9EUPDCxq5rBH/eZJQKPTc8WHG5sES0fw6dpR2o5FPV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAlYiY8Ro620VqK2sfrQJFds66+7xwWcW5AJPd6R3tKe7LDD/Q\n2iiaepFDYrfNHujQ+5z8FDQpLrUQ33ffMVBM1pkaQKznXJJ8gTw2xRwDby1fmfzC\n/ZAl2/Fbrth8QcgMo85lK3LdLLtp60tXCuJKYJG8F/Swc/VLyC7uYahhCrBOkSdp\no9+m0NUnl68RCgmywXhwYBTWLsQyJrtGViKYeztueYnDQxjh0C0945VnWm0wVgWA\nW76HBtjipiMau1P4KI3UvekZdXLWlf6ZABzki+vescD+hWcNOh6YAYhjW7g/RFDw\nwsauawR/3mSUCj03PFhxubBEtH8OnaUdqORT1QIDAQABAoIBADAFsVBk4xf+P+13\ntrGCNDrGg4hK6S37cMF9u1udT8gSt0TUzcbyGUJZmnF+o7JUhKD5tn7qjXtBjQyn\nW5djuXmFq8evf5HcPX3nj5NXvsaapMQ4R4rVG0N6TL5nKeiaTWzh4N3GQr+V5Js7\nE9Yb/FTtGKH85BopYdAFOmtEfv3GSZmxJDxO7fZHXEZcU976kK0qtECnLfXh5iKX\n+1CpAPJVQ2E/rzV3iNpH7/IIgjb3OJ2NfRfpPh9bXX+tFbfHAszt1CeqDQNa8VPy\nlsIWhC6CKA75aWADIq0idTg12PMZeEiAPtemguB9YVJE+LLh6YLUxlZ3qzPtc10J\n2Gy/JoECgYEAw+LsCxaIsRaLCeFIVGKis8dyzp2/xNYRIGFiVyWgCWFNOe2GTgX8\ndMI8s6maFUMq+G/JPsy9tS5nfAM6s733vr6Ovg0KAPO9Zdvj3BrgE6HkSx5Zmw/C\nnkc7OI9hcdXpFyTUUtqYCaQXBXcNy1XqpAnwf4YqnWgKSeDLE9r8a3UCgYEAw2wj\n0nl/2XUvp30zzntEzBCE9sBnvjjYe75KkhWKSZWOJLRCzHKJAOONoCg9/yG2uRzD\nENPnaQcFtZAudTXQLoQ5lKjjzoyVTxKUugqAn3hiWyk5oEhmpdm1Z1HPKMfvivZC\nU4rGugB+QngYrcbW+riycag0P7WJ55qSuDGgGuECgYBL5fPRhASooPR0eo6c667g\n+6mXNvYj3VG7eyAwZgqxN7tFc6vzNUyRLOV6M3/ZNzJCGoYeSBRFTFqaaWHoXPXO\nOWVza/fxUH+VJPMPyHYEBVlAZd0QQLYGv9DJZHy8L8blycZe6AW6zpKA8pUssPh+\nYL+HmcOPQ82gvHHTGqltNQKBgGABDEgmMEzgaRzbQUw6+r1VkDy4oT6uJowEHBZQ\nRrOHqWEWvYo66ltpbvYzTuG76kxeeOYXdCQAsylTP7+NREzV4IPLxL6ACgnikvYi\nmrW9KnSmeAzqBKONpLSxWBgswN1/xW3NS3utKln1LgqRGKPrgJ6dh62Uvb7uDQ44\nMvOBAoGBAJrsWTX7kXxhv5GJ8d8b/8cnN+Kaz7RmJO7IUtAg28Tq2H+zMdu/zMjA\nfmmFrf1Q4sPK54QjDLDx+ws4qlQHG7Rn/KPRPMUWRtTOyAMTjjMta/BjoinXxcOE\n5jmCV2m+BKyeFPEXUjllvEWlA3SFeeFrwDLmCEIKz0P7WGkEoDHg\n-----END RSA PRIVATE KEY-----\n", "user_id": "7c6fcde1402d45da8c877cdbf2224038", "name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "fingerprint": "e1:3d:b9:d9:fa:31:a9:55:78:a9:16:a6:3f:6e:5d:67"}} 2018-07-17 06:33:12,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d57b9c0e-ea4d-4b9b-8253-ce56c6e3df86 2018-07-17 06:33:12,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.391842842102s 2018-07-17 06:33:12,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d57b9c0e-ea4d-4b9b-8253-ce56c6e3df86 2018-07-17 06:33:12,728 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCViJjxGjrbRWorax+tAkV2zrr7vHBZxbkAk93pHe0p7ssMP9DaKJp6kUNit80e6ND7nPwUNCkutRDfd98xUEzWmRpArOdcknyBPDbFHANvLV+Z/ML9kCXb8Vuu2HxByAyjzmUrct0su2nrS1cK4kpgkbwX9LBz9UvILu5hqGEKsE6RJ2mj36bQ1SeXrxEKCbLBeHBgFNYuxDImu0ZWIph7O255icNDGOHQLT3jlWdabTBWBYBbvocG2OKmIxq7U/gojdS96Rl1ctaV/pkAHOSL696xwP6FZw06HpgBiGNbuD9EUPDCxq5rBH/eZJQKPTc8WHG5sES0fw6dpR2o5FPV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAlYiY8Ro620VqK2sfrQJFds66+7xwWcW5AJPd6R3tKe7LDD/Q\n2iiaepFDYrfNHujQ+5z8FDQpLrUQ33ffMVBM1pkaQKznXJJ8gTw2xRwDby1fmfzC\n/ZAl2/Fbrth8QcgMo85lK3LdLLtp60tXCuJKYJG8F/Swc/VLyC7uYahhCrBOkSdp\no9+m0NUnl68RCgmywXhwYBTWLsQyJrtGViKYeztueYnDQxjh0C0945VnWm0wVgWA\nW76HBtjipiMau1P4KI3UvekZdXLWlf6ZABzki+vescD+hWcNOh6YAYhjW7g/RFDw\nwsauawR/3mSUCj03PFhxubBEtH8OnaUdqORT1QIDAQABAoIBADAFsVBk4xf+P+13\ntrGCNDrGg4hK6S37cMF9u1udT8gSt0TUzcbyGUJZmnF+o7JUhKD5tn7qjXtBjQyn\nW5djuXmFq8evf5HcPX3nj5NXvsaapMQ4R4rVG0N6TL5nKeiaTWzh4N3GQr+V5Js7\nE9Yb/FTtGKH85BopYdAFOmtEfv3GSZmxJDxO7fZHXEZcU976kK0qtECnLfXh5iKX\n+1CpAPJVQ2E/rzV3iNpH7/IIgjb3OJ2NfRfpPh9bXX+tFbfHAszt1CeqDQNa8VPy\nlsIWhC6CKA75aWADIq0idTg12PMZeEiAPtemguB9YVJE+LLh6YLUxlZ3qzPtc10J\n2Gy/JoECgYEAw+LsCxaIsRaLCeFIVGKis8dyzp2/xNYRIGFiVyWgCWFNOe2GTgX8\ndMI8s6maFUMq+G/JPsy9tS5nfAM6s733vr6Ovg0KAPO9Zdvj3BrgE6HkSx5Zmw/C\nnkc7OI9hcdXpFyTUUtqYCaQXBXcNy1XqpAnwf4YqnWgKSeDLE9r8a3UCgYEAw2wj\n0nl/2XUvp30zzntEzBCE9sBnvjjYe75KkhWKSZWOJLRCzHKJAOONoCg9/yG2uRzD\nENPnaQcFtZAudTXQLoQ5lKjjzoyVTxKUugqAn3hiWyk5oEhmpdm1Z1HPKMfvivZC\nU4rGugB+QngYrcbW+riycag0P7WJ55qSuDGgGuECgYBL5fPRhASooPR0eo6c667g\n+6mXNvYj3VG7eyAwZgqxN7tFc6vzNUyRLOV6M3/ZNzJCGoYeSBRFTFqaaWHoXPXO\nOWVza/fxUH+VJPMPyHYEBVlAZd0QQLYGv9DJZHy8L8blycZe6AW6zpKA8pUssPh+\nYL+HmcOPQ82gvHHTGqltNQKBgGABDEgmMEzgaRzbQUw6+r1VkDy4oT6uJowEHBZQ\nRrOHqWEWvYo66ltpbvYzTuG76kxeeOYXdCQAsylTP7+NREzV4IPLxL6ACgnikvYi\nmrW9KnSmeAzqBKONpLSxWBgswN1/xW3NS3utKln1LgqRGKPrgJ6dh62Uvb7uDQ44\nMvOBAoGBAJrsWTX7kXxhv5GJ8d8b/8cnN+Kaz7RmJO7IUtAg28Tq2H+zMdu/zMjA\nfmmFrf1Q4sPK54QjDLDx+ws4qlQHG7Rn/KPRPMUWRtTOyAMTjjMta/BjoinXxcOE\n5jmCV2m+BKyeFPEXUjllvEWlA3SFeeFrwDLmCEIKz0P7WGkEoDHg\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7c6fcde1402d45da8c877cdbf2224038', 'name': u'vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27', 'created_at': '2018-07-17T06:33:12.727981', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9eb99a98c234fc28ce1803c63d78341', 'name': 'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e1:3d:b9:d9:fa:31:a9:55:78:a9:16:a6:3f:6e:5d:67', 'type': 'ssh', 'id': u'vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27'}) 2018-07-17 06:33:12,728 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAlYiY8Ro620VqK2sfrQJFds66+7xwWcW5AJPd6R3tKe7LDD/Q 2iiaepFDYrfNHujQ+5z8FDQpLrUQ33ffMVBM1pkaQKznXJJ8gTw2xRwDby1fmfzC /ZAl2/Fbrth8QcgMo85lK3LdLLtp60tXCuJKYJG8F/Swc/VLyC7uYahhCrBOkSdp o9+m0NUnl68RCgmywXhwYBTWLsQyJrtGViKYeztueYnDQxjh0C0945VnWm0wVgWA W76HBtjipiMau1P4KI3UvekZdXLWlf6ZABzki+vescD+hWcNOh6YAYhjW7g/RFDw wsauawR/3mSUCj03PFhxubBEtH8OnaUdqORT1QIDAQABAoIBADAFsVBk4xf+P+13 trGCNDrGg4hK6S37cMF9u1udT8gSt0TUzcbyGUJZmnF+o7JUhKD5tn7qjXtBjQyn W5djuXmFq8evf5HcPX3nj5NXvsaapMQ4R4rVG0N6TL5nKeiaTWzh4N3GQr+V5Js7 E9Yb/FTtGKH85BopYdAFOmtEfv3GSZmxJDxO7fZHXEZcU976kK0qtECnLfXh5iKX +1CpAPJVQ2E/rzV3iNpH7/IIgjb3OJ2NfRfpPh9bXX+tFbfHAszt1CeqDQNa8VPy lsIWhC6CKA75aWADIq0idTg12PMZeEiAPtemguB9YVJE+LLh6YLUxlZ3qzPtc10J 2Gy/JoECgYEAw+LsCxaIsRaLCeFIVGKis8dyzp2/xNYRIGFiVyWgCWFNOe2GTgX8 dMI8s6maFUMq+G/JPsy9tS5nfAM6s733vr6Ovg0KAPO9Zdvj3BrgE6HkSx5Zmw/C nkc7OI9hcdXpFyTUUtqYCaQXBXcNy1XqpAnwf4YqnWgKSeDLE9r8a3UCgYEAw2wj 0nl/2XUvp30zzntEzBCE9sBnvjjYe75KkhWKSZWOJLRCzHKJAOONoCg9/yG2uRzD ENPnaQcFtZAudTXQLoQ5lKjjzoyVTxKUugqAn3hiWyk5oEhmpdm1Z1HPKMfvivZC U4rGugB+QngYrcbW+riycag0P7WJ55qSuDGgGuECgYBL5fPRhASooPR0eo6c667g +6mXNvYj3VG7eyAwZgqxN7tFc6vzNUyRLOV6M3/ZNzJCGoYeSBRFTFqaaWHoXPXO OWVza/fxUH+VJPMPyHYEBVlAZd0QQLYGv9DJZHy8L8blycZe6AW6zpKA8pUssPh+ YL+HmcOPQ82gvHHTGqltNQKBgGABDEgmMEzgaRzbQUw6+r1VkDy4oT6uJowEHBZQ RrOHqWEWvYo66ltpbvYzTuG76kxeeOYXdCQAsylTP7+NREzV4IPLxL6ACgnikvYi mrW9KnSmeAzqBKONpLSxWBgswN1/xW3NS3utKln1LgqRGKPrgJ6dh62Uvb7uDQ44 MvOBAoGBAJrsWTX7kXxhv5GJ8d8b/8cnN+Kaz7RmJO7IUtAg28Tq2H+zMdu/zMjA fmmFrf1Q4sPK54QjDLDx+ws4qlQHG7Rn/KPRPMUWRtTOyAMTjjMta/BjoinXxcOE 5jmCV2m+BKyeFPEXUjllvEWlA3SFeeFrwDLmCEIKz0P7WGkEoDHg -----END RSA PRIVATE KEY----- 2018-07-17 06:33:12,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 06:33:12,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"security_group": {"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-17 06:33:12,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-bbc38ff6-4537-4a36-8ce8-4270a43fc4f4 Date: Tue, 17 Jul 2018 06:33:12 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:12Z", "updated_at": "2018-07-17T06:33:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "18574630-1543-413b-99fc-2923e13d9a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "3eda4b44-7a5a-4c4b-84b3-14215e676f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 1, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}} 2018-07-17 06:33:12,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bbc38ff6-4537-4a36-8ce8-4270a43fc4f4 2018-07-17 06:33:12,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.183044195175s 2018-07-17 06:33:12,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bbc38ff6-4537-4a36-8ce8-4270a43fc4f4 2018-07-17 06:33:12,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:33:12,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:13,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-754c2ff5-e21c-48dd-89e6-543d5e05a794 Date: Tue, 17 Jul 2018 06:33:12 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:12Z", "updated_at": "2018-07-17T06:33:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "18574630-1543-413b-99fc-2923e13d9a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "3eda4b44-7a5a-4c4b-84b3-14215e676f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 1, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}, {"description": "Default security group", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:05Z", "updated_at": "2018-07-17T06:33:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "3581baa9-c4a6-4246-8897-2bcbad74c15c", "remote_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "528b2aca-cc5b-4da0-8658-c86a6f4f8ab9", "remote_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "a3c82624-346c-406b-8724-9385cdac0100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "f83eefb4-a025-4eda-9fe9-e039bac64f22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 1, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "name": "default"}]} 2018-07-17 06:33:13,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-754c2ff5-e21c-48dd-89e6-543d5e05a794 2018-07-17 06:33:13,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0898299217224s 2018-07-17 06:33:13,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-754c2ff5-e21c-48dd-89e6-543d5e05a794 2018-07-17 06:33:13,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:33:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604"}}' 2018-07-17 06:33:13,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7d3c8b58-3623-4087-a0a9-19c8d8f06f58 Date: Tue, 17 Jul 2018 06:33:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-17T06:33:13Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "port_range_min": 22, "revision_number": 0, "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:13Z", "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "f087c8b1-2e34-4f6a-a10f-4ccc5abef2d0"}} 2018-07-17 06:33:13,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7d3c8b58-3623-4087-a0a9-19c8d8f06f58 2018-07-17 06:33:13,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.23556804657s 2018-07-17 06:33:13,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7d3c8b58-3623-4087-a0a9-19c8d8f06f58 2018-07-17 06:33:13,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:33:13,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:13,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-752d31ce-717e-4ea1-9a05-3bb7111faa38 Date: Tue, 17 Jul 2018 06:33:13 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:12Z", "updated_at": "2018-07-17T06:33:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "18574630-1543-413b-99fc-2923e13d9a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "3eda4b44-7a5a-4c4b-84b3-14215e676f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:33:13Z", "revision_number": 0, "id": "f087c8b1-2e34-4f6a-a10f-4ccc5abef2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:13Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 2, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}, {"description": "Default security group", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:05Z", "updated_at": "2018-07-17T06:33:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "3581baa9-c4a6-4246-8897-2bcbad74c15c", "remote_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "528b2aca-cc5b-4da0-8658-c86a6f4f8ab9", "remote_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "a3c82624-346c-406b-8724-9385cdac0100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "f83eefb4-a025-4eda-9fe9-e039bac64f22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 1, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "name": "default"}]} 2018-07-17 06:33:13,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-752d31ce-717e-4ea1-9a05-3bb7111faa38 2018-07-17 06:33:13,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0624480247498s 2018-07-17 06:33:13,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-752d31ce-717e-4ea1-9a05-3bb7111faa38 2018-07-17 06:33:13,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:33:13,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604"}}' 2018-07-17 06:33:13,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3f258bf8-77ba-4635-8af2-3c1059897f62 Date: Tue, 17 Jul 2018 06:33:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-17T06:33:13Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "port_range_min": null, "revision_number": 0, "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:13Z", "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "95cc0ebb-db36-41eb-8139-3e83b300a536"}} 2018-07-17 06:33:13,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-3f258bf8-77ba-4635-8af2-3c1059897f62 2018-07-17 06:33:13,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.182366132736s 2018-07-17 06:33:13,501 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-3f258bf8-77ba-4635-8af2-3c1059897f62 2018-07-17 06:33:13,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:13,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:13,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-41865afc-e094-4dd2-9536-914eb6174d6a Date: Tue, 17 Jul 2018 06:33:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52980857-446a-45ad-937f-2a957cf7a639"],"updated_at":"2018-07-17T06:33:06Z","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:33:13,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-41865afc-e094-4dd2-9536-914eb6174d6a 2018-07-17 06:33:13,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122656106949s 2018-07-17 06:33:13,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-41865afc-e094-4dd2-9536-914eb6174d6a 2018-07-17 06:33:13,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:33:13,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:13,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-354aaad3-9ae7-4075-b5b2-ada8a7e0eb3e Date: Tue, 17 Jul 2018 06:33:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/snap", "metadata": {}}], "file": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file", "owner": "f9eb99a98c234fc28ce1803c63d78341", "id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "size": 12716032, "self": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:33:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:33:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:33:13,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-354aaad3-9ae7-4075-b5b2-ada8a7e0eb3e 2018-07-17 06:33:13,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338540077209s 2018-07-17 06:33:13,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-354aaad3-9ae7-4075-b5b2-ada8a7e0eb3e 2018-07-17 06:33:13,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:33:13,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:13,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5932c4c7-8e26-441a-8b7f-db045b047c17 x-compute-request-id: req-5932c4c7-8e26-441a-8b7f-db045b047c17 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_82b27310-b63b-4563-b08f-853901771b27", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d428852-83cf-456c-88ec-dfb7433081f0"}]} 2018-07-17 06:33:13,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5932c4c7-8e26-441a-8b7f-db045b047c17 2018-07-17 06:33:13,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026575088501s 2018-07-17 06:33:13,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5932c4c7-8e26-441a-8b7f-db045b047c17 2018-07-17 06:33:13,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:33:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"server": {"name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "imageRef": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "flavorRef": "6d428852-83cf-456c-88ec-dfb7433081f0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "44ca2634-e3da-4c53-9f3d-cbf60936e5fc"}], "security_groups": [{"name": "043420b6-2167-4d2e-8e87-c3edf1d6f604"}]}}' 2018-07-17 06:33:14,707 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36e74386-2204-496f-b731-745607a46f56 x-compute-request-id: req-36e74386-2204-496f-b731-745607a46f56 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "043420b6-2167-4d2e-8e87-c3edf1d6f604"}], "OS-DCF:diskConfig": "MANUAL", "id": "0362f482-5923-43eb-b168-3fde589b9485", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "adminPass": "bfBgX3Mr4odz"}} 2018-07-17 06:33:14,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-36e74386-2204-496f-b731-745607a46f56 2018-07-17 06:33:14,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.01246500015s 2018-07-17 06:33:14,708 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-36e74386-2204-496f-b731-745607a46f56 2018-07-17 06:33:14,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:14,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:15,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83786c67-6e44-40a6-bae4-34ab82cd7e54 x-compute-request-id: req-83786c67-6e44-40a6-bae4-34ab82cd7e54 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:15,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83786c67-6e44-40a6-bae4-34ab82cd7e54 2018-07-17 06:33:15,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.886193037033s 2018-07-17 06:33:15,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-83786c67-6e44-40a6-bae4-34ab82cd7e54 2018-07-17 06:33:15,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:15,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:15,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-65702904-6bd0-46ca-ab1b-7e0323e8c1a8 Date: Tue, 17 Jul 2018 06:33:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52980857-446a-45ad-937f-2a957cf7a639"],"updated_at":"2018-07-17T06:33:06Z","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:33:15,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-65702904-6bd0-46ca-ab1b-7e0323e8c1a8 2018-07-17 06:33:15,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121807098389s 2018-07-17 06:33:15,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-65702904-6bd0-46ca-ab1b-7e0323e8c1a8 2018-07-17 06:33:15,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:33:15,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:15,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-da5c3e6b-a7f5-4208-a219-3b289bcc1df9 Date: Tue, 17 Jul 2018 06:33:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:33:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"52980857-446a-45ad-937f-2a957cf7a639","subnetpool_id":null,"name":"vping_ssh-subnet_82b27310-b63b-4563-b08f-853901771b27"}]} 2018-07-17 06:33:15,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-da5c3e6b-a7f5-4208-a219-3b289bcc1df9 2018-07-17 06:33:15,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0705959796906s 2018-07-17 06:33:15,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-da5c3e6b-a7f5-4208-a219-3b289bcc1df9 2018-07-17 06:33:15,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:17,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:17,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:18,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbc60caf-99aa-40e4-abae-6879493b22e8 x-compute-request-id: req-cbc60caf-99aa-40e4-abae-6879493b22e8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:17Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:18,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cbc60caf-99aa-40e4-abae-6879493b22e8 2018-07-17 06:33:18,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749451875687s 2018-07-17 06:33:18,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cbc60caf-99aa-40e4-abae-6879493b22e8 2018-07-17 06:33:18,554 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:20,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:20,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:21,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2feea6e5-2383-48f1-a17e-632692b49c31 x-compute-request-id: req-2feea6e5-2383-48f1-a17e-632692b49c31 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:17Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:21,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2feea6e5-2383-48f1-a17e-632692b49c31 2018-07-17 06:33:21,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535979986191s 2018-07-17 06:33:21,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2feea6e5-2383-48f1-a17e-632692b49c31 2018-07-17 06:33:21,097 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:23,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:23,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:23,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08155cfc-4324-4700-aca3-ec06e9577053 x-compute-request-id: req-08155cfc-4324-4700-aca3-ec06e9577053 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:23,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08155cfc-4324-4700-aca3-ec06e9577053 2018-07-17 06:33:23,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364311218262s 2018-07-17 06:33:23,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08155cfc-4324-4700-aca3-ec06e9577053 2018-07-17 06:33:23,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:33:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=0362f482-5923-43eb-b168-3fde589b9485" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:23,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-742769a7-6769-4a9e-90f5-2c54d261ffde Date: Tue, 17 Jul 2018 06:33:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:17Z","admin_state_up":true,"updated_at":"2018-07-17T06:33:21Z","binding:vnic_type":"normal","device_id":"0362f482-5923-43eb-b168-3fde589b9485","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:07:36:d6","id":"6220052b-390c-440d-98c8-e3b095c229e8","port_security_enabled":true,"project_id":"f9eb99a98c234fc28ce1803c63d78341","fixed_ips":[{"subnet_id":"52980857-446a-45ad-937f-2a957cf7a639","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["043420b6-2167-4d2e-8e87-c3edf1d6f604"],"name":""}]} 2018-07-17 06:33:23,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0362f482-5923-43eb-b168-3fde589b9485 used request id req-742769a7-6769-4a9e-90f5-2c54d261ffde 2018-07-17 06:33:23,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0584437847137s 2018-07-17 06:33:23,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0362f482-5923-43eb-b168-3fde589b9485 used request id req-742769a7-6769-4a9e-90f5-2c54d261ffde 2018-07-17 06:33:23,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:33:23,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6220052b-390c-440d-98c8-e3b095c229e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:23,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-266710bf-8f49-487e-a908-b7ae6516cfa7 Date: Tue, 17 Jul 2018 06:33:23 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:33:23,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6220052b-390c-440d-98c8-e3b095c229e8 used request id req-266710bf-8f49-487e-a908-b7ae6516cfa7 2018-07-17 06:33:23,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0427491664886s 2018-07-17 06:33:23,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6220052b-390c-440d-98c8-e3b095c229e8 used request id req-266710bf-8f49-487e-a908-b7ae6516cfa7 2018-07-17 06:33:23,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:23,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:24,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57231a02-c71d-4380-b2da-d405df86c987 x-compute-request-id: req-57231a02-c71d-4380-b2da-d405df86c987 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:24,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57231a02-c71d-4380-b2da-d405df86c987 2018-07-17 06:33:24,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6833319664s 2018-07-17 06:33:24,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-57231a02-c71d-4380-b2da-d405df86c987 2018-07-17 06:33:24,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:33:24,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=0362f482-5923-43eb-b168-3fde589b9485" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:24,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-361a5f0e-7fc5-4408-902d-395ce18edcb9 Date: Tue, 17 Jul 2018 06:33:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:17Z","admin_state_up":true,"updated_at":"2018-07-17T06:33:21Z","binding:vnic_type":"normal","device_id":"0362f482-5923-43eb-b168-3fde589b9485","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:07:36:d6","id":"6220052b-390c-440d-98c8-e3b095c229e8","port_security_enabled":true,"project_id":"f9eb99a98c234fc28ce1803c63d78341","fixed_ips":[{"subnet_id":"52980857-446a-45ad-937f-2a957cf7a639","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["043420b6-2167-4d2e-8e87-c3edf1d6f604"],"name":""}]} 2018-07-17 06:33:24,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0362f482-5923-43eb-b168-3fde589b9485 used request id req-361a5f0e-7fc5-4408-902d-395ce18edcb9 2018-07-17 06:33:24,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0635719299316s 2018-07-17 06:33:24,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0362f482-5923-43eb-b168-3fde589b9485 used request id req-361a5f0e-7fc5-4408-902d-395ce18edcb9 2018-07-17 06:33:24,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:33:24,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6220052b-390c-440d-98c8-e3b095c229e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:24,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6b5b2120-869f-463d-8b77-2d26217f861c Date: Tue, 17 Jul 2018 06:33:24 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:33:24,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6220052b-390c-440d-98c8-e3b095c229e8 used request id req-6b5b2120-869f-463d-8b77-2d26217f861c 2018-07-17 06:33:24,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0418639183044s 2018-07-17 06:33:24,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6220052b-390c-440d-98c8-e3b095c229e8 used request id req-6b5b2120-869f-463d-8b77-2d26217f861c 2018-07-17 06:33:24,375 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:36:d6', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5e74bc61-375f-4eb5-bcc0-583eda72d579'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:33:21.000000', 'flavor': Munch({u'id': u'6d428852-83cf-456c-88ec-dfb7433081f0'}), 'az': u'nova', 'id': u'0362f482-5923-43eb-b168-3fde589b9485', 'security_groups': [Munch({u'name': u'vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7c6fcde1402d45da8c877cdbf2224038', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9eb99a98c234fc28ce1803c63d78341', 'name': 'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:33:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:33:21Z', 'hostId': u'5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:33:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f9eb99a98c234fc28ce1803c63d78341', 'name': u'vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27', 'adminPass': None, 'tenant_id': u'f9eb99a98c234fc28ce1803c63d78341', 'created_at': u'2018-07-17T06:33:14Z', 'created': u'2018-07-17T06:33:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:33:24,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:24,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:24,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b2e156e6-5863-4f47-8c94-237dd378351d Date: Tue, 17 Jul 2018 06:33:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52980857-446a-45ad-937f-2a957cf7a639"],"updated_at":"2018-07-17T06:33:06Z","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:33:24,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b2e156e6-5863-4f47-8c94-237dd378351d 2018-07-17 06:33:24,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110532045364s 2018-07-17 06:33:24,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b2e156e6-5863-4f47-8c94-237dd378351d 2018-07-17 06:33:24,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:33:24,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:24,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-3fe0793e-e848-46fd-ade8-21ed2004a428 Date: Tue, 17 Jul 2018 06:33:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/snap", "metadata": {}}], "file": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file", "owner": "f9eb99a98c234fc28ce1803c63d78341", "id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "size": 12716032, "self": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:33:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:33:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:33:24,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3fe0793e-e848-46fd-ade8-21ed2004a428 2018-07-17 06:33:24,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208732128143s 2018-07-17 06:33:24,701 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3fe0793e-e848-46fd-ade8-21ed2004a428 2018-07-17 06:33:24,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:33:24,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:24,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c75317b-8450-499e-b4ac-51f5cd049ff6 x-compute-request-id: req-8c75317b-8450-499e-b4ac-51f5cd049ff6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_82b27310-b63b-4563-b08f-853901771b27", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d428852-83cf-456c-88ec-dfb7433081f0"}]} 2018-07-17 06:33:24,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8c75317b-8450-499e-b4ac-51f5cd049ff6 2018-07-17 06:33:24,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265309810638s 2018-07-17 06:33:24,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8c75317b-8450-499e-b4ac-51f5cd049ff6 2018-07-17 06:33:24,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:33:24,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"server": {"name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "imageRef": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "flavorRef": "6d428852-83cf-456c-88ec-dfb7433081f0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "44ca2634-e3da-4c53-9f3d-cbf60936e5fc"}], "security_groups": [{"name": "043420b6-2167-4d2e-8e87-c3edf1d6f604"}]}}' 2018-07-17 06:33:26,122 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:33:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d56b89c-6bdc-4648-b6fd-616d7c65a502 x-compute-request-id: req-8d56b89c-6bdc-4648-b6fd-616d7c65a502 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "043420b6-2167-4d2e-8e87-c3edf1d6f604"}], "OS-DCF:diskConfig": "MANUAL", "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "adminPass": "x2hh5SGhuAiD"}} 2018-07-17 06:33:26,122 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-8d56b89c-6bdc-4648-b6fd-616d7c65a502 2018-07-17 06:33:26,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.39150905609s 2018-07-17 06:33:26,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-8d56b89c-6bdc-4648-b6fd-616d7c65a502 2018-07-17 06:33:26,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:26,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:26,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2158c2d5-0a40-40ba-b877-7903b03ca13e x-compute-request-id: req-2158c2d5-0a40-40ba-b877-7903b03ca13e Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:26,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2158c2d5-0a40-40ba-b877-7903b03ca13e 2018-07-17 06:33:26,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369034051895s 2018-07-17 06:33:26,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2158c2d5-0a40-40ba-b877-7903b03ca13e 2018-07-17 06:33:26,498 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:28,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:29,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea9a9917-2fcc-4659-b57c-0b1c6e5c5a48 x-compute-request-id: req-ea9a9917-2fcc-4659-b57c-0b1c6e5c5a48 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:28Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:29,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea9a9917-2fcc-4659-b57c-0b1c6e5c5a48 2018-07-17 06:33:29,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704889059067s 2018-07-17 06:33:29,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ea9a9917-2fcc-4659-b57c-0b1c6e5c5a48 2018-07-17 06:33:29,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:31,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:31,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f31ade-7d3b-4bce-9f7c-96e338e2a7bd x-compute-request-id: req-b9f31ade-7d3b-4bce-9f7c-96e338e2a7bd Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:29Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:31,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b9f31ade-7d3b-4bce-9f7c-96e338e2a7bd 2018-07-17 06:33:31,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397552013397s 2018-07-17 06:33:31,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b9f31ade-7d3b-4bce-9f7c-96e338e2a7bd 2018-07-17 06:33:31,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:33,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:33,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:34,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dd2fd4b-6c34-41ae-9c94-067fda80ffda x-compute-request-id: req-8dd2fd4b-6c34-41ae-9c94-067fda80ffda Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:33:29Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:34,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8dd2fd4b-6c34-41ae-9c94-067fda80ffda 2018-07-17 06:33:34,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87247300148s 2018-07-17 06:33:34,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8dd2fd4b-6c34-41ae-9c94-067fda80ffda 2018-07-17 06:33:34,496 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:33:36,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:36,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:36,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eba899c1-5255-428b-890a-1aecb28f3fef x-compute-request-id: req-eba899c1-5255-428b-890a-1aecb28f3fef Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:34.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:34Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:36,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eba899c1-5255-428b-890a-1aecb28f3fef 2018-07-17 06:33:36,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211452007294s 2018-07-17 06:33:36,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eba899c1-5255-428b-890a-1aecb28f3fef 2018-07-17 06:33:36,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:33:36,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:36,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-59836898-095c-4e58-b881-dffca1a0aefa Date: Tue, 17 Jul 2018 06:33:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:28Z","admin_state_up":true,"updated_at":"2018-07-17T06:33:34Z","binding:vnic_type":"normal","device_id":"8e0540b7-ce46-4d4a-922e-b58c122208f9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:dc:a9","id":"76e60d94-fab3-43d3-bdb2-8e64b4df1df6","port_security_enabled":true,"project_id":"f9eb99a98c234fc28ce1803c63d78341","fixed_ips":[{"subnet_id":"52980857-446a-45ad-937f-2a957cf7a639","ip_address":"192.168.0.4"}],"extra_dhcp_opts":[],"security_groups":["043420b6-2167-4d2e-8e87-c3edf1d6f604"],"name":""}]} 2018-07-17 06:33:36,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-59836898-095c-4e58-b881-dffca1a0aefa 2018-07-17 06:33:36,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.238567113876s 2018-07-17 06:33:36,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-59836898-095c-4e58-b881-dffca1a0aefa 2018-07-17 06:33:36,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:33:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=76e60d94-fab3-43d3-bdb2-8e64b4df1df6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:37,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d432751f-aeed-42a3-ac54-1d96780c2b85 Date: Tue, 17 Jul 2018 06:33:36 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:33:37,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=76e60d94-fab3-43d3-bdb2-8e64b4df1df6 used request id req-d432751f-aeed-42a3-ac54-1d96780c2b85 2018-07-17 06:33:37,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0432000160217s 2018-07-17 06:33:37,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=76e60d94-fab3-43d3-bdb2-8e64b4df1df6 used request id req-d432751f-aeed-42a3-ac54-1d96780c2b85 2018-07-17 06:33:37,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:37,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:38,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b0ffc6c-3dba-4646-87c8-3b7feefec0f3 x-compute-request-id: req-7b0ffc6c-3dba-4646-87c8-3b7feefec0f3 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:34.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:34Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:21Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:38,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7b0ffc6c-3dba-4646-87c8-3b7feefec0f3 2018-07-17 06:33:38,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18511414528s 2018-07-17 06:33:38,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7b0ffc6c-3dba-4646-87c8-3b7feefec0f3 2018-07-17 06:33:38,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:33:38,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:38,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-daad0a3f-5f63-4e54-8f48-98a72d622fb8 Date: Tue, 17 Jul 2018 06:33:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:28Z","admin_state_up":true,"updated_at":"2018-07-17T06:33:34Z","binding:vnic_type":"normal","device_id":"8e0540b7-ce46-4d4a-922e-b58c122208f9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:dc:a9","id":"76e60d94-fab3-43d3-bdb2-8e64b4df1df6","port_security_enabled":true,"project_id":"f9eb99a98c234fc28ce1803c63d78341","fixed_ips":[{"subnet_id":"52980857-446a-45ad-937f-2a957cf7a639","ip_address":"192.168.0.4"}],"extra_dhcp_opts":[],"security_groups":["043420b6-2167-4d2e-8e87-c3edf1d6f604"],"name":""}]} 2018-07-17 06:33:38,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-daad0a3f-5f63-4e54-8f48-98a72d622fb8 2018-07-17 06:33:38,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0602099895477s 2018-07-17 06:33:38,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-daad0a3f-5f63-4e54-8f48-98a72d622fb8 2018-07-17 06:33:38,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:33:38,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=76e60d94-fab3-43d3-bdb2-8e64b4df1df6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:38,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-249671d6-0554-4d95-ae63-b365cd29c234 Date: Tue, 17 Jul 2018 06:33:38 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:33:38,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=76e60d94-fab3-43d3-bdb2-8e64b4df1df6 used request id req-249671d6-0554-4d95-ae63-b365cd29c234 2018-07-17 06:33:38,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0452108383179s 2018-07-17 06:33:38,307 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=76e60d94-fab3-43d3-bdb2-8e64b4df1df6 used request id req-249671d6-0554-4d95-ae63-b365cd29c234 2018-07-17 06:33:38,307 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4f:dc:a9', u'version': 4, u'addr': u'192.168.0.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5e74bc61-375f-4eb5-bcc0-583eda72d579'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:33:34.000000', 'flavor': Munch({u'id': u'6d428852-83cf-456c-88ec-dfb7433081f0'}), 'az': u'nova', 'id': u'8e0540b7-ce46-4d4a-922e-b58c122208f9', 'security_groups': [Munch({u'name': u'vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7c6fcde1402d45da8c877cdbf2224038', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9eb99a98c234fc28ce1803c63d78341', 'name': 'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:33:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:33:34Z', 'hostId': u'1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:33:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f9eb99a98c234fc28ce1803c63d78341', 'name': u'vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27', 'adminPass': None, 'tenant_id': u'f9eb99a98c234fc28ce1803c63d78341', 'created_at': u'2018-07-17T06:33:26Z', 'created': u'2018-07-17T06:33:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:33:38,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:33:38,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:38,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-517e4441-2078-4338-b7e7-583ec3276168 Date: Tue, 17 Jul 2018 06:33:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52980857-446a-45ad-937f-2a957cf7a639"],"updated_at":"2018-07-17T06:33:06Z","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:33:38,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-517e4441-2078-4338-b7e7-583ec3276168 2018-07-17 06:33:38,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33903503418s 2018-07-17 06:33:38,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-517e4441-2078-4338-b7e7-583ec3276168 2018-07-17 06:33:38,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:33:38,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:38,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-52f5c266-02ef-47b0-a82a-472826b03fa4 Date: Tue, 17 Jul 2018 06:33:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:28Z","admin_state_up":true,"updated_at":"2018-07-17T06:33:34Z","binding:vnic_type":"normal","device_id":"8e0540b7-ce46-4d4a-922e-b58c122208f9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:dc:a9","id":"76e60d94-fab3-43d3-bdb2-8e64b4df1df6","port_security_enabled":true,"project_id":"f9eb99a98c234fc28ce1803c63d78341","fixed_ips":[{"subnet_id":"52980857-446a-45ad-937f-2a957cf7a639","ip_address":"192.168.0.4"}],"extra_dhcp_opts":[],"security_groups":["043420b6-2167-4d2e-8e87-c3edf1d6f604"],"name":""}]} 2018-07-17 06:33:38,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-52f5c266-02ef-47b0-a82a-472826b03fa4 2018-07-17 06:33:38,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0572378635406s 2018-07-17 06:33:38,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-52f5c266-02ef-47b0-a82a-472826b03fa4 2018-07-17 06:33:38,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 06:33:38,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"floatingip": {"floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.4", "port_id": "76e60d94-fab3-43d3-bdb2-8e64b4df1df6"}}' 2018-07-17 06:33:40,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-0c0b0dfd-322d-4312-98c5-57d68793510e Date: Tue, 17 Jul 2018 06:33:40 GMT RESP BODY: {"floatingip": {"router_id": "fa214ce7-12d1-4b26-888c-e12c4888cf87", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T06:33:39Z", "floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.4", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "76e60d94-fab3-43d3-bdb2-8e64b4df1df6", "id": "decb8ae9-badd-4722-84d5-3c2ea7f9cfdd", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:39Z", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}} 2018-07-17 06:33:40,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0c0b0dfd-322d-4312-98c5-57d68793510e 2018-07-17 06:33:40,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.72047996521s 2018-07-17 06:33:40,430 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0c0b0dfd-322d-4312-98c5-57d68793510e 2018-07-17 06:33:40,433 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fa214ce7-12d1-4b26-888c-e12c4888cf87', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f9eb99a98c234fc28ce1803c63d78341', 'created_at': u'2018-07-17T06:33:39Z', 'attached': True, 'updated_at': u'2018-07-17T06:33:39Z', 'id': u'decb8ae9-badd-4722-84d5-3c2ea7f9cfdd', 'floating_network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', 'fixed_ip_address': u'192.168.0.4', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9eb99a98c234fc28ce1803c63d78341', 'name': 'vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fa214ce7-12d1-4b26-888c-e12c4888cf87', 'project_id': u'f9eb99a98c234fc28ce1803c63d78341', 'port_id': u'76e60d94-fab3-43d3-bdb2-8e64b4df1df6', 'port': u'76e60d94-fab3-43d3-bdb2-8e64b4df1df6', 'network': u'93167f5f-5e97-4553-93f8-5bb87a5adb95'}) 2018-07-17 06:33:40,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:33:40,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:33:41,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e0d540e-81ae-4715-b143-d22d818097a1 x-compute-request-id: req-8e0d540e-81ae-4715-b143-d22d818097a1 Content-Encoding: gzip Content-Length: 9567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478873295 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.152912] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.154575] pid_max: default: 32768 minimum: 301\n[ 0.155474] ACPI: Core revision 20150930\n[ 0.156870] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158192] Security Framework initialized\n[ 0.159006] Yama: becoming mindful.\n[ 0.159741] AppArmor: AppArmor initialized\n[ 0.160616] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161943] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165879] Initializing cgroup subsys io\n[ 0.166699] Initializing cgroup subsys memory\n[ 0.167561] Initializing cgroup subsys devices\n[ 0.168447] Initializing cgroup subsys freezer\n[ 0.169319] Initializing cgroup subsys net_cls\n[ 0.170187] Initializing cgroup subsys perf_event\n[ 0.171097] Initializing cgroup subsys net_prio\n[ 0.171993] Initializing cgroup subsys hugetlb\n[ 0.172867] Initializing cgroup subsys pids\n[ 0.173741] CPU: Physical Processor ID: 0\n[ 0.175249] mce: CPU supports 10 MCE banks\n[ 0.176108] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198027] ftrace: allocating 31920 entries in 125 pages\n[ 0.224081] smpboot: Max logical packages: 1\n[ 0.224941] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226309] x2apic enabled\n[ 0.227120] Switched APIC routing to physical x2apic.\n[ 0.228862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229992] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233869] KVM setup paravirtual spinlock\n[ 0.235342] x86: Booted up 1 node, 1 CPUs\n[ 0.236153] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237550] devtmpfs: initialized\n[ 0.239281] evm: security.selinux\n[ 0.239978] evm: security.SMACK64\n[ 0.240674] evm: security.SMACK64EXEC\n[ 0.241419] evm: security.SMACK64TRANSMUTE\n[ 0.242225] evm: security.SMACK64MMAP\n[ 0.242968] evm: security.ima\n[ 0.243612] evm: security.capability\n[ 0.244428] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246294] pinctrl core: initialized pinctrl subsystem\n[ 0.247409] RTC time: 6:33:34, date: 07/17/18\n[ 0.248381] NET: Registered protocol family 16\n[ 0.249386] cpuidle: using governor ladder\n[ 0.250220] cpuidle: using governor menu\n[ 0.251006] PCCT header not found.\n[ 0.251777] ACPI: bus type PCI registered\n[ 0.252587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253837] PCI: Using configuration type 1 for base access\n[ 0.255638] ACPI: Added _OSI(Module Device)\n[ 0.256486] ACPI: Added _OSI(Processor Device)\n[ 0.257350] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258254] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259989] ACPI: Interpreter enabled\n[ 0.260765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264464] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268169] ACPI: (supports S0 S5)\n[ 0.268875] ACPI: Using IOAPIC for interrupt routing\n[ 0.269826] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.272948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.275351] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.278797] acpiphp: Slot [3] registered\n[ 0.279607] acpiphp: Slot [4] registered\n[ 0.280415] acpiphp: Slot [5] registered\n[ 0.281218] acpiphp: Slot [6] registered\n[ 0.282017] acpiphp: Slot [7] registered\n[ 0.282825] acpiphp: Slot [8] registered\n[ 0.283633] acpiphp: Slot [9] registered\n[ 0.284437] acpiphp: Slot [10] registered\n[ 0.285257] acpiphp: Slot [11] registered\n[ 0.286071] acpiphp: Slot [12] registered\n[ 0.286893] acpiphp: Slot [13] registered\n[ 0.287713] acpiphp: Slot [14] registered\n[ 0.288530] acpiphp: Slot [15] registered\n[ 0.299280] acpiphp: Slot [16] registered\n[ 0.300102] acpiphp: Slot [17] registered\n[ 0.300914] acpiphp: Slot [18] registered\n[ 0.301732] acpiphp: Slot [19] registered\n[ 0.302551] acpiphp: Slot [20] registered\n[ 0.303373] acpiphp: Slot [21] registered\n[ 0.304190] acpiphp: Slot [22] registered\n[ 0.305001] acpiphp: Slot [23] registered\n[ 0.305819] acpiphp: Slot [24] registered\n[ 0.306634] acpiphp: Slot [25] registered\n[ 0.307456] acpiphp: Slot [26] registered\n[ 0.308269] acpiphp: Slot [27] registered\n[ 0.309087] acpiphp: Slot [28] registered\n[ 0.309902] acpiphp: Slot [29] registered\n[ 0.310778] acpiphp: Slot [30] registered\n[ 0.311609] acpiphp: Slot [31] registered\n[ 0.312424] PCI host bridge to bus 0000:00\n[ 0.313238] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315693] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317157] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318619] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320109] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323476] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325962] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330771] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351816] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354139] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355625] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357048] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358450] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359732] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361062] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362131] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363690] vgaarb: loaded\n[ 0.364295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365540] SCSI subsystem initialized\n[ 0.366464] ACPI: bus type USB registered\n[ 0.367302] usbcore: registered new interface driver usbfs\n[ 0.368343] usbcore: registered new interface driver hub\n[ 0.369361] usbcore: registered new device driver usb\n[ 0.370483] PCI: Using ACPI for IRQ routing\n[ 0.371614] NetLabel: Initializing\n[ 0.372347] NetLabel: domain hash size = 128\n[ 0.373203] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374167] NetLabel: unlabeled traffic allowed by default\n[ 0.375341] clocksource: Switched to clocksource kvm-clock\n[ 0.383728] AppArmor: AppArmor Filesystem Enabled\n[ 0.384709] pnp: PnP ACPI init\n[ 0.385654] pnp: PnP ACPI: found 5 devices\n[ 0.392045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393780] NET: Registered protocol family 2\n[ 0.394854] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397395] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399699] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400899] NET: Registered protocol family 1\n[ 0.401788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402892] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418068] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432229] Trying to unpack rootfs image as initramfs...\n[ 0.489165] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490854] Scanning for low memory corruption every 60 seconds\n[ 0.492256] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493435] audit: initializing netlink subsys (disabled)\n[ 0.494478] audit: type=2000 audit(1531809214.961:1): initialized\n[ 0.495871] Initialise system trusted keyring\n[ 0.496840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498012] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500175] zbud: loaded\n[ 0.500914] VFS: Disk quotas dquot_6.6.0\n[ 0.501746] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503377] fuse init (API version 7.23)\n[ 0.504300] Key type big_key registered\n[ 0.505113] Allocating IMA MOK and blacklist keyrings.\n[ 0.506355] Key type asymmetric registered\n[ 0.507191] Asymmetric key parser 'x509' registered\n[ 0.508178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509672] io scheduler noop registered\n[ 0.510477] io scheduler deadline registered (default)\n[ 0.511495] io scheduler cfq registered\n[ 0.512359] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513414] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516172] ACPI: Power Button [PWRF]\n[ 0.517035] GHES: HEST is not enabled!\n[ 0.530751] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584558] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586886] Linux agpgart interface v0.103\n[ 0.594100] brd: module loaded\n[ 0.595947] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601881] GPT:90111 != 2097151\n[ 0.602565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603672] GPT:90111 != 2097151\n[ 0.604359] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605359] vda: vda1 vda15\n[ 0.607112] scsi host0: ata_piix\n[ 0.607934] scsi host1: ata_piix\n[ 0.608676] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.609905] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.611512] libphy: Fixed MDIO Bus: probed\n[ 0.612351] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615943] PPP generic driver version 2.4.2\n[ 0.616933] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618160] ehci-pci: EHCI PCI platform driver\n[ 0.619055] ehci-platform: EHCI generic platform driver\n[ 0.620062] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621217] ohci-pci: OHCI PCI platform driver\n[ 0.622106] ohci-platform: OHCI generic platform driver\n[ 0.623123] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637523] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638582] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640082] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641094] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.642319] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643571] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644999] usb usb1: Product: UHCI Host Controller\n[ 0.645938] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647086] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648097] hub 1-0:1.0: USB hub found\n[ 0.648903] hub 1-0:1.0: 2 ports detected\n[ 0.649955] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652179] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653153] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654238] mousedev: PS/2 mouse device common for all mice\n[ 0.655577] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657666] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658847] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660077] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661290] i2c /dev entries driver\n[ 0.662122] device-mapper: uevent: version 1.0.3\n[ 0.663129] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664834] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666591] NET: Registered protocol family 10\n[ 0.667981] NET: Registered protocol family 17\n[ 0.668949] Key type dns_resolver registered\n[ 0.670166] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671300] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673227] registered taskstats version 1\n[ 0.674129] Loading compiled-in X.509 certificates\n[ 0.675743] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677663] zswap: loaded using pool lzo/zbud\n[ 0.679716] Key type trusted registered\n[ 0.681531] Key type encrypted registered\n[ 0.682390] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684555] evm: HMAC attrs: 0x1\n[ 0.685585] Magic number: 10:945:569\n[ 0.686481] rtc_cmos 00:00: setting system clock to 2018-07-17 06:33:34 UTC (1531809214)\n[ 0.688190] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689315] EDD information not available.\n[ 0.769701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781437] Write protecting the kernel read-only data: 14336k\n[ 0.784974] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831566] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.4...\nLease of 192.168.0.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCK2V/04NnNLgtmoET9QhS5wPB5i7YhxyHPdxsq1jTZdLeA5IaiIpv7HmHs8aqHKE3S8+NDrMjkUoWXLftBsNqGG62dsGR05XjRGDPYRAcorRQKVHsjzxrihHZRNKP69sQIXGZkTCpivJwua2JavhLM1IFqIILfIqDuc0SS9uPfnS6Goyb9nYf3baQR0luXbqiEAwyd7wKViatwp6VEvjmnjNU8BnIeeIdYbKMFe5V1p+XqCcegq9nPYqRcyEgYwK5mmqqzDxs4n2BrLOeIh0I62rj4vTphRnbjRgmSrwLfDMLhbt7GCq71ZnGUqm3T5hWbMMuZY7NVbOEmJDKQ2Dx7 root@vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27\nssh-dss AAAAB3NzaC1kc3MAAACBALbrrCQkpzbx4mMDofTAkMBER+wM7/QVsQiiF6lm5thbXq2yCitfUEF/HlHzfijxbPvCbcMo/j7XTfp36O5qtv+3bOy0IHok7sTwVjq9+AW6YiGJNt2wQBBx4LD2hup4ZEFB/w6u4qo1PWixXVgxkT7W1apQDFwfZ0SztCnbQDgBAAAAFQCSSTdBtlglTbvMMPQ2IhIF2PyZ5wAAAIEAgbDRJMiuRgSCr5ipBSrSRUL0z71Bf/ogzNFIizSxA7n7VL35CW5LRS9CH1vKSDCy3WQwczfFEFoVxyhXRNPeJqYDEakytgaKD69XhEFYVjHMKthgQW/uZ5NQ0rMQeRME5zpHnq+w0WOlYscXRrrNribTTTpKI9r2iobv3n+YDm8AAACAOMc8Cc3PTxfI7kn9XVKgBL5MDEQTjLp4qtJuQSjCmkJ8+DkayXQjBTw5P09ek+zzBr2ZSElswpI7pX0LXzC5nQU5llY0CpGWK0RTDuNJ2/WPPGlxTTZ5+gON7+z7KjUiwWPSiLcvGspXsPEwBN09tGq7+fEJt7TtWMaUEy47tEk= root@vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.4,24,fe80::f816:3eff:fe4f:dca9/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.4 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.26 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27 login: "} 2018-07-17 06:33:41,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9/action used request id req-8e0d540e-81ae-4715-b143-d22d818097a1 2018-07-17 06:33:41,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.705153942108s 2018-07-17 06:33:41,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9/action used request id req-8e0d540e-81ae-4715-b143-d22d818097a1 2018-07-17 06:33:41,140 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 478873295 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.152912] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.154575] pid_max: default: 32768 minimum: 301 [ 0.155474] ACPI: Core revision 20150930 [ 0.156870] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158192] Security Framework initialized [ 0.159006] Yama: becoming mindful. [ 0.159741] AppArmor: AppArmor initialized [ 0.160616] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.161943] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165879] Initializing cgroup subsys io [ 0.166699] Initializing cgroup subsys memory [ 0.167561] Initializing cgroup subsys devices [ 0.168447] Initializing cgroup subsys freezer [ 0.169319] Initializing cgroup subsys net_cls [ 0.170187] Initializing cgroup subsys perf_event [ 0.171097] Initializing cgroup subsys net_prio [ 0.171993] Initializing cgroup subsys hugetlb [ 0.172867] Initializing cgroup subsys pids [ 0.173741] CPU: Physical Processor ID: 0 [ 0.175249] mce: CPU supports 10 MCE banks [ 0.176108] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177112] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.191807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198027] ftrace: allocating 31920 entries in 125 pages [ 0.224081] smpboot: Max logical packages: 1 [ 0.224941] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226309] x2apic enabled [ 0.227120] Switched APIC routing to physical x2apic. [ 0.228862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229992] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.232072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233869] KVM setup paravirtual spinlock [ 0.235342] x86: Booted up 1 node, 1 CPUs [ 0.236153] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237550] devtmpfs: initialized [ 0.239281] evm: security.selinux [ 0.239978] evm: security.SMACK64 [ 0.240674] evm: security.SMACK64EXEC [ 0.241419] evm: security.SMACK64TRANSMUTE [ 0.242225] evm: security.SMACK64MMAP [ 0.242968] evm: security.ima [ 0.243612] evm: security.capability [ 0.244428] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246294] pinctrl core: initialized pinctrl subsystem [ 0.247409] RTC time: 6:33:34, date: 07/17/18 [ 0.248381] NET: Registered protocol family 16 [ 0.249386] cpuidle: using governor ladder [ 0.250220] cpuidle: using governor menu [ 0.251006] PCCT header not found. [ 0.251777] ACPI: bus type PCI registered [ 0.252587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.253837] PCI: Using configuration type 1 for base access [ 0.255638] ACPI: Added _OSI(Module Device) [ 0.256486] ACPI: Added _OSI(Processor Device) [ 0.257350] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.258254] ACPI: Added _OSI(Processor Aggregator Device) [ 0.259989] ACPI: Interpreter enabled [ 0.260765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.262617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.264464] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.266317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.268169] ACPI: (supports S0 S5) [ 0.268875] ACPI: Using IOAPIC for interrupt routing [ 0.269826] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.272948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.275351] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.276554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.278797] acpiphp: Slot [3] registered [ 0.279607] acpiphp: Slot [4] registered [ 0.280415] acpiphp: Slot [5] registered [ 0.281218] acpiphp: Slot [6] registered [ 0.282017] acpiphp: Slot [7] registered [ 0.282825] acpiphp: Slot [8] registered [ 0.283633] acpiphp: Slot [9] registered [ 0.284437] acpiphp: Slot [10] registered [ 0.285257] acpiphp: Slot [11] registered [ 0.286071] acpiphp: Slot [12] registered [ 0.286893] acpiphp: Slot [13] registered [ 0.287713] acpiphp: Slot [14] registered [ 0.288530] acpiphp: Slot [15] registered [ 0.299280] acpiphp: Slot [16] registered [ 0.300102] acpiphp: Slot [17] registered [ 0.300914] acpiphp: Slot [18] registered [ 0.301732] acpiphp: Slot [19] registered [ 0.302551] acpiphp: Slot [20] registered [ 0.303373] acpiphp: Slot [21] registered [ 0.304190] acpiphp: Slot [22] registered [ 0.305001] acpiphp: Slot [23] registered [ 0.305819] acpiphp: Slot [24] registered [ 0.306634] acpiphp: Slot [25] registered [ 0.307456] acpiphp: Slot [26] registered [ 0.308269] acpiphp: Slot [27] registered [ 0.309087] acpiphp: Slot [28] registered [ 0.309902] acpiphp: Slot [29] registered [ 0.310778] acpiphp: Slot [30] registered [ 0.311609] acpiphp: Slot [31] registered [ 0.312424] PCI host bridge to bus 0000:00 [ 0.313238] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.314463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.315693] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.317157] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.318619] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.320109] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323476] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325962] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327245] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330771] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351816] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354139] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355625] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357048] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358450] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359732] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361062] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362131] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363690] vgaarb: loaded [ 0.364295] vgaarb: bridge control possible 0000:00:02.0 [ 0.365540] SCSI subsystem initialized [ 0.366464] ACPI: bus type USB registered [ 0.367302] usbcore: registered new interface driver usbfs [ 0.368343] usbcore: registered new interface driver hub [ 0.369361] usbcore: registered new device driver usb [ 0.370483] PCI: Using ACPI for IRQ routing [ 0.371614] NetLabel: Initializing [ 0.372347] NetLabel: domain hash size = 128 [ 0.373203] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374167] NetLabel: unlabeled traffic allowed by default [ 0.375341] clocksource: Switched to clocksource kvm-clock [ 0.383728] AppArmor: AppArmor Filesystem Enabled [ 0.384709] pnp: PnP ACPI init [ 0.385654] pnp: PnP ACPI: found 5 devices [ 0.392045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393780] NET: Registered protocol family 2 [ 0.394854] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397395] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399699] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400899] NET: Registered protocol family 1 [ 0.401788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402892] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403980] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418068] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432229] Trying to unpack rootfs image as initramfs... [ 0.489165] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490854] Scanning for low memory corruption every 60 seconds [ 0.492256] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493435] audit: initializing netlink subsys (disabled) [ 0.494478] audit: type=2000 audit(1531809214.961:1): initialized [ 0.495871] Initialise system trusted keyring [ 0.496840] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498012] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500175] zbud: loaded [ 0.500914] VFS: Disk quotas dquot_6.6.0 [ 0.501746] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503377] fuse init (API version 7.23) [ 0.504300] Key type big_key registered [ 0.505113] Allocating IMA MOK and blacklist keyrings. [ 0.506355] Key type asymmetric registered [ 0.507191] Asymmetric key parser 'x509' registered [ 0.508178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509672] io scheduler noop registered [ 0.510477] io scheduler deadline registered (default) [ 0.511495] io scheduler cfq registered [ 0.512359] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513414] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516172] ACPI: Power Button [PWRF] [ 0.517035] GHES: HEST is not enabled! [ 0.530751] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.558508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.560613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584558] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586886] Linux agpgart interface v0.103 [ 0.594100] brd: module loaded [ 0.595947] loop: module loaded [ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601881] GPT:90111 != 2097151 [ 0.602565] GPT:Alternate GPT header not at the end of the disk. [ 0.603672] GPT:90111 != 2097151 [ 0.604359] GPT: Use GNU Parted to correct GPT errors. [ 0.605359] vda: vda1 vda15 [ 0.607112] scsi host0: ata_piix [ 0.607934] scsi host1: ata_piix [ 0.608676] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.609905] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.611512] libphy: Fixed MDIO Bus: probed [ 0.612351] tun: Universal TUN/TAP device driver, 1.6 [ 0.613311] tun: (C) 1999-2004 Max Krasnyansky [ 0.615943] PPP generic driver version 2.4.2 [ 0.616933] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618160] ehci-pci: EHCI PCI platform driver [ 0.619055] ehci-platform: EHCI generic platform driver [ 0.620062] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.621217] ohci-pci: OHCI PCI platform driver [ 0.622106] ohci-platform: OHCI generic platform driver [ 0.623123] uhci_hcd: USB Universal Host Controller Interface driver [ 0.637523] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.638582] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.640082] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.641094] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.642319] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643571] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644999] usb usb1: Product: UHCI Host Controller [ 0.645938] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.647086] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648097] hub 1-0:1.0: USB hub found [ 0.648903] hub 1-0:1.0: 2 ports detected [ 0.649955] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.652179] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.653153] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.654238] mousedev: PS/2 mouse device common for all mice [ 0.655577] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.657666] rtc_cmos 00:00: RTC can wake from S4 [ 0.658847] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660077] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.661290] i2c /dev entries driver [ 0.662122] device-mapper: uevent: version 1.0.3 [ 0.663129] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.664834] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666591] NET: Registered protocol family 10 [ 0.667981] NET: Registered protocol family 17 [ 0.668949] Key type dns_resolver registered [ 0.670166] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671300] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673227] registered taskstats version 1 [ 0.674129] Loading compiled-in X.509 certificates [ 0.675743] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677663] zswap: loaded using pool lzo/zbud [ 0.679716] Key type trusted registered [ 0.681531] Key type encrypted registered [ 0.682390] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683481] ima: No TPM chip found, activating TPM-bypass! [ 0.684555] evm: HMAC attrs: 0x1 [ 0.685585] Magic number: 10:945:569 [ 0.686481] rtc_cmos 00:00: setting system clock to 2018-07-17 06:33:34 UTC (1531809214) [ 0.688190] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689315] EDD information not available. [ 0.769701] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781437] Write protecting the kernel read-only data: 14336k [ 0.784974] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.786971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831566] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.4... Lease of 192.168.0.4 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCK2V/04NnNLgtmoET9QhS5wPB5i7YhxyHPdxsq1jTZdLeA5IaiIpv7HmHs8aqHKE3S8+NDrMjkUoWXLftBsNqGG62dsGR05XjRGDPYRAcorRQKVHsjzxrihHZRNKP69sQIXGZkTCpivJwua2JavhLM1IFqIILfIqDuc0SS9uPfnS6Goyb9nYf3baQR0luXbqiEAwyd7wKViatwp6VEvjmnjNU8BnIeeIdYbKMFe5V1p+XqCcegq9nPYqRcyEgYwK5mmqqzDxs4n2BrLOeIh0I62rj4vTphRnbjRgmSrwLfDMLhbt7GCq71ZnGUqm3T5hWbMMuZY7NVbOEmJDKQ2Dx7 root@vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27 ssh-dss AAAAB3NzaC1kc3MAAACBALbrrCQkpzbx4mMDofTAkMBER+wM7/QVsQiiF6lm5thbXq2yCitfUEF/HlHzfijxbPvCbcMo/j7XTfp36O5qtv+3bOy0IHok7sTwVjq9+AW6YiGJNt2wQBBx4LD2hup4ZEFB/w6u4qo1PWixXVgxkT7W1apQDFwfZ0SztCnbQDgBAAAAFQCSSTdBtlglTbvMMPQ2IhIF2PyZ5wAAAIEAgbDRJMiuRgSCr5ipBSrSRUL0z71Bf/ogzNFIizSxA7n7VL35CW5LRS9CH1vKSDCy3WQwczfFEFoVxyhXRNPeJqYDEakytgaKD69XhEFYVjHMKthgQW/uZ5NQ0rMQeRME5zpHnq+w0WOlYscXRrrNribTTTpKI9r2iobv3n+YDm8AAACAOMc8Cc3PTxfI7kn9XVKgBL5MDEQTjLp4qtJuQSjCmkJ8+DkayXQjBTw5P09ek+zzBr2ZSElswpI7pX0LXzC5nQU5llY0CpGWK0RTDuNJ2/WPPGlxTTZ5+gON7+z7KjUiwWPSiLcvGspXsPEwBN09tGq7+fEJt7TtWMaUEy47tEk= root@vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.4,24,fe80::f816:3eff:fe4f:dca9/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.4 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27 launch-index: 0 === cirros: current=0.4.0 uptime=3.26 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-82b27310-b63b-4563-b08f-853901771b27 login: 2018-07-17 06:33:57,176 - paramiko.transport - DEBUG - starting thread (client mode): 0x880fd490L 2018-07-17 06:33:57,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 06:33:57,177 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 06:33:57,177 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 06:33:57,179 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-17 06:33:57,179 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 06:33:57,179 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 06:33:57,179 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 06:33:57,179 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 06:33:57,180 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 06:33:57,235 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 06:33:57,236 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 06:33:57,240 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: a899e3663608e2def26632436a6e5726 2018-07-17 06:33:57,241 - paramiko.transport - DEBUG - Trying discovered key e13db9d9fa31a95578a916a63f6e5d67 in /tmp/tmpQk15GQ 2018-07-17 06:33:57,275 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 06:33:57,281 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 06:33:57,306 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 06:33:57,307 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 06:33:57,307 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 06:33:57,308 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 06:33:57,312 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 06:33:57,312 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.0.7 (192.168.0.7): 56 data bytes 64 bytes from 192.168.0.7: seq=0 ttl=64 time=1.597 ms --- 192.168.0.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.597/1.597/1.597 ms 2018-07-17 06:33:57,316 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 06:33:57,427 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:33:57,427 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 06:33:57,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:33:57,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:57,573 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aeb48449-f64c-4fd2-b7e2-002dcc48ca8e x-compute-request-id: req-aeb48449-f64c-4fd2-b7e2-002dcc48ca8e Content-Type: application/json 2018-07-17 06:33:57,573 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485 used request id req-aeb48449-f64c-4fd2-b7e2-002dcc48ca8e 2018-07-17 06:33:57,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.141957044601s 2018-07-17 06:33:57,574 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485 used request id req-aeb48449-f64c-4fd2-b7e2-002dcc48ca8e 2018-07-17 06:33:57,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:33:57,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:33:58,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27225b59-84c0-4cc1-8c52-5e3f47f7af48 x-compute-request-id: req-27225b59-84c0-4cc1-8c52-5e3f47f7af48 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:34.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:34Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:36:d6", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0362f482-5923-43eb-b168-3fde589b9485", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:21.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "0362f482-5923-43eb-b168-3fde589b9485", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:57Z", "hostId": "5a042a6da3ccecb7d7321f5edbc4628fd175d68bbda032909ee85699", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:14Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:33:58,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27225b59-84c0-4cc1-8c52-5e3f47f7af48 2018-07-17 06:33:58,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500645160675s 2018-07-17 06:33:58,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27225b59-84c0-4cc1-8c52-5e3f47f7af48 2018-07-17 06:33:58,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:00,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:00,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:00,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-501959d9-46d8-4550-9318-2a969aff1dac x-compute-request-id: req-501959d9-46d8-4550-9318-2a969aff1dac Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:34.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:33:34Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:00,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-501959d9-46d8-4550-9318-2a969aff1dac 2018-07-17 06:34:00,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71510887146s 2018-07-17 06:34:00,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-501959d9-46d8-4550-9318-2a969aff1dac 2018-07-17 06:34:00,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 06:34:00,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/decb8ae9-badd-4722-84d5-3c2ea7f9cfdd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:01,815 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ee228c0-93bc-4a50-94cf-b3bcbb7b635d Content-Length: 0 Date: Tue, 17 Jul 2018 06:34:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:01,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/decb8ae9-badd-4722-84d5-3c2ea7f9cfdd.json used request id req-3ee228c0-93bc-4a50-94cf-b3bcbb7b635d 2018-07-17 06:34:01,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.01557898521s 2018-07-17 06:34:01,816 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/decb8ae9-badd-4722-84d5-3c2ea7f9cfdd.json used request id req-3ee228c0-93bc-4a50-94cf-b3bcbb7b635d 2018-07-17 06:34:01,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:34:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:01,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1f2fb302-93e0-445f-822d-4f9d603bd8b9 Date: Tue, 17 Jul 2018 06:34:01 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:34:01,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1f2fb302-93e0-445f-822d-4f9d603bd8b9 2018-07-17 06:34:01,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0549170970917s 2018-07-17 06:34:01,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-1f2fb302-93e0-445f-822d-4f9d603bd8b9 2018-07-17 06:34:01,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:34:01,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:02,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d53cc065-d1ad-4791-ade4-7f81a3d8fb8e x-compute-request-id: req-d53cc065-d1ad-4791-ade4-7f81a3d8fb8e Content-Type: application/json 2018-07-17 06:34:02,137 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-d53cc065-d1ad-4791-ade4-7f81a3d8fb8e 2018-07-17 06:34:02,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.258460998535s 2018-07-17 06:34:02,137 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9 used request id req-d53cc065-d1ad-4791-ade4-7f81a3d8fb8e 2018-07-17 06:34:02,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:02,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:02,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba07b60d-66e1-41f6-bb3a-16e2a380ffd2 x-compute-request-id: req-ba07b60d-66e1-41f6-bb3a-16e2a380ffd2 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:dc:a9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8e0540b7-ce46-4d4a-922e-b58c122208f9", "rel": "bookmark"}], "image": {"id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "links": [{"href": "http://172.30.9.28:8774/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:33:34.000000", "flavor": {"id": "6d428852-83cf-456c-88ec-dfb7433081f0", "links": [{"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}]}, "id": "8e0540b7-ce46-4d4a-922e-b58c122208f9", "security_groups": [{"name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}], "user_id": "7c6fcde1402d45da8c877cdbf2224038", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:02Z", "hostId": "1fc364bc433528db28245794b0754868b8ce4c551aeb65c6cbe356a5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27", "name": "vping_ssh-vm_82b27310-b63b-4563-b08f-853901771b27", "created": "2018-07-17T06:33:26Z", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:02,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba07b60d-66e1-41f6-bb3a-16e2a380ffd2 2018-07-17 06:34:02,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552145004272s 2018-07-17 06:34:02,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba07b60d-66e1-41f6-bb3a-16e2a380ffd2 2018-07-17 06:34:02,692 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:04,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:04,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:04,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ee98d94b-913e-44af-8f87-ee37c2ba92eb x-compute-request-id: req-ee98d94b-913e-44af-8f87-ee37c2ba92eb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 06:34:04,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee98d94b-913e-44af-8f87-ee37c2ba92eb 2018-07-17 06:34:04,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227041006088s 2018-07-17 06:34:04,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee98d94b-913e-44af-8f87-ee37c2ba92eb 2018-07-17 06:34:04,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:34:04,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:04,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-b909f798-34fb-4aa5-a5e7-a9c23d1b0581 Date: Tue, 17 Jul 2018 06:34:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:12Z", "updated_at": "2018-07-17T06:33:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "18574630-1543-413b-99fc-2923e13d9a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:12Z", "revision_number": 0, "id": "3eda4b44-7a5a-4c4b-84b3-14215e676f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:12Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:13Z", "revision_number": 0, "id": "95cc0ebb-db36-41eb-8139-3e83b300a536", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:13Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:33:13Z", "revision_number": 0, "id": "f087c8b1-2e34-4f6a-a10f-4ccc5abef2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:13Z", "security_group_id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 3, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "043420b6-2167-4d2e-8e87-c3edf1d6f604", "name": "vping_ssh-sg_82b27310-b63b-4563-b08f-853901771b27"}, {"description": "Default security group", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:05Z", "updated_at": "2018-07-17T06:33:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "3581baa9-c4a6-4246-8897-2bcbad74c15c", "remote_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "528b2aca-cc5b-4da0-8658-c86a6f4f8ab9", "remote_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "a3c82624-346c-406b-8724-9385cdac0100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:33:05Z", "revision_number": 0, "id": "f83eefb4-a025-4eda-9fe9-e039bac64f22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:33:05Z", "security_group_id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9eb99a98c234fc28ce1803c63d78341"}], "revision_number": 1, "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "c17bb3ff-a5b1-4780-8802-4327928c0119", "name": "default"}]} 2018-07-17 06:34:04,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b909f798-34fb-4aa5-a5e7-a9c23d1b0581 2018-07-17 06:34:04,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549619197845s 2018-07-17 06:34:04,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b909f798-34fb-4aa5-a5e7-a9c23d1b0581 2018-07-17 06:34:04,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 06:34:04,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/043420b6-2167-4d2e-8e87-c3edf1d6f604.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:05,163 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd01628c-c45f-48de-b950-d4e8115f4e4c Content-Length: 0 Date: Tue, 17 Jul 2018 06:34:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:05,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/043420b6-2167-4d2e-8e87-c3edf1d6f604.json used request id req-bd01628c-c45f-48de-b950-d4e8115f4e4c 2018-07-17 06:34:05,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.178301095963s 2018-07-17 06:34:05,163 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/043420b6-2167-4d2e-8e87-c3edf1d6f604.json used request id req-bd01628c-c45f-48de-b950-d4e8115f4e4c 2018-07-17 06:34:05,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 06:34:05,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:05,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:34:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a0bb509-287e-421e-a93d-90b16f47324f x-compute-request-id: req-7a0bb509-287e-421e-a93d-90b16f47324f Content-Length: 0 Content-Type: application/json 2018-07-17 06:34:05,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27 used request id req-7a0bb509-287e-421e-a93d-90b16f47324f 2018-07-17 06:34:05,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.040078163147s 2018-07-17 06:34:05,204 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_82b27310-b63b-4563-b08f-853901771b27 used request id req-7a0bb509-287e-421e-a93d-90b16f47324f 2018-07-17 06:34:05,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:34:05,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" -d '{"subnet_id": "52980857-446a-45ad-937f-2a957cf7a639"}' 2018-07-17 06:34:06,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2abcdb2e-b131-4cce-a47c-412ba62ba0c3 Date: Tue, 17 Jul 2018 06:34:06 GMT RESP BODY: {"network_id": "44ca2634-e3da-4c53-9f3d-cbf60936e5fc", "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "subnet_id": "52980857-446a-45ad-937f-2a957cf7a639", "subnet_ids": ["52980857-446a-45ad-937f-2a957cf7a639"], "port_id": "5af83b75-ad5f-4699-a8f1-d69323f2c6b2", "id": "fa214ce7-12d1-4b26-888c-e12c4888cf87"} 2018-07-17 06:34:06,831 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87/remove_router_interface.json used request id req-2abcdb2e-b131-4cce-a47c-412ba62ba0c3 2018-07-17 06:34:06,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62608504295s 2018-07-17 06:34:06,831 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87/remove_router_interface.json used request id req-2abcdb2e-b131-4cce-a47c-412ba62ba0c3 returning object fa214ce7-12d1-4b26-888c-e12c4888cf87 2018-07-17 06:34:06,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:34:06,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:06,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-41518f2f-9c71-4b19-90c0-9ddf909e9154 Date: Tue, 17 Jul 2018 06:34:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f9eb99a98c234fc28ce1803c63d78341", "created_at": "2018-07-17T06:33:07Z", "admin_state_up": true, "updated_at": "2018-07-17T06:34:06Z", "revision_number": 4, "routes": [], "project_id": "f9eb99a98c234fc28ce1803c63d78341", "id": "fa214ce7-12d1-4b26-888c-e12c4888cf87", "name": "vping_ssh-router_82b27310-b63b-4563-b08f-853901771b27"}]} 2018-07-17 06:34:06,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-41518f2f-9c71-4b19-90c0-9ddf909e9154 2018-07-17 06:34:06,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113795042038s 2018-07-17 06:34:06,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-41518f2f-9c71-4b19-90c0-9ddf909e9154 2018-07-17 06:34:06,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:34:06,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:08,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ef981ce-3d91-46fe-a6ab-206411233b3d Content-Length: 0 Date: Tue, 17 Jul 2018 06:34:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:08,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87.json used request id req-8ef981ce-3d91-46fe-a6ab-206411233b3d 2018-07-17 06:34:08,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35117888451s 2018-07-17 06:34:08,299 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/fa214ce7-12d1-4b26-888c-e12c4888cf87.json used request id req-8ef981ce-3d91-46fe-a6ab-206411233b3d 2018-07-17 06:34:08,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:34:08,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:08,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-b3b72fa4-6fb3-4dc3-864b-54f41e37ec90 Date: Tue, 17 Jul 2018 06:34:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:33:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"52980857-446a-45ad-937f-2a957cf7a639","subnetpool_id":null,"name":"vping_ssh-subnet_82b27310-b63b-4563-b08f-853901771b27"}]} 2018-07-17 06:34:08,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b3b72fa4-6fb3-4dc3-864b-54f41e37ec90 2018-07-17 06:34:08,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0513939857483s 2018-07-17 06:34:08,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b3b72fa4-6fb3-4dc3-864b-54f41e37ec90 2018-07-17 06:34:08,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:34:08,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/52980857-446a-45ad-937f-2a957cf7a639.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:09,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0222d1e-66b4-4e26-9fea-339b680d07a9 Date: Tue, 17 Jul 2018 06:34:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:09,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/52980857-446a-45ad-937f-2a957cf7a639.json used request id req-f0222d1e-66b4-4e26-9fea-339b680d07a9 2018-07-17 06:34:09,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11197519302s 2018-07-17 06:34:09,465 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/52980857-446a-45ad-937f-2a957cf7a639.json used request id req-f0222d1e-66b4-4e26-9fea-339b680d07a9 2018-07-17 06:34:09,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:09,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:09,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-a9c1bd76-e836-4681-bfc3-7f0ccbc9e9ce Date: Tue, 17 Jul 2018 06:34:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:34:09Z","tenant_id":"f9eb99a98c234fc28ce1803c63d78341","created_at":"2018-07-17T06:33:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f9eb99a98c234fc28ce1803c63d78341","id":"44ca2634-e3da-4c53-9f3d-cbf60936e5fc","name":"vping_ssh-net_82b27310-b63b-4563-b08f-853901771b27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"}]} 2018-07-17 06:34:09,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9c1bd76-e836-4681-bfc3-7f0ccbc9e9ce 2018-07-17 06:34:09,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1068110466s 2018-07-17 06:34:09,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9c1bd76-e836-4681-bfc3-7f0ccbc9e9ce 2018-07-17 06:34:09,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:34:09,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/44ca2634-e3da-4c53-9f3d-cbf60936e5fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:10,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e387191-444b-4165-8142-9523f51c32a2 Date: Tue, 17 Jul 2018 06:34:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:10,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/44ca2634-e3da-4c53-9f3d-cbf60936e5fc.json used request id req-0e387191-444b-4165-8142-9523f51c32a2 2018-07-17 06:34:10,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23435807228s 2018-07-17 06:34:10,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/44ca2634-e3da-4c53-9f3d-cbf60936e5fc.json used request id req-0e387191-444b-4165-8142-9523f51c32a2 2018-07-17 06:34:10,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:34:10,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:10,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d13fe4d4-043a-4880-a522-c72cc30720f6 Date: Tue, 17 Jul 2018 06:34:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/snap", "metadata": {}}], "file": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/file", "owner": "f9eb99a98c234fc28ce1803c63d78341", "id": "5e74bc61-375f-4eb5-bcc0-583eda72d579", "size": 12716032, "self": "/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/5e74bc61-375f-4eb5-bcc0-583eda72d579/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:33:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_82b27310-b63b-4563-b08f-853901771b27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:33:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:34:10,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d13fe4d4-043a-4880-a522-c72cc30720f6 2018-07-17 06:34:10,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.137687921524s 2018-07-17 06:34:10,950 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d13fe4d4-043a-4880-a522-c72cc30720f6 2018-07-17 06:34:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:34:10,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee2bffbf903727541e48136ac268efb539d56c8c" 2018-07-17 06:34:12,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c22a3e5-45b4-43f7-b099-3870ca502674 Date: Tue, 17 Jul 2018 06:34:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:34:12,101 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579 used request id req-9c22a3e5-45b4-43f7-b099-3870ca502674 2018-07-17 06:34:12,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14957404137s 2018-07-17 06:34:12,102 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5e74bc61-375f-4eb5-bcc0-583eda72d579 used request id req-9c22a3e5-45b4-43f7-b099-3870ca502674 2018-07-17 06:34:12,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:34:12,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6e27b0a-0501-4353-96f5-5e12e44bb2be x-compute-request-id: req-a6e27b0a-0501-4353-96f5-5e12e44bb2be Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_82b27310-b63b-4563-b08f-853901771b27", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6d428852-83cf-456c-88ec-dfb7433081f0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d428852-83cf-456c-88ec-dfb7433081f0"}]} 2018-07-17 06:34:12,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a6e27b0a-0501-4353-96f5-5e12e44bb2be 2018-07-17 06:34:12,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237998962402s 2018-07-17 06:34:12,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a6e27b0a-0501-4353-96f5-5e12e44bb2be 2018-07-17 06:34:12,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:34:12,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,161 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ccebed3-b3e0-4b3e-9864-762be044a7dc x-compute-request-id: req-8ccebed3-b3e0-4b3e-9864-762be044a7dc Content-Length: 0 Content-Type: application/json 2018-07-17 06:34:12,161 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0 used request id req-8ccebed3-b3e0-4b3e-9864-762be044a7dc 2018-07-17 06:34:12,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0340690612793s 2018-07-17 06:34:12,161 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6d428852-83cf-456c-88ec-dfb7433081f0 used request id req-8ccebed3-b3e0-4b3e-9864-762be044a7dc 2018-07-17 06:34:12,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:34:12,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e584f7-842c-46ad-b142-d77af8de18cd Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27", "links": {"self": "http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7c6fcde1402d45da8c877cdbf2224038", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:34:12,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-83e584f7-842c-46ad-b142-d77af8de18cd 2018-07-17 06:34:12,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114078998566s 2018-07-17 06:34:12,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-83e584f7-842c-46ad-b142-d77af8de18cd 2018-07-17 06:34:12,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:34:12,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a690263f-35fa-4f48-ad93-5aba0313a30c Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_82b27310-b63b-4563-b08f-853901771b27", "links": {"self": "http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7c6fcde1402d45da8c877cdbf2224038", "description": null}} 2018-07-17 06:34:12,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038 used request id req-a690263f-35fa-4f48-ad93-5aba0313a30c 2018-07-17 06:34:12,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987010002136s 2018-07-17 06:34:12,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038 used request id req-a690263f-35fa-4f48-ad93-5aba0313a30c 2018-07-17 06:34:12,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 06:34:12,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26419772-2f18-48cc-a7f7-f21fb44849e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:34:12,563 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038 used request id req-26419772-2f18-48cc-a7f7-f21fb44849e4 2018-07-17 06:34:12,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18589091301s 2018-07-17 06:34:12,564 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7c6fcde1402d45da8c877cdbf2224038 used request id req-26419772-2f18-48cc-a7f7-f21fb44849e4 2018-07-17 06:34:12,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:34:12,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fbc588b-f263-4c30-aec8-532715124de3 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341"}, "tags": [], "enabled": true, "id": "f9eb99a98c234fc28ce1803c63d78341", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_82b27310-b63b-4563-b08f-853901771b27"}]} 2018-07-17 06:34:12,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5fbc588b-f263-4c30-aec8-532715124de3 2018-07-17 06:34:12,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0973801612854s 2018-07-17 06:34:12,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5fbc588b-f263-4c30-aec8-532715124de3 2018-07-17 06:34:12,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 06:34:12,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d521242d45f57bb6cd515163a2f415908eb42e53" 2018-07-17 06:34:12,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-276f3047-4d46-4cb0-b03e-206bfde38446 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:34:12,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341 used request id req-276f3047-4d46-4cb0-b03e-206bfde38446 2018-07-17 06:34:12,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157988071442s 2018-07-17 06:34:12,824 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f9eb99a98c234fc28ce1803c63d78341 used request id req-276f3047-4d46-4cb0-b03e-206bfde38446 2018-07-17 06:34:12,850 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-17 06:34:12,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:34:12,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:34:12,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:34:12,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:34:12,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:34:12,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:34:12,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:12,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d33ed596-7a90-49b3-9ae1-8b1f24ab0fa4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:34:12,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d33ed596-7a90-49b3-9ae1-8b1f24ab0fa4 2018-07-17 06:34:12,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:34:13,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["EZbnm5vmRsemnzY06GUa0Q"], "issued_at": "2018-07-17T06:34:13.000000Z"}} 2018-07-17 06:34:13,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:13,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:13,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b4e9a03d-d551-41b3-9be3-a3315eff769b Date: Tue, 17 Jul 2018 06:34:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:34:13,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b4e9a03d-d551-41b3-9be3-a3315eff769b 2018-07-17 06:34:13,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241076946259s 2018-07-17 06:34:13,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b4e9a03d-d551-41b3-9be3-a3315eff769b 2018-07-17 06:34:13,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:13,514 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:34:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70ccaedc-fdef-4f7f-afcc-42a0e1790443 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:34:13,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-70ccaedc-fdef-4f7f-afcc-42a0e1790443 2018-07-17 06:34:13,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:34:13,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:13,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b3c8d4-4ba7-4279-92cc-b93abbcc1fd5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:34:13,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-35b3c8d4-4ba7-4279-92cc-b93abbcc1fd5 2018-07-17 06:34:13,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0921008586884s 2018-07-17 06:34:13,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-35b3c8d4-4ba7-4279-92cc-b93abbcc1fd5 2018-07-17 06:34:13,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 06:34:13,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd"}}' 2018-07-17 06:34:13,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:34:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c94f27df-5af8-4140-a50b-15619855ad44 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d"}, "tags": [], "enabled": true, "id": "cf9411cfc8b34ba3bf69af9053c5680d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd"}} 2018-07-17 06:34:13,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c94f27df-5af8-4140-a50b-15619855ad44 2018-07-17 06:34:13,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.131969928741s 2018-07-17 06:34:13,742 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c94f27df-5af8-4140-a50b-15619855ad44 2018-07-17 06:34:13,742 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd'}) 2018-07-17 06:34:13,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 06:34:13,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "54ed775e-5d58-4aae-944f-317345f47d2b", "email": null, "name": "vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd"}}' 2018-07-17 06:34:14,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:34:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7284c8c-f5be-438c-b91f-148ed52b8db0 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": {"self": "http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b5fdf7f158e344aca6258a7dab4329d6", "domain_id": "default", "password_expires_at": null}} 2018-07-17 06:34:14,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-c7284c8c-f5be-438c-b91f-148ed52b8db0 2018-07-17 06:34:14,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.408967018127s 2018-07-17 06:34:14,154 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-c7284c8c-f5be-438c-b91f-148ed52b8db0 2018-07-17 06:34:14,154 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b5fdf7f158e344aca6258a7dab4329d6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd'}) 2018-07-17 06:34:14,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:34:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b1fe94-75dd-4eb8-befe-08ccf1813b67 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:34:14,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-63b1fe94-75dd-4eb8-befe-08ccf1813b67 2018-07-17 06:34:14,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0959739685059s 2018-07-17 06:34:14,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-63b1fe94-75dd-4eb8-befe-08ccf1813b67 2018-07-17 06:34:14,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:34:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c762622-b8a2-4ed3-9071-d3176f1bd34e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:34:14,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c762622-b8a2-4ed3-9071-d3176f1bd34e 2018-07-17 06:34:14,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.096706867218s 2018-07-17 06:34:14,350 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c762622-b8a2-4ed3-9071-d3176f1bd34e 2018-07-17 06:34:14,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:34:14,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1643f3f3-45a7-4e3f-933f-c4e489e71b7a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:34:14,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1643f3f3-45a7-4e3f-933f-c4e489e71b7a 2018-07-17 06:34:14,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0956268310547s 2018-07-17 06:34:14,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1643f3f3-45a7-4e3f-933f-c4e489e71b7a 2018-07-17 06:34:14,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:34:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec636fbd-fd0f-4b25-b919-8c0274e5aef7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 06:34:14,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ec636fbd-fd0f-4b25-b919-8c0274e5aef7 2018-07-17 06:34:14,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103460073471s 2018-07-17 06:34:14,554 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ec636fbd-fd0f-4b25-b919-8c0274e5aef7 2018-07-17 06:34:14,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:34:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09d9605-81b2-4efa-8f15-6c88ea2ae5a2 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": {"self": "http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b5fdf7f158e344aca6258a7dab4329d6", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:34:14,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b09d9605-81b2-4efa-8f15-6c88ea2ae5a2 2018-07-17 06:34:14,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110694169998s 2018-07-17 06:34:14,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b09d9605-81b2-4efa-8f15-6c88ea2ae5a2 2018-07-17 06:34:14,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:34:14,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d12d48-9633-47ca-881f-d2a20c7f6ee1 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d"}, "tags": [], "enabled": true, "id": "cf9411cfc8b34ba3bf69af9053c5680d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:14,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-60d12d48-9633-47ca-881f-d2a20c7f6ee1 2018-07-17 06:34:14,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0179331302643s 2018-07-17 06:34:14,688 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-60d12d48-9633-47ca-881f-d2a20c7f6ee1 2018-07-17 06:34:14,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:34:14,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=b5fdf7f158e344aca6258a7dab4329d6&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=cf9411cfc8b34ba3bf69af9053c5680d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f793ab33-8fed-4f35-9a23-78702798d472 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=b5fdf7f158e344aca6258a7dab4329d6&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=cf9411cfc8b34ba3bf69af9053c5680d", "previous": null, "next": null}} 2018-07-17 06:34:14,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b5fdf7f158e344aca6258a7dab4329d6&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=cf9411cfc8b34ba3bf69af9053c5680d used request id req-f793ab33-8fed-4f35-9a23-78702798d472 2018-07-17 06:34:14,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.088928937912s 2018-07-17 06:34:14,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b5fdf7f158e344aca6258a7dab4329d6&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=cf9411cfc8b34ba3bf69af9053c5680d used request id req-f793ab33-8fed-4f35-9a23-78702798d472 2018-07-17 06:34:14,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 06:34:14,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d/users/b5fdf7f158e344aca6258a7dab4329d6/roles/6e715159a88a4946aa03c57a6e78880f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:14,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dbe3c09-ddd2-4295-adaa-32d1b9b4adbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:34:14,909 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d/users/b5fdf7f158e344aca6258a7dab4329d6/roles/6e715159a88a4946aa03c57a6e78880f used request id req-7dbe3c09-ddd2-4295-adaa-32d1b9b4adbf 2018-07-17 06:34:14,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.127853870392s 2018-07-17 06:34:14,909 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d/users/b5fdf7f158e344aca6258a7dab4329d6/roles/6e715159a88a4946aa03c57a6e78880f used request id req-7dbe3c09-ddd2-4295-adaa-32d1b9b4adbf 2018-07-17 06:34:14,910 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'cf9411cfc8b34ba3bf69af9053c5680d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '54ed775e-5d58-4aae-944f-317345f47d2b', 'username': u'vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:34:14,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:34:14,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:34:14,911 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd', 'password': '54ed775e-5d58-4aae-944f-317345f47d2b', 'project_name': 'vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'cf9411cfc8b34ba3bf69af9053c5680d', 'project_domain_name': 'Default'} 2018-07-17 06:34:14,912 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-17 06:34:14,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:14,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa74e22-bdf5-4e3f-8184-d6358ff9fa77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:34:14,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3fa74e22-bdf5-4e3f-8184-d6358ff9fa77 2018-07-17 06:34:14,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:34:15,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}], "expires_at": "2018-07-17T07:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf9411cfc8b34ba3bf69af9053c5680d", "name": "vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_cf9411cfc8b34ba3bf69af9053c5680d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_cf9411cfc8b34ba3bf69af9053c5680d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/cf9411cfc8b34ba3bf69af9053c5680d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd", "id": "b5fdf7f158e344aca6258a7dab4329d6"}, "audit_ids": ["RjLnyyc1SmG3BerSSveoIg"], "issued_at": "2018-07-17T06:34:15.000000Z"}} 2018-07-17 06:34:15,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:34:15,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"network": {"name": "vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd", "admin_state_up": true}}' 2018-07-17 06:34:16,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-09fd6b5b-1125-4da3-a7a7-def81f54296b Date: Tue, 17 Jul 2018 06:34:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T06:34:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"ca38330b-29be-4814-921e-7101e0f60fd9","name":"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd"}} 2018-07-17 06:34:16,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-09fd6b5b-1125-4da3-a7a7-def81f54296b 2018-07-17 06:34:16,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.715085029602s 2018-07-17 06:34:16,027 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-09fd6b5b-1125-4da3-a7a7-def81f54296b 2018-07-17 06:34:16,027 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:34:15Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ca38330b-29be-4814-921e-7101e0f60fd9', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd', u'admin_state_up': True, u'tenant_id': u'cf9411cfc8b34ba3bf69af9053c5680d', u'created_at': u'2018-07-17T06:34:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cf9411cfc8b34ba3bf69af9053c5680d'}) 2018-07-17 06:34:16,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:16,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:16,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-56d898fa-5d30-47b0-80e5-f112af688ea0 Date: Tue, 17 Jul 2018 06:34:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:34:15Z","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"ca38330b-29be-4814-921e-7101e0f60fd9","name":"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:16,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-56d898fa-5d30-47b0-80e5-f112af688ea0 2018-07-17 06:34:16,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354933977127s 2018-07-17 06:34:16,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-56d898fa-5d30-47b0-80e5-f112af688ea0 2018-07-17 06:34:16,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:34:16,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"subnet": {"name": "vping_userdata-subnet_5348404e-bf73-4b94-91d7-f590944ddfcd", "enable_dhcp": true, "network_id": "ca38330b-29be-4814-921e-7101e0f60fd9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:34:17,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4370043d-eb99-4ece-ab69-69b53c0253db Date: Tue, 17 Jul 2018 06:34:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:34:16Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","subnetpool_id":null,"name":"vping_userdata-subnet_5348404e-bf73-4b94-91d7-f590944ddfcd"}} 2018-07-17 06:34:17,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4370043d-eb99-4ece-ab69-69b53c0253db 2018-07-17 06:34:17,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.641895055771s 2018-07-17 06:34:17,027 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4370043d-eb99-4ece-ab69-69b53c0253db 2018-07-17 06:34:17,027 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:34:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'4ee287dd-d6e0-4269-8e69-cf50ad238ee3', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_5348404e-bf73-4b94-91d7-f590944ddfcd', u'enable_dhcp': True, u'network_id': u'ca38330b-29be-4814-921e-7101e0f60fd9', u'tenant_id': u'cf9411cfc8b34ba3bf69af9053c5680d', u'created_at': u'2018-07-17T06:34:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'cf9411cfc8b34ba3bf69af9053c5680d'}) 2018-07-17 06:34:17,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:34:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "vping_userdata-router_5348404e-bf73-4b94-91d7-f590944ddfcd", "admin_state_up": true}}' 2018-07-17 06:34:18,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f1259af1-ac6b-4c82-addd-4e6cb3ce9972 Date: Tue, 17 Jul 2018 06:34:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "created_at": "2018-07-17T06:34:17Z", "admin_state_up": true, "updated_at": "2018-07-17T06:34:18Z", "revision_number": 2, "routes": [], "project_id": "cf9411cfc8b34ba3bf69af9053c5680d", "id": "001036fe-df32-4f95-b8b8-04612bf40244", "name": "vping_userdata-router_5348404e-bf73-4b94-91d7-f590944ddfcd"}} 2018-07-17 06:34:18,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f1259af1-ac6b-4c82-addd-4e6cb3ce9972 2018-07-17 06:34:18,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18995285034s 2018-07-17 06:34:18,218 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f1259af1-ac6b-4c82-addd-4e6cb3ce9972 2018-07-17 06:34:18,219 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cf9411cfc8b34ba3bf69af9053c5680d', u'created_at': u'2018-07-17T06:34:17Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T06:34:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'cf9411cfc8b34ba3bf69af9053c5680d', u'id': u'001036fe-df32-4f95-b8b8-04612bf40244', u'name': u'vping_userdata-router_5348404e-bf73-4b94-91d7-f590944ddfcd'}) 2018-07-17 06:34:18,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:34:18,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"subnet_id": "4ee287dd-d6e0-4269-8e69-cf50ad238ee3"}' 2018-07-17 06:34:20,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4abeeb9-e429-4c98-b92c-3bb6b243595a Date: Tue, 17 Jul 2018 06:34:20 GMT RESP BODY: {"network_id": "ca38330b-29be-4814-921e-7101e0f60fd9", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "subnet_id": "4ee287dd-d6e0-4269-8e69-cf50ad238ee3", "subnet_ids": ["4ee287dd-d6e0-4269-8e69-cf50ad238ee3"], "port_id": "5772aa9b-c106-4d42-830a-a77f01a36506", "id": "001036fe-df32-4f95-b8b8-04612bf40244"} 2018-07-17 06:34:20,106 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244/add_router_interface.json used request id req-e4abeeb9-e429-4c98-b92c-3bb6b243595a 2018-07-17 06:34:20,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.88664507866s 2018-07-17 06:34:20,106 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244/add_router_interface.json used request id req-e4abeeb9-e429-4c98-b92c-3bb6b243595a returning object 001036fe-df32-4f95-b8b8-04612bf40244 2018-07-17 06:34:20,106 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:34:20,176 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:34:20,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:20,182 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:34:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:34:20,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:34:20,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:20,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-93f644fe-a055-4292-9b0d-73421cd7b94f Date: Tue, 17 Jul 2018 06:34:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:34:20,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-93f644fe-a055-4292-9b0d-73421cd7b94f 2018-07-17 06:34:20,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199052810669s 2018-07-17 06:34:20,385 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-93f644fe-a055-4292-9b0d-73421cd7b94f 2018-07-17 06:34:20,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:34:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd"}' 2018-07-17 06:34:20,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6abb6094-8366-4a8f-8cb9-33fb638c1b63 Date: Tue, 17 Jul 2018 06:34:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file", "owner": "cf9411cfc8b34ba3bf69af9053c5680d", "id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "size": null, "self": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:34:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "checksum": null, "created_at": "2018-07-17T06:34:20Z", "protected": false} 2018-07-17 06:34:20,536 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-6abb6094-8366-4a8f-8cb9-33fb638c1b63 2018-07-17 06:34:20,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.142351865768s 2018-07-17 06:34:20,536 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-6abb6094-8366-4a8f-8cb9-33fb638c1b63 returning object 28e8cf1d-7b08-4b79-9756-05284cde7d7c 2018-07-17 06:34:20,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:34:20,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '' 2018-07-17 06:34:21,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31cdd7f4-2755-4b2e-b029-6da9a73e6e3f Date: Tue, 17 Jul 2018 06:34:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:34:21,227 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file used request id req-31cdd7f4-2755-4b2e-b029-6da9a73e6e3f 2018-07-17 06:34:21,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.689370155334s 2018-07-17 06:34:21,227 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file used request id req-31cdd7f4-2755-4b2e-b029-6da9a73e6e3f 2018-07-17 06:34:21,227 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:34:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file', u'owner': u'cf9411cfc8b34ba3bf69af9053c5680d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'28e8cf1d-7b08-4b79-9756-05284cde7d7c', u'size': None, u'name': u'vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd', u'checksum': None, u'self': u'/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:34:20Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:34:21,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:34:21,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_5348404e-bf73-4b94-91d7-f590944ddfcd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:34:21,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90d054d4-a6a7-46dd-9870-c4942c9d0be3 x-compute-request-id: req-90d054d4-a6a7-46dd-9870-c4942c9d0be3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9"}} 2018-07-17 06:34:21,516 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-90d054d4-a6a7-46dd-9870-c4942c9d0be3 2018-07-17 06:34:21,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.288727045059s 2018-07-17 06:34:21,517 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-90d054d4-a6a7-46dd-9870-c4942c9d0be3 2018-07-17 06:34:21,518 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_5348404e-bf73-4b94-91d7-f590944ddfcd', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9', 'swap': 0}) 2018-07-17 06:34:21,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:34:21,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" -d '{"extra_specs": {}}' 2018-07-17 06:34:21,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20dae165-f788-4593-9f3a-5d94b7d660c5 x-compute-request-id: req-20dae165-f788-4593-9f3a-5d94b7d660c5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:34:21,539 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9/os-extra_specs used request id req-20dae165-f788-4593-9f3a-5d94b7d660c5 2018-07-17 06:34:21,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211000442505s 2018-07-17 06:34:21,540 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9/os-extra_specs used request id req-20dae165-f788-4593-9f3a-5d94b7d660c5 2018-07-17 06:34:21,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:21,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:21,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-9ff6b83c-e779-438e-a003-8f9718d4fd79 Date: Tue, 17 Jul 2018 06:34:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ee287dd-d6e0-4269-8e69-cf50ad238ee3"],"updated_at":"2018-07-17T06:34:16Z","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"ca38330b-29be-4814-921e-7101e0f60fd9","name":"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:21,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9ff6b83c-e779-438e-a003-8f9718d4fd79 2018-07-17 06:34:21,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118923902512s 2018-07-17 06:34:21,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9ff6b83c-e779-438e-a003-8f9718d4fd79 2018-07-17 06:34:21,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:34:21,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:21,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f8147a90-f005-4e27-b7c1-899890e9ccd0 Date: Tue, 17 Jul 2018 06:34:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/snap", "metadata": {}}], "file": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file", "owner": "cf9411cfc8b34ba3bf69af9053c5680d", "id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "size": 12716032, "self": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:34:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:34:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:34:21,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f8147a90-f005-4e27-b7c1-899890e9ccd0 2018-07-17 06:34:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0336799621582s 2018-07-17 06:34:21,698 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f8147a90-f005-4e27-b7c1-899890e9ccd0 2018-07-17 06:34:21,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:34:21,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:21,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3abb0d87-eaed-4aed-8e1f-3d2a3c13ac53 x-compute-request-id: req-3abb0d87-eaed-4aed-8e1f-3d2a3c13ac53 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9"}]} 2018-07-17 06:34:21,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3abb0d87-eaed-4aed-8e1f-3d2a3c13ac53 2018-07-17 06:34:21,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.206250190735s 2018-07-17 06:34:21,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3abb0d87-eaed-4aed-8e1f-3d2a3c13ac53 2018-07-17 06:34:21,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:34:21,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"server": {"name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "imageRef": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "flavorRef": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ca38330b-29be-4814-921e-7101e0f60fd9"}]}}' 2018-07-17 06:34:22,788 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0962ee87-0326-42b1-8fe3-c2645885493c x-compute-request-id: req-0962ee87-0326-42b1-8fe3-c2645885493c Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "adminPass": "BW99x2aW6h9X"}} 2018-07-17 06:34:22,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0962ee87-0326-42b1-8fe3-c2645885493c 2018-07-17 06:34:22,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.879745960236s 2018-07-17 06:34:22,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0962ee87-0326-42b1-8fe3-c2645885493c 2018-07-17 06:34:22,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:23,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d651da2-769c-4912-a7f9-afa00e7d6fbc x-compute-request-id: req-6d651da2-769c-4912-a7f9-afa00e7d6fbc Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:34:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:23,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d651da2-769c-4912-a7f9-afa00e7d6fbc 2018-07-17 06:34:23,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.288300991058s 2018-07-17 06:34:23,078 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d651da2-769c-4912-a7f9-afa00e7d6fbc 2018-07-17 06:34:23,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:23,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:23,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-46c3d8d1-8285-4599-90ae-d8866d9ba991 Date: Tue, 17 Jul 2018 06:34:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ee287dd-d6e0-4269-8e69-cf50ad238ee3"],"updated_at":"2018-07-17T06:34:16Z","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"ca38330b-29be-4814-921e-7101e0f60fd9","name":"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:23,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-46c3d8d1-8285-4599-90ae-d8866d9ba991 2018-07-17 06:34:23,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106096029282s 2018-07-17 06:34:23,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-46c3d8d1-8285-4599-90ae-d8866d9ba991 2018-07-17 06:34:23,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:34:23,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:23,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-bd5caae5-69c3-4210-9b36-784ee7d94b1b Date: Tue, 17 Jul 2018 06:34:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","subnetpool_id":null,"name":"vping_userdata-subnet_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:23,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bd5caae5-69c3-4210-9b36-784ee7d94b1b 2018-07-17 06:34:23,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0743350982666s 2018-07-17 06:34:23,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bd5caae5-69c3-4210-9b36-784ee7d94b1b 2018-07-17 06:34:23,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:25,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:25,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:25,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69a8883d-1dd1-49c2-846b-dec938c4ba46 x-compute-request-id: req-69a8883d-1dd1-49c2-846b-dec938c4ba46 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:34:25Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:25,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69a8883d-1dd1-49c2-846b-dec938c4ba46 2018-07-17 06:34:25,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516169071198s 2018-07-17 06:34:25,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-69a8883d-1dd1-49c2-846b-dec938c4ba46 2018-07-17 06:34:25,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:27,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:27,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:28,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7479e54d-2deb-45c3-86a0-dd431eed4d53 x-compute-request-id: req-7479e54d-2deb-45c3-86a0-dd431eed4d53 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:34:25Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:28,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7479e54d-2deb-45c3-86a0-dd431eed4d53 2018-07-17 06:34:28,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380599975586s 2018-07-17 06:34:28,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7479e54d-2deb-45c3-86a0-dd431eed4d53 2018-07-17 06:34:28,175 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:30,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:30,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:30,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e86532f-cc3b-49fe-9893-56d3fa3f0798 x-compute-request-id: req-2e86532f-cc3b-49fe-9893-56d3fa3f0798 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:30,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e86532f-cc3b-49fe-9893-56d3fa3f0798 2018-07-17 06:34:30,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211859941483s 2018-07-17 06:34:30,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2e86532f-cc3b-49fe-9893-56d3fa3f0798 2018-07-17 06:34:30,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:34:30,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=58e563ed-7174-4ca7-a1b9-f00ff47e684b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:30,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1382b845-f5b1-47f6-b792-9518a9db6a1d Date: Tue, 17 Jul 2018 06:34:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:25Z","admin_state_up":true,"updated_at":"2018-07-17T06:34:29Z","binding:vnic_type":"normal","device_id":"58e563ed-7174-4ca7-a1b9-f00ff47e684b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:46:8f:13","id":"f51d6ed6-1f79-49f9-b682-06d6bf1a1402","port_security_enabled":true,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","fixed_ips":[{"subnet_id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["f25447a3-6a07-4d03-ba53-df74e69e7daa"],"name":""}]} 2018-07-17 06:34:30,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=58e563ed-7174-4ca7-a1b9-f00ff47e684b used request id req-1382b845-f5b1-47f6-b792-9518a9db6a1d 2018-07-17 06:34:30,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0835099220276s 2018-07-17 06:34:30,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=58e563ed-7174-4ca7-a1b9-f00ff47e684b used request id req-1382b845-f5b1-47f6-b792-9518a9db6a1d 2018-07-17 06:34:30,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:34:30,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f51d6ed6-1f79-49f9-b682-06d6bf1a1402" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:30,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-361c1dd3-6958-4428-89a2-8523c579f2b5 Date: Tue, 17 Jul 2018 06:34:30 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:34:30,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f51d6ed6-1f79-49f9-b682-06d6bf1a1402 used request id req-361c1dd3-6958-4428-89a2-8523c579f2b5 2018-07-17 06:34:30,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0473020076752s 2018-07-17 06:34:30,530 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f51d6ed6-1f79-49f9-b682-06d6bf1a1402 used request id req-361c1dd3-6958-4428-89a2-8523c579f2b5 2018-07-17 06:34:30,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:30,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:30,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a21e1d8-e7bf-49ff-9202-2ad135c9ccfc x-compute-request-id: req-2a21e1d8-e7bf-49ff-9202-2ad135c9ccfc Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:30,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2a21e1d8-e7bf-49ff-9202-2ad135c9ccfc 2018-07-17 06:34:30,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208117008209s 2018-07-17 06:34:30,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2a21e1d8-e7bf-49ff-9202-2ad135c9ccfc 2018-07-17 06:34:30,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:34:30,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=58e563ed-7174-4ca7-a1b9-f00ff47e684b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:30,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a3affcd6-b482-429d-9640-e2f7b732957c Date: Tue, 17 Jul 2018 06:34:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:25Z","admin_state_up":true,"updated_at":"2018-07-17T06:34:29Z","binding:vnic_type":"normal","device_id":"58e563ed-7174-4ca7-a1b9-f00ff47e684b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:46:8f:13","id":"f51d6ed6-1f79-49f9-b682-06d6bf1a1402","port_security_enabled":true,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","fixed_ips":[{"subnet_id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["f25447a3-6a07-4d03-ba53-df74e69e7daa"],"name":""}]} 2018-07-17 06:34:30,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=58e563ed-7174-4ca7-a1b9-f00ff47e684b used request id req-a3affcd6-b482-429d-9640-e2f7b732957c 2018-07-17 06:34:30,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0580670833588s 2018-07-17 06:34:30,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=58e563ed-7174-4ca7-a1b9-f00ff47e684b used request id req-a3affcd6-b482-429d-9640-e2f7b732957c 2018-07-17 06:34:30,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:34:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f51d6ed6-1f79-49f9-b682-06d6bf1a1402" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:31,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1be10ee1-f98a-44a2-9a5e-b70eaf0adc3a Date: Tue, 17 Jul 2018 06:34:31 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:34:31,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f51d6ed6-1f79-49f9-b682-06d6bf1a1402 used request id req-1be10ee1-f98a-44a2-9a5e-b70eaf0adc3a 2018-07-17 06:34:31,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.281046152115s 2018-07-17 06:34:31,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f51d6ed6-1f79-49f9-b682-06d6bf1a1402 used request id req-1be10ee1-f98a-44a2-9a5e-b70eaf0adc3a 2018-07-17 06:34:31,089 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:46:8f:13', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'28e8cf1d-7b08-4b79-9756-05284cde7d7c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:34:29.000000', 'flavor': Munch({u'id': u'1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9'}), 'az': u'nova', 'id': u'58e563ed-7174-4ca7-a1b9-f00ff47e684b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b5fdf7f158e344aca6258a7dab4329d6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'name': 'vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:34:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:34:29Z', 'hostId': u'57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:34:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'name': u'vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd', 'adminPass': None, 'tenant_id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'created_at': u'2018-07-17T06:34:22Z', 'created': u'2018-07-17T06:34:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:34:31,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:31,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:31,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-fc574bfe-eb9d-4002-a044-965c17921509 Date: Tue, 17 Jul 2018 06:34:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ee287dd-d6e0-4269-8e69-cf50ad238ee3"],"updated_at":"2018-07-17T06:34:16Z","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"ca38330b-29be-4814-921e-7101e0f60fd9","name":"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:31,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fc574bfe-eb9d-4002-a044-965c17921509 2018-07-17 06:34:31,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109845876694s 2018-07-17 06:34:31,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-fc574bfe-eb9d-4002-a044-965c17921509 2018-07-17 06:34:31,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:34:31,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:31,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-59bd54ef-6220-4e5d-87bd-6f78d3236089 Date: Tue, 17 Jul 2018 06:34:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/snap", "metadata": {}}], "file": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file", "owner": "cf9411cfc8b34ba3bf69af9053c5680d", "id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "size": 12716032, "self": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:34:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:34:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:34:31,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-59bd54ef-6220-4e5d-87bd-6f78d3236089 2018-07-17 06:34:31,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0334439277649s 2018-07-17 06:34:31,238 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-59bd54ef-6220-4e5d-87bd-6f78d3236089 2018-07-17 06:34:31,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:34:31,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:31,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2db1960f-b0bc-4489-92af-4083f6141b72 x-compute-request-id: req-2db1960f-b0bc-4489-92af-4083f6141b72 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9"}]} 2018-07-17 06:34:31,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2db1960f-b0bc-4489-92af-4083f6141b72 2018-07-17 06:34:31,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026734828949s 2018-07-17 06:34:31,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2db1960f-b0bc-4489-92af-4083f6141b72 2018-07-17 06:34:31,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:34:31,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"server": {"name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "imageRef": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "flavorRef": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMC4xMSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ca38330b-29be-4814-921e-7101e0f60fd9"}]}}' 2018-07-17 06:34:31,977 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e4f826d-b961-4d7a-9997-3393eb63c8b6 x-compute-request-id: req-8e4f826d-b961-4d7a-9997-3393eb63c8b6 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "adminPass": "Mp9nFvj3jaPN"}} 2018-07-17 06:34:31,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-8e4f826d-b961-4d7a-9997-3393eb63c8b6 2018-07-17 06:34:31,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.709583997726s 2018-07-17 06:34:31,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-8e4f826d-b961-4d7a-9997-3393eb63c8b6 2018-07-17 06:34:31,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:31,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:32,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccd7fdcd-cf37-44bd-be8b-1cfc58466c48 x-compute-request-id: req-ccd7fdcd-cf37-44bd-be8b-1cfc58466c48 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:34:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:32,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ccd7fdcd-cf37-44bd-be8b-1cfc58466c48 2018-07-17 06:34:32,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214029073715s 2018-07-17 06:34:32,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ccd7fdcd-cf37-44bd-be8b-1cfc58466c48 2018-07-17 06:34:32,198 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:34,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:34,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:34,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da8e94b9-9a28-4548-9646-a0a7af49596e x-compute-request-id: req-da8e94b9-9a28-4548-9646-a0a7af49596e Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:34:34Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:34,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da8e94b9-9a28-4548-9646-a0a7af49596e 2018-07-17 06:34:34,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394220113754s 2018-07-17 06:34:34,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da8e94b9-9a28-4548-9646-a0a7af49596e 2018-07-17 06:34:34,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:36,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:36,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:37,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07936cd8-e9e1-44d5-9a3c-25c57afb3b16 x-compute-request-id: req-07936cd8-e9e1-44d5-9a3c-25c57afb3b16 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:34:34Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:37,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07936cd8-e9e1-44d5-9a3c-25c57afb3b16 2018-07-17 06:34:37,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494146108627s 2018-07-17 06:34:37,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07936cd8-e9e1-44d5-9a3c-25c57afb3b16 2018-07-17 06:34:37,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:39,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:39,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b2505d2-144d-4abc-b76f-4f283ab5ec99 x-compute-request-id: req-2b2505d2-144d-4abc-b76f-4f283ab5ec99 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:39,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b2505d2-144d-4abc-b76f-4f283ab5ec99 2018-07-17 06:34:39,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410773992538s 2018-07-17 06:34:39,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2b2505d2-144d-4abc-b76f-4f283ab5ec99 2018-07-17 06:34:39,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:34:39,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:39,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-893f9d56-cc2c-42fe-8be3-37505b21fe77 Date: Tue, 17 Jul 2018 06:34:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:34Z","admin_state_up":true,"updated_at":"2018-07-17T06:34:38Z","binding:vnic_type":"normal","device_id":"280026f0-d9ae-4a4b-951a-051bc4b79b00","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6f:a3:e8","id":"81f8c120-ef41-4425-b825-46462e936104","port_security_enabled":true,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","fixed_ips":[{"subnet_id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","ip_address":"192.168.0.5"}],"extra_dhcp_opts":[],"security_groups":["f25447a3-6a07-4d03-ba53-df74e69e7daa"],"name":""}]} 2018-07-17 06:34:39,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-893f9d56-cc2c-42fe-8be3-37505b21fe77 2018-07-17 06:34:39,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0588350296021s 2018-07-17 06:34:39,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-893f9d56-cc2c-42fe-8be3-37505b21fe77 2018-07-17 06:34:39,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:34:39,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:39,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1c47d652-4172-4f38-bf41-7b4cee1bb987 Date: Tue, 17 Jul 2018 06:34:39 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:34:39,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104 used request id req-1c47d652-4172-4f38-bf41-7b4cee1bb987 2018-07-17 06:34:39,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0434272289276s 2018-07-17 06:34:39,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104 used request id req-1c47d652-4172-4f38-bf41-7b4cee1bb987 2018-07-17 06:34:39,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:39,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:39,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a862d285-2404-4565-84d0-8c0be3af80ae x-compute-request-id: req-a862d285-2404-4565-84d0-8c0be3af80ae Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:39,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a862d285-2404-4565-84d0-8c0be3af80ae 2018-07-17 06:34:39,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233654975891s 2018-07-17 06:34:39,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a862d285-2404-4565-84d0-8c0be3af80ae 2018-07-17 06:34:39,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:34:39,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:39,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-d130de35-234e-4a66-a630-c31d46563636 Date: Tue, 17 Jul 2018 06:34:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:34Z","admin_state_up":true,"updated_at":"2018-07-17T06:34:38Z","binding:vnic_type":"normal","device_id":"280026f0-d9ae-4a4b-951a-051bc4b79b00","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6f:a3:e8","id":"81f8c120-ef41-4425-b825-46462e936104","port_security_enabled":true,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","fixed_ips":[{"subnet_id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","ip_address":"192.168.0.5"}],"extra_dhcp_opts":[],"security_groups":["f25447a3-6a07-4d03-ba53-df74e69e7daa"],"name":""}]} 2018-07-17 06:34:39,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-d130de35-234e-4a66-a630-c31d46563636 2018-07-17 06:34:39,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.05739402771s 2018-07-17 06:34:39,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-d130de35-234e-4a66-a630-c31d46563636 2018-07-17 06:34:39,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:34:39,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:39,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-14ed72ea-cee9-4fe9-bc24-2cce9b645397 Date: Tue, 17 Jul 2018 06:34:39 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:34:39,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104 used request id req-14ed72ea-cee9-4fe9-bc24-2cce9b645397 2018-07-17 06:34:39,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448529720306s 2018-07-17 06:34:39,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104 used request id req-14ed72ea-cee9-4fe9-bc24-2cce9b645397 2018-07-17 06:34:39,971 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6f:a3:e8', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'28e8cf1d-7b08-4b79-9756-05284cde7d7c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:34:38.000000', 'flavor': Munch({u'id': u'1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9'}), 'az': u'nova', 'id': u'280026f0-d9ae-4a4b-951a-051bc4b79b00', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b5fdf7f158e344aca6258a7dab4329d6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'name': 'vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:34:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:34:38Z', 'hostId': u'ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:34:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'name': u'vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd', 'adminPass': None, 'tenant_id': u'cf9411cfc8b34ba3bf69af9053c5680d', 'created_at': u'2018-07-17T06:34:31Z', 'created': u'2018-07-17T06:34:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:34:39,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:39,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:40,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9828cab0-562b-4d00-b529-08fd14e9477f x-compute-request-id: req-9828cab0-562b-4d00-b529-08fd14e9477f Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:40,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9828cab0-562b-4d00-b529-08fd14e9477f 2018-07-17 06:34:40,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20811009407s 2018-07-17 06:34:40,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9828cab0-562b-4d00-b529-08fd14e9477f 2018-07-17 06:34:40,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:34:40,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:40,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-c51cf409-edc7-422c-bd23-7220a3f09dde Date: Tue, 17 Jul 2018 06:34:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:34Z","admin_state_up":true,"updated_at":"2018-07-17T06:34:38Z","binding:vnic_type":"normal","device_id":"280026f0-d9ae-4a4b-951a-051bc4b79b00","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6f:a3:e8","id":"81f8c120-ef41-4425-b825-46462e936104","port_security_enabled":true,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","fixed_ips":[{"subnet_id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","ip_address":"192.168.0.5"}],"extra_dhcp_opts":[],"security_groups":["f25447a3-6a07-4d03-ba53-df74e69e7daa"],"name":""}]} 2018-07-17 06:34:40,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-c51cf409-edc7-422c-bd23-7220a3f09dde 2018-07-17 06:34:40,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0562989711761s 2018-07-17 06:34:40,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-c51cf409-edc7-422c-bd23-7220a3f09dde 2018-07-17 06:34:40,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:34:40,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:40,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c19c2ef6-5008-4d3a-a2cc-b07934a513a3 Date: Tue, 17 Jul 2018 06:34:40 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:34:40,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104 used request id req-c19c2ef6-5008-4d3a-a2cc-b07934a513a3 2018-07-17 06:34:40,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0424559116364s 2018-07-17 06:34:40,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=81f8c120-ef41-4425-b825-46462e936104 used request id req-c19c2ef6-5008-4d3a-a2cc-b07934a513a3 2018-07-17 06:34:40,287 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-17 06:34:41,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:41,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:41,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88854f1c-a26c-43ea-8559-1487c2aca7c4 x-compute-request-id: req-88854f1c-a26c-43ea-8559-1487c2aca7c4 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:41,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88854f1c-a26c-43ea-8559-1487c2aca7c4 2018-07-17 06:34:41,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209580898285s 2018-07-17 06:34:41,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88854f1c-a26c-43ea-8559-1487c2aca7c4 2018-07-17 06:34:41,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:34:41,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:34:41,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1feea73b-d0a0-4d30-85b9-2a59e6305e11 x-compute-request-id: req-1feea73b-d0a0-4d30-85b9-2a59e6305e11 Content-Encoding: gzip Content-Length: 7908 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 463637053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141240] pid_max: default: 32768 minimum: 301\n[ 0.142136] ACPI: Core revision 20150930\n[ 0.143492] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144786] Security Framework initialized\n[ 0.145589] Yama: becoming mindful.\n[ 0.146312] AppArmor: AppArmor initialized\n[ 0.147182] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148479] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149735] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150927] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152324] Initializing cgroup subsys io\n[ 0.153135] Initializing cgroup subsys memory\n[ 0.153981] Initializing cgroup subsys devices\n[ 0.154851] Initializing cgroup subsys freezer\n[ 0.155711] Initializing cgroup subsys net_cls\n[ 0.156569] Initializing cgroup subsys perf_event\n[ 0.157472] Initializing cgroup subsys net_prio\n[ 0.158343] Initializing cgroup subsys hugetlb\n[ 0.159219] Initializing cgroup subsys pids\n[ 0.160085] CPU: Physical Processor ID: 0\n[ 0.161557] mce: CPU supports 10 MCE banks\n[ 0.162408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177609] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183671] ftrace: allocating 31920 entries in 125 pages\n[ 0.208759] smpboot: Max logical packages: 1\n[ 0.209599] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210934] x2apic enabled\n[ 0.211735] Switched APIC routing to physical x2apic.\n[ 0.213429] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214554] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216670] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218444] KVM setup paravirtual spinlock\n[ 0.219747] x86: Booted up 1 node, 1 CPUs\n[ 0.220559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221944] devtmpfs: initialized\n[ 0.223645] evm: security.selinux\n[ 0.224361] evm: security.SMACK64\n[ 0.225065] evm: security.SMACK64EXEC\n[ 0.225810] evm: security.SMACK64TRANSMUTE\n[ 0.226623] evm: security.SMACK64MMAP\n[ 0.227373] evm: security.ima\n[ 0.228021] evm: security.capability\n[ 0.228824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230695] pinctrl core: initialized pinctrl subsystem\n[ 0.231802] RTC time: 6:34:38, date: 07/17/18\n[ 0.232778] NET: Registered protocol family 16\n[ 0.233767] cpuidle: using governor ladder\n[ 0.234592] cpuidle: using governor menu\n[ 0.235385] PCCT header not found.\n[ 0.236150] ACPI: bus type PCI registered\n[ 0.236969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238230] PCI: Using configuration type 1 for base access\n[ 0.239982] ACPI: Added _OSI(Module Device)\n[ 0.240830] ACPI: Added _OSI(Processor Device)\n[ 0.241701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242596] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244387] ACPI: Interpreter enabled\n[ 0.245201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252642] ACPI: (supports S0 S5)\n[ 0.253352] ACPI: Using IOAPIC for interrupt routing\n[ 0.254327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258627] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261076] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263299] acpiphp: Slot [3] registered\n[ 0.264112] acpiphp: Slot [4] registered\n[ 0.264953] acpiphp: Slot [5] registered\n[ 0.265773] acpiphp: Slot [6] registered\n[ 0.266585] acpiphp: Slot [7] registered\n[ 0.267399] acpiphp: Slot [8] registered\n[ 0.268218] acpiphp: Slot [9] registered\n[ 0.269021] acpiphp: Slot [10] registered\n[ 0.269842] acpiphp: Slot [11] registered\n[ 0.270663] acpiphp: Slot [12] registered\n[ 0.271487] acpiphp: Slot [13] registered\n[ 0.272312] acpiphp: Slot [14] registered\n[ 0.273132] acpiphp: Slot [15] registered\n[ 0.283819] acpiphp: Slot [16] registered\n[ 0.284659] acpiphp: Slot [17] registered\n[ 0.285493] acpiphp: Slot [18] registered\n[ 0.286325] acpiphp: Slot [19] registered\n[ 0.287145] acpiphp: Slot [20] registered\n[ 0.287976] acpiphp: Slot [21] registered\n[ 0.288792] acpiphp: Slot [22] registered\n[ 0.289600] acpiphp: Slot [23] registered\n[ 0.290416] acpiphp: Slot [24] registered\n[ 0.291236] acpiphp: Slot [25] registered\n[ 0.292066] acpiphp: Slot [26] registered\n[ 0.292882] acpiphp: Slot [27] registered\n[ 0.293705] acpiphp: Slot [28] registered\n[ 0.294524] acpiphp: Slot [29] registered\n[ 0.295408] acpiphp: Slot [30] registered\n[ 0.296263] acpiphp: Slot [31] registered\n[ 0.297081] PCI host bridge to bus 0000:00\n[ 0.297904] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300370] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303295] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309403] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315379] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316981] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.336502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338334] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.339776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.342442] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.343750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.344818] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346367] vgaarb: loaded\n[ 0.346979] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348235] SCSI subsystem initialized\n[ 0.349170] ACPI: bus type USB registered\n[ 0.350008] usbcore: registered new interface driver usbfs\n[ 0.351046] usbcore: registered new interface driver hub\n[ 0.352062] usbcore: registered new device driver usb\n[ 0.353169] PCI: Using ACPI for IRQ routing\n[ 0.354288] NetLabel: Initializing\n[ 0.355008] NetLabel: domain hash size = 128\n[ 0.355863] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.356833] NetLabel: unlabeled traffic allowed by default\n[ 0.357988] clocksource: Switched to clocksource kvm-clock\n[ 0.366109] AppArmor: AppArmor Filesystem Enabled\n[ 0.367085] pnp: PnP ACPI init\n[ 0.368008] pnp: PnP ACPI: found 5 devices\n[ 0.374332] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376036] NET: Registered protocol family 2\n[ 0.377083] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.378364] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.379568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.380752] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381826] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383025] NET: Registered protocol family 1\n[ 0.383914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385005] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.386078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399767] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413650] Trying to unpack rootfs image as initramfs...\n[ 0.469299] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470971] Scanning for low memory corruption every 60 seconds\n[ 0.472309] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473460] audit: initializing netlink subsys (disabled)\n[ 0.474538] audit: type=2000 audit(1531809279.643:1): initialized\n[ 0.475874] Initialise system trusted keyring\n[ 0.476861] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480152] zbud: loaded\n[ 0.480880] VFS: Disk quotas dquot_6.6.0\n[ 0.481705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483303] fuse init (API version 7.23)\n[ 0.484216] Key type big_key registered\n[ 0.485029] Allocating IMA MOK and blacklist keyrings.\n[ 0.486257] Key type asymmetric registered\n[ 0.487089] Asymmetric key parser 'x509' registered\n[ 0.488056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489553] io scheduler noop registered\n[ 0.490355] io scheduler deadline registered (default)\n[ 0.491363] io scheduler cfq registered\n[ 0.492209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495975] ACPI: Power Button [PWRF]\n[ 0.496844] GHES: HEST is not enabled!\n[ 0.510190] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.537686] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.539758] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563666] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565963] Linux agpgart interface v0.103\n[ 0.568528] brd: module loaded\n[ 0.570200] loop: module loaded\n[ 0.573545] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.575028] GPT:90111 != 2097151\n[ 0.575713] GPT:Alternate GPT header not at the end of the disk.\n[ 0.576808] GPT:90111 != 2097151\n[ 0.577493] GPT: Use GNU Parted to correct GPT errors.\n[ 0.578468] vda: vda1 vda15\n[ 0.579698] scsi host0: ata_piix\n[ 0.580483] scsi host1: ata_piix\n[ 0.581223] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.582463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.583958] libphy: Fixed MDIO Bus: probed\n[ 0.584809] tun: Universal TUN/TAP device driver, 1.6\n[ 0.585779] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.587969] PPP generic driver version 2.4.2\n[ 0.588910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.590157] ehci-pci: EHCI PCI platform driver\n[ 0.591036] ehci-platform: EHCI generic platform driver\n[ 0.592028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.593213] ohci-pci: OHCI PCI platform driver\n[ 0.594119] ohci-platform: OHCI generic platform driver\n[ 0.595145] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.611954] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.613015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.614512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.615579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.616756] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.618038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.619495] usb usb1: Product: UHCI Host Controller\n[ 0.620453] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.621628] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.622722] hub 1-0:1.0: USB hub found\n[ 0.623527] hub 1-0:1.0: 2 ports detected\n[ 0.624569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.626829] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.627829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.628913] mousedev: PS/2 mouse device common for all mice\n[ 0.630436] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633528] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.634782] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636022] i2c /dev entries driver\n[ 0.636818] device-mapper: uevent: version 1.0.3\n[ 0.637828] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.639547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641121] NET: Registered protocol family 10\n[ 0.642335] NET: Registered protocol family 17\n[ 0.643286] Key type dns_resolver registered\n[ 0.644338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.645484] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.647373] registered taskstats version 1\n[ 0.648254] Loading compiled-in X.509 certificates\n[ 0.649763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.651728] zswap: loaded using pool lzo/zbud\n[ 0.653441] Key type trusted registered\n[ 0.655264] Key type encrypted registered\n[ 0.656133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.657196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.658283] evm: HMAC attrs: 0x1\n[ 0.659315] Magic number: 10:945:569\n[ 0.660224] rtc_cmos 00:00: setting system clock to 2018-07-17 06:34:39 UTC (1531809279)\n[ 0.661894] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663046] EDD information not available.\n[ 0.743365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.755202] Write protecting the kernel read-only data: 14336k\n[ 0.757429] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.759330] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.58\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.804968] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.5...\nLease of 192.168.0.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.80. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-07-17 06:34:41,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00/action used request id req-1feea73b-d0a0-4d30-85b9-2a59e6305e11 2018-07-17 06:34:41,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0923418998718s 2018-07-17 06:34:41,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00/action used request id req-1feea73b-d0a0-4d30-85b9-2a59e6305e11 2018-07-17 06:34:41,592 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 463637053 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141240] pid_max: default: 32768 minimum: 301 [ 0.142136] ACPI: Core revision 20150930 [ 0.143492] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144786] Security Framework initialized [ 0.145589] Yama: becoming mindful. [ 0.146312] AppArmor: AppArmor initialized [ 0.147182] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148479] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149735] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150927] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152324] Initializing cgroup subsys io [ 0.153135] Initializing cgroup subsys memory [ 0.153981] Initializing cgroup subsys devices [ 0.154851] Initializing cgroup subsys freezer [ 0.155711] Initializing cgroup subsys net_cls [ 0.156569] Initializing cgroup subsys perf_event [ 0.157472] Initializing cgroup subsys net_prio [ 0.158343] Initializing cgroup subsys hugetlb [ 0.159219] Initializing cgroup subsys pids [ 0.160085] CPU: Physical Processor ID: 0 [ 0.161557] mce: CPU supports 10 MCE banks [ 0.162408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177609] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183671] ftrace: allocating 31920 entries in 125 pages [ 0.208759] smpboot: Max logical packages: 1 [ 0.209599] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210934] x2apic enabled [ 0.211735] Switched APIC routing to physical x2apic. [ 0.213429] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214554] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216670] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218444] KVM setup paravirtual spinlock [ 0.219747] x86: Booted up 1 node, 1 CPUs [ 0.220559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221944] devtmpfs: initialized [ 0.223645] evm: security.selinux [ 0.224361] evm: security.SMACK64 [ 0.225065] evm: security.SMACK64EXEC [ 0.225810] evm: security.SMACK64TRANSMUTE [ 0.226623] evm: security.SMACK64MMAP [ 0.227373] evm: security.ima [ 0.228021] evm: security.capability [ 0.228824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230695] pinctrl core: initialized pinctrl subsystem [ 0.231802] RTC time: 6:34:38, date: 07/17/18 [ 0.232778] NET: Registered protocol family 16 [ 0.233767] cpuidle: using governor ladder [ 0.234592] cpuidle: using governor menu [ 0.235385] PCCT header not found. [ 0.236150] ACPI: bus type PCI registered [ 0.236969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238230] PCI: Using configuration type 1 for base access [ 0.239982] ACPI: Added _OSI(Module Device) [ 0.240830] ACPI: Added _OSI(Processor Device) [ 0.241701] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242596] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244387] ACPI: Interpreter enabled [ 0.245201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.250781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252642] ACPI: (supports S0 S5) [ 0.253352] ACPI: Using IOAPIC for interrupt routing [ 0.254327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258627] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261076] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263299] acpiphp: Slot [3] registered [ 0.264112] acpiphp: Slot [4] registered [ 0.264953] acpiphp: Slot [5] registered [ 0.265773] acpiphp: Slot [6] registered [ 0.266585] acpiphp: Slot [7] registered [ 0.267399] acpiphp: Slot [8] registered [ 0.268218] acpiphp: Slot [9] registered [ 0.269021] acpiphp: Slot [10] registered [ 0.269842] acpiphp: Slot [11] registered [ 0.270663] acpiphp: Slot [12] registered [ 0.271487] acpiphp: Slot [13] registered [ 0.272312] acpiphp: Slot [14] registered [ 0.273132] acpiphp: Slot [15] registered [ 0.283819] acpiphp: Slot [16] registered [ 0.284659] acpiphp: Slot [17] registered [ 0.285493] acpiphp: Slot [18] registered [ 0.286325] acpiphp: Slot [19] registered [ 0.287145] acpiphp: Slot [20] registered [ 0.287976] acpiphp: Slot [21] registered [ 0.288792] acpiphp: Slot [22] registered [ 0.289600] acpiphp: Slot [23] registered [ 0.290416] acpiphp: Slot [24] registered [ 0.291236] acpiphp: Slot [25] registered [ 0.292066] acpiphp: Slot [26] registered [ 0.292882] acpiphp: Slot [27] registered [ 0.293705] acpiphp: Slot [28] registered [ 0.294524] acpiphp: Slot [29] registered [ 0.295408] acpiphp: Slot [30] registered [ 0.296263] acpiphp: Slot [31] registered [ 0.297081] PCI host bridge to bus 0000:00 [ 0.297904] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300370] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303295] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.304802] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309403] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315379] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316981] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.336502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.338334] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.339776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.342442] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.343750] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.344818] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.346367] vgaarb: loaded [ 0.346979] vgaarb: bridge control possible 0000:00:02.0 [ 0.348235] SCSI subsystem initialized [ 0.349170] ACPI: bus type USB registered [ 0.350008] usbcore: registered new interface driver usbfs [ 0.351046] usbcore: registered new interface driver hub [ 0.352062] usbcore: registered new device driver usb [ 0.353169] PCI: Using ACPI for IRQ routing [ 0.354288] NetLabel: Initializing [ 0.355008] NetLabel: domain hash size = 128 [ 0.355863] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.356833] NetLabel: unlabeled traffic allowed by default [ 0.357988] clocksource: Switched to clocksource kvm-clock [ 0.366109] AppArmor: AppArmor Filesystem Enabled [ 0.367085] pnp: PnP ACPI init [ 0.368008] pnp: PnP ACPI: found 5 devices [ 0.374332] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376036] NET: Registered protocol family 2 [ 0.377083] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.378364] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.379568] TCP: Hash tables configured (established 4096 bind 4096) [ 0.380752] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.381826] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.383025] NET: Registered protocol family 1 [ 0.383914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.385005] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.386078] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399767] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413650] Trying to unpack rootfs image as initramfs... [ 0.469299] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470971] Scanning for low memory corruption every 60 seconds [ 0.472309] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473460] audit: initializing netlink subsys (disabled) [ 0.474538] audit: type=2000 audit(1531809279.643:1): initialized [ 0.475874] Initialise system trusted keyring [ 0.476861] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480152] zbud: loaded [ 0.480880] VFS: Disk quotas dquot_6.6.0 [ 0.481705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483303] fuse init (API version 7.23) [ 0.484216] Key type big_key registered [ 0.485029] Allocating IMA MOK and blacklist keyrings. [ 0.486257] Key type asymmetric registered [ 0.487089] Asymmetric key parser 'x509' registered [ 0.488056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489553] io scheduler noop registered [ 0.490355] io scheduler deadline registered (default) [ 0.491363] io scheduler cfq registered [ 0.492209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495975] ACPI: Power Button [PWRF] [ 0.496844] GHES: HEST is not enabled! [ 0.510190] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.537686] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.539758] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563666] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565963] Linux agpgart interface v0.103 [ 0.568528] brd: module loaded [ 0.570200] loop: module loaded [ 0.573545] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.575028] GPT:90111 != 2097151 [ 0.575713] GPT:Alternate GPT header not at the end of the disk. [ 0.576808] GPT:90111 != 2097151 [ 0.577493] GPT: Use GNU Parted to correct GPT errors. [ 0.578468] vda: vda1 vda15 [ 0.579698] scsi host0: ata_piix [ 0.580483] scsi host1: ata_piix [ 0.581223] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.582463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.583958] libphy: Fixed MDIO Bus: probed [ 0.584809] tun: Universal TUN/TAP device driver, 1.6 [ 0.585779] tun: (C) 1999-2004 Max Krasnyansky [ 0.587969] PPP generic driver version 2.4.2 [ 0.588910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.590157] ehci-pci: EHCI PCI platform driver [ 0.591036] ehci-platform: EHCI generic platform driver [ 0.592028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.593213] ohci-pci: OHCI PCI platform driver [ 0.594119] ohci-platform: OHCI generic platform driver [ 0.595145] uhci_hcd: USB Universal Host Controller Interface driver [ 0.611954] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.613015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.614512] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.615579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.616756] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.618038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.619495] usb usb1: Product: UHCI Host Controller [ 0.620453] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.621628] usb usb1: SerialNumber: 0000:00:01.2 [ 0.622722] hub 1-0:1.0: USB hub found [ 0.623527] hub 1-0:1.0: 2 ports detected [ 0.624569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.626829] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.627829] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.628913] mousedev: PS/2 mouse device common for all mice [ 0.630436] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632354] rtc_cmos 00:00: RTC can wake from S4 [ 0.633528] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.634782] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636022] i2c /dev entries driver [ 0.636818] device-mapper: uevent: version 1.0.3 [ 0.637828] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.639547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641121] NET: Registered protocol family 10 [ 0.642335] NET: Registered protocol family 17 [ 0.643286] Key type dns_resolver registered [ 0.644338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.645484] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.647373] registered taskstats version 1 [ 0.648254] Loading compiled-in X.509 certificates [ 0.649763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.651728] zswap: loaded using pool lzo/zbud [ 0.653441] Key type trusted registered [ 0.655264] Key type encrypted registered [ 0.656133] AppArmor: AppArmor sha1 policy hashing enabled [ 0.657196] ima: No TPM chip found, activating TPM-bypass! [ 0.658283] evm: HMAC attrs: 0x1 [ 0.659315] Magic number: 10:945:569 [ 0.660224] rtc_cmos 00:00: setting system clock to 2018-07-17 06:34:39 UTC (1531809279) [ 0.661894] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663046] EDD information not available. [ 0.743365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.755202] Write protecting the kernel read-only data: 14336k [ 0.757429] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.759330] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.804968] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.5... Lease of 192.168.0.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.80. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-07-17 06:34:41,593 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.0.11. Waiting for response... 2018-07-17 06:34:42,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:42,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:42,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfaa2bf4-0145-4e88-9646-a94e352ec8df x-compute-request-id: req-dfaa2bf4-0145-4e88-9646-a94e352ec8df Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:29Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:42,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dfaa2bf4-0145-4e88-9646-a94e352ec8df 2018-07-17 06:34:42,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364727020264s 2018-07-17 06:34:42,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dfaa2bf4-0145-4e88-9646-a94e352ec8df 2018-07-17 06:34:42,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:34:42,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:34:43,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3e62391-e1d5-412e-83b0-dd40cd628de6 x-compute-request-id: req-f3e62391-e1d5-412e-83b0-dd40cd628de6 Content-Encoding: gzip Content-Length: 9543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 463637053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141240] pid_max: default: 32768 minimum: 301\n[ 0.142136] ACPI: Core revision 20150930\n[ 0.143492] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144786] Security Framework initialized\n[ 0.145589] Yama: becoming mindful.\n[ 0.146312] AppArmor: AppArmor initialized\n[ 0.147182] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148479] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149735] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150927] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152324] Initializing cgroup subsys io\n[ 0.153135] Initializing cgroup subsys memory\n[ 0.153981] Initializing cgroup subsys devices\n[ 0.154851] Initializing cgroup subsys freezer\n[ 0.155711] Initializing cgroup subsys net_cls\n[ 0.156569] Initializing cgroup subsys perf_event\n[ 0.157472] Initializing cgroup subsys net_prio\n[ 0.158343] Initializing cgroup subsys hugetlb\n[ 0.159219] Initializing cgroup subsys pids\n[ 0.160085] CPU: Physical Processor ID: 0\n[ 0.161557] mce: CPU supports 10 MCE banks\n[ 0.162408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177609] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183671] ftrace: allocating 31920 entries in 125 pages\n[ 0.208759] smpboot: Max logical packages: 1\n[ 0.209599] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210934] x2apic enabled\n[ 0.211735] Switched APIC routing to physical x2apic.\n[ 0.213429] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214554] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216670] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218444] KVM setup paravirtual spinlock\n[ 0.219747] x86: Booted up 1 node, 1 CPUs\n[ 0.220559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221944] devtmpfs: initialized\n[ 0.223645] evm: security.selinux\n[ 0.224361] evm: security.SMACK64\n[ 0.225065] evm: security.SMACK64EXEC\n[ 0.225810] evm: security.SMACK64TRANSMUTE\n[ 0.226623] evm: security.SMACK64MMAP\n[ 0.227373] evm: security.ima\n[ 0.228021] evm: security.capability\n[ 0.228824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230695] pinctrl core: initialized pinctrl subsystem\n[ 0.231802] RTC time: 6:34:38, date: 07/17/18\n[ 0.232778] NET: Registered protocol family 16\n[ 0.233767] cpuidle: using governor ladder\n[ 0.234592] cpuidle: using governor menu\n[ 0.235385] PCCT header not found.\n[ 0.236150] ACPI: bus type PCI registered\n[ 0.236969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238230] PCI: Using configuration type 1 for base access\n[ 0.239982] ACPI: Added _OSI(Module Device)\n[ 0.240830] ACPI: Added _OSI(Processor Device)\n[ 0.241701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242596] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244387] ACPI: Interpreter enabled\n[ 0.245201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252642] ACPI: (supports S0 S5)\n[ 0.253352] ACPI: Using IOAPIC for interrupt routing\n[ 0.254327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258627] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261076] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263299] acpiphp: Slot [3] registered\n[ 0.264112] acpiphp: Slot [4] registered\n[ 0.264953] acpiphp: Slot [5] registered\n[ 0.265773] acpiphp: Slot [6] registered\n[ 0.266585] acpiphp: Slot [7] registered\n[ 0.267399] acpiphp: Slot [8] registered\n[ 0.268218] acpiphp: Slot [9] registered\n[ 0.269021] acpiphp: Slot [10] registered\n[ 0.269842] acpiphp: Slot [11] registered\n[ 0.270663] acpiphp: Slot [12] registered\n[ 0.271487] acpiphp: Slot [13] registered\n[ 0.272312] acpiphp: Slot [14] registered\n[ 0.273132] acpiphp: Slot [15] registered\n[ 0.283819] acpiphp: Slot [16] registered\n[ 0.284659] acpiphp: Slot [17] registered\n[ 0.285493] acpiphp: Slot [18] registered\n[ 0.286325] acpiphp: Slot [19] registered\n[ 0.287145] acpiphp: Slot [20] registered\n[ 0.287976] acpiphp: Slot [21] registered\n[ 0.288792] acpiphp: Slot [22] registered\n[ 0.289600] acpiphp: Slot [23] registered\n[ 0.290416] acpiphp: Slot [24] registered\n[ 0.291236] acpiphp: Slot [25] registered\n[ 0.292066] acpiphp: Slot [26] registered\n[ 0.292882] acpiphp: Slot [27] registered\n[ 0.293705] acpiphp: Slot [28] registered\n[ 0.294524] acpiphp: Slot [29] registered\n[ 0.295408] acpiphp: Slot [30] registered\n[ 0.296263] acpiphp: Slot [31] registered\n[ 0.297081] PCI host bridge to bus 0000:00\n[ 0.297904] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300370] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303295] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309403] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315379] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316981] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.336502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338334] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.339776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.342442] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.343750] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.344818] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346367] vgaarb: loaded\n[ 0.346979] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348235] SCSI subsystem initialized\n[ 0.349170] ACPI: bus type USB registered\n[ 0.350008] usbcore: registered new interface driver usbfs\n[ 0.351046] usbcore: registered new interface driver hub\n[ 0.352062] usbcore: registered new device driver usb\n[ 0.353169] PCI: Using ACPI for IRQ routing\n[ 0.354288] NetLabel: Initializing\n[ 0.355008] NetLabel: domain hash size = 128\n[ 0.355863] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.356833] NetLabel: unlabeled traffic allowed by default\n[ 0.357988] clocksource: Switched to clocksource kvm-clock\n[ 0.366109] AppArmor: AppArmor Filesystem Enabled\n[ 0.367085] pnp: PnP ACPI init\n[ 0.368008] pnp: PnP ACPI: found 5 devices\n[ 0.374332] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376036] NET: Registered protocol family 2\n[ 0.377083] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.378364] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.379568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.380752] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381826] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383025] NET: Registered protocol family 1\n[ 0.383914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385005] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.386078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399767] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413650] Trying to unpack rootfs image as initramfs...\n[ 0.469299] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470971] Scanning for low memory corruption every 60 seconds\n[ 0.472309] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473460] audit: initializing netlink subsys (disabled)\n[ 0.474538] audit: type=2000 audit(1531809279.643:1): initialized\n[ 0.475874] Initialise system trusted keyring\n[ 0.476861] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480152] zbud: loaded\n[ 0.480880] VFS: Disk quotas dquot_6.6.0\n[ 0.481705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483303] fuse init (API version 7.23)\n[ 0.484216] Key type big_key registered\n[ 0.485029] Allocating IMA MOK and blacklist keyrings.\n[ 0.486257] Key type asymmetric registered\n[ 0.487089] Asymmetric key parser 'x509' registered\n[ 0.488056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489553] io scheduler noop registered\n[ 0.490355] io scheduler deadline registered (default)\n[ 0.491363] io scheduler cfq registered\n[ 0.492209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495975] ACPI: Power Button [PWRF]\n[ 0.496844] GHES: HEST is not enabled!\n[ 0.510190] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.537686] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.539758] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563666] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565963] Linux agpgart interface v0.103\n[ 0.568528] brd: module loaded\n[ 0.570200] loop: module loaded\n[ 0.573545] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.575028] GPT:90111 != 2097151\n[ 0.575713] GPT:Alternate GPT header not at the end of the disk.\n[ 0.576808] GPT:90111 != 2097151\n[ 0.577493] GPT: Use GNU Parted to correct GPT errors.\n[ 0.578468] vda: vda1 vda15\n[ 0.579698] scsi host0: ata_piix\n[ 0.580483] scsi host1: ata_piix\n[ 0.581223] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.582463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.583958] libphy: Fixed MDIO Bus: probed\n[ 0.584809] tun: Universal TUN/TAP device driver, 1.6\n[ 0.585779] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.587969] PPP generic driver version 2.4.2\n[ 0.588910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.590157] ehci-pci: EHCI PCI platform driver\n[ 0.591036] ehci-platform: EHCI generic platform driver\n[ 0.592028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.593213] ohci-pci: OHCI PCI platform driver\n[ 0.594119] ohci-platform: OHCI generic platform driver\n[ 0.595145] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.611954] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.613015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.614512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.615579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.616756] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.618038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.619495] usb usb1: Product: UHCI Host Controller\n[ 0.620453] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.621628] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.622722] hub 1-0:1.0: USB hub found\n[ 0.623527] hub 1-0:1.0: 2 ports detected\n[ 0.624569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.626829] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.627829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.628913] mousedev: PS/2 mouse device common for all mice\n[ 0.630436] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632354] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633528] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.634782] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636022] i2c /dev entries driver\n[ 0.636818] device-mapper: uevent: version 1.0.3\n[ 0.637828] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.639547] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641121] NET: Registered protocol family 10\n[ 0.642335] NET: Registered protocol family 17\n[ 0.643286] Key type dns_resolver registered\n[ 0.644338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.645484] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.647373] registered taskstats version 1\n[ 0.648254] Loading compiled-in X.509 certificates\n[ 0.649763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.651728] zswap: loaded using pool lzo/zbud\n[ 0.653441] Key type trusted registered\n[ 0.655264] Key type encrypted registered\n[ 0.656133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.657196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.658283] evm: HMAC attrs: 0x1\n[ 0.659315] Magic number: 10:945:569\n[ 0.660224] rtc_cmos 00:00: setting system clock to 2018-07-17 06:34:39 UTC (1531809279)\n[ 0.661894] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663046] EDD information not available.\n[ 0.743365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.755202] Write protecting the kernel read-only data: 14336k\n[ 0.757429] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.759330] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.58\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.804968] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.5...\nLease of 192.168.0.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.80. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCB8jBZjeyp97+joLCns6dxZ6wvdBG/gda7R114PUmDo+ixz/N+JIs6pSpMHaAyYnp3dkunFUUgvffqg2BldecCY3TeP9a7O4x5rcMXOJTQ9qKpuOVGqEoxrZH8ntL5u3pSCgyB5ngHMbLcWHZCd3UvKiunMrVE7E5S/Eep8sKkegRfC3iExXHKgVl/Xy1dsS4iXfrmBXugyIrXNIVy/2M6ctf9OQdD9vt+GU17N/nbzDgKcaUPCyMbm8gGhkdwcVzYVE+Jf5I1f3smZxfMLt0fB0FYP+ebeA81GNTwCIpaUI+UyR+JA8PKQEd0p8JFE3AMXGx2F/av6/hv4BIP5XcP root@vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd\nssh-dss AAAAB3NzaC1kc3MAAACBAPMO//ihSmFAfX5wSctO+6ULpqmBZ2UhC36MNW0YLb+5QBtuGAvHSm98oHT3jjpBsX98NlWs55Znyk7CCEi63tEE+GTcVmmdfZAPuEZgC9SgTuLIElbDQQYBKWUBz5fFMf+50PyrMWBLDd8V9OKeJupoa6Nv9nOaK7c2xSY0vyljAAAAFQDhCdkVmB3XokxBiDlNElrA4i6GoQAAAIEA5zh6RIgPw1m/pTpersYSikazGzxyvNVkOYSQj8C8MfdAMn72IoO1XJHrYPQS38ed9V98RCORqYjIWCsAejSeNaVpvJ+nqPPM1nYh3auaYLs/YBmoLSAaK/vtyL91Nuoax2SxiSpVBWpsNn+5vGA5KV5iQI6tF7G1B3ILv9ubnjgAAACAc7CA9qu41AojzZ6CAo1iJ8LhRVLBcpfytCqiTYjL4Z2V9E4zD+jqzftSM4kXfgEIkLLRnyXlrUx5Y3lzayLxLuPAT8RiXBW8pD3/KPGSKoVe0cWJlIbIE6F9Bp0V9BeSxhSZwBhqp9FisKtbFlmF8KeqmMDOfEI7Q9vdjP5BTRc= root@vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.5,24,fe80::f816:3eff:fe6f:a3e8/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.13 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd login: "} 2018-07-17 06:34:43,061 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00/action used request id req-f3e62391-e1d5-412e-83b0-dd40cd628de6 2018-07-17 06:34:43,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0982930660248s 2018-07-17 06:34:43,062 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00/action used request id req-f3e62391-e1d5-412e-83b0-dd40cd628de6 2018-07-17 06:34:43,062 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 463637053 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139590] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141240] pid_max: default: 32768 minimum: 301 [ 0.142136] ACPI: Core revision 20150930 [ 0.143492] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144786] Security Framework initialized [ 0.145589] Yama: becoming mindful. [ 0.146312] AppArmor: AppArmor initialized [ 0.147182] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148479] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149735] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150927] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152324] Initializing cgroup subsys io [ 0.153135] Initializing cgroup subsys memory [ 0.153981] Initializing cgroup subsys devices [ 0.154851] Initializing cgroup subsys freezer [ 0.155711] Initializing cgroup subsys net_cls [ 0.156569] Initializing cgroup subsys perf_event [ 0.157472] Initializing cgroup subsys net_prio [ 0.158343] Initializing cgroup subsys hugetlb [ 0.159219] Initializing cgroup subsys pids [ 0.160085] CPU: Physical Processor ID: 0 [ 0.161557] mce: CPU supports 10 MCE banks [ 0.162408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177609] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183671] ftrace: allocating 31920 entries in 125 pages [ 0.208759] smpboot: Max logical packages: 1 [ 0.209599] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210934] x2apic enabled [ 0.211735] Switched APIC routing to physical x2apic. [ 0.213429] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214554] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216670] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218444] KVM setup paravirtual spinlock [ 0.219747] x86: Booted up 1 node, 1 CPUs [ 0.220559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221944] devtmpfs: initialized [ 0.223645] evm: security.selinux [ 0.224361] evm: security.SMACK64 [ 0.225065] evm: security.SMACK64EXEC [ 0.225810] evm: security.SMACK64TRANSMUTE [ 0.226623] evm: security.SMACK64MMAP [ 0.227373] evm: security.ima [ 0.228021] evm: security.capability [ 0.228824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230695] pinctrl core: initialized pinctrl subsystem [ 0.231802] RTC time: 6:34:38, date: 07/17/18 [ 0.232778] NET: Registered protocol family 16 [ 0.233767] cpuidle: using governor ladder [ 0.234592] cpuidle: using governor menu [ 0.235385] PCCT header not found. [ 0.236150] ACPI: bus type PCI registered [ 0.236969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238230] PCI: Using configuration type 1 for base access [ 0.239982] ACPI: Added _OSI(Module Device) [ 0.240830] ACPI: Added _OSI(Processor Device) [ 0.241701] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242596] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244387] ACPI: Interpreter enabled [ 0.245201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.250781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252642] ACPI: (supports S0 S5) [ 0.253352] ACPI: Using IOAPIC for interrupt routing [ 0.254327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258627] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259874] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261076] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263299] acpiphp: Slot [3] registered [ 0.264112] acpiphp: Slot [4] registered [ 0.264953] acpiphp: Slot [5] registered [ 0.265773] acpiphp: Slot [6] registered [ 0.266585] acpiphp: Slot [7] registered [ 0.267399] acpiphp: Slot [8] registered [ 0.268218] acpiphp: Slot [9] registered [ 0.269021] acpiphp: Slot [10] registered [ 0.269842] acpiphp: Slot [11] registered [ 0.270663] acpiphp: Slot [12] registered [ 0.271487] acpiphp: Slot [13] registered [ 0.272312] acpiphp: Slot [14] registered [ 0.273132] acpiphp: Slot [15] registered [ 0.283819] acpiphp: Slot [16] registered [ 0.284659] acpiphp: Slot [17] registered [ 0.285493] acpiphp: Slot [18] registered [ 0.286325] acpiphp: Slot [19] registered [ 0.287145] acpiphp: Slot [20] registered [ 0.287976] acpiphp: Slot [21] registered [ 0.288792] acpiphp: Slot [22] registered [ 0.289600] acpiphp: Slot [23] registered [ 0.290416] acpiphp: Slot [24] registered [ 0.291236] acpiphp: Slot [25] registered [ 0.292066] acpiphp: Slot [26] registered [ 0.292882] acpiphp: Slot [27] registered [ 0.293705] acpiphp: Slot [28] registered [ 0.294524] acpiphp: Slot [29] registered [ 0.295408] acpiphp: Slot [30] registered [ 0.296263] acpiphp: Slot [31] registered [ 0.297081] PCI host bridge to bus 0000:00 [ 0.297904] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300370] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303295] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.304802] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309403] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315379] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316981] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335021] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.336502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.338334] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.339776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.342442] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.343750] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.344818] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.346367] vgaarb: loaded [ 0.346979] vgaarb: bridge control possible 0000:00:02.0 [ 0.348235] SCSI subsystem initialized [ 0.349170] ACPI: bus type USB registered [ 0.350008] usbcore: registered new interface driver usbfs [ 0.351046] usbcore: registered new interface driver hub [ 0.352062] usbcore: registered new device driver usb [ 0.353169] PCI: Using ACPI for IRQ routing [ 0.354288] NetLabel: Initializing [ 0.355008] NetLabel: domain hash size = 128 [ 0.355863] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.356833] NetLabel: unlabeled traffic allowed by default [ 0.357988] clocksource: Switched to clocksource kvm-clock [ 0.366109] AppArmor: AppArmor Filesystem Enabled [ 0.367085] pnp: PnP ACPI init [ 0.368008] pnp: PnP ACPI: found 5 devices [ 0.374332] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376036] NET: Registered protocol family 2 [ 0.377083] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.378364] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.379568] TCP: Hash tables configured (established 4096 bind 4096) [ 0.380752] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.381826] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.383025] NET: Registered protocol family 1 [ 0.383914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.385005] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.386078] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399767] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413650] Trying to unpack rootfs image as initramfs... [ 0.469299] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470971] Scanning for low memory corruption every 60 seconds [ 0.472309] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473460] audit: initializing netlink subsys (disabled) [ 0.474538] audit: type=2000 audit(1531809279.643:1): initialized [ 0.475874] Initialise system trusted keyring [ 0.476861] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480152] zbud: loaded [ 0.480880] VFS: Disk quotas dquot_6.6.0 [ 0.481705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483303] fuse init (API version 7.23) [ 0.484216] Key type big_key registered [ 0.485029] Allocating IMA MOK and blacklist keyrings. [ 0.486257] Key type asymmetric registered [ 0.487089] Asymmetric key parser 'x509' registered [ 0.488056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489553] io scheduler noop registered [ 0.490355] io scheduler deadline registered (default) [ 0.491363] io scheduler cfq registered [ 0.492209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493260] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495975] ACPI: Power Button [PWRF] [ 0.496844] GHES: HEST is not enabled! [ 0.510190] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.537686] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.539758] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563666] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565963] Linux agpgart interface v0.103 [ 0.568528] brd: module loaded [ 0.570200] loop: module loaded [ 0.573545] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.575028] GPT:90111 != 2097151 [ 0.575713] GPT:Alternate GPT header not at the end of the disk. [ 0.576808] GPT:90111 != 2097151 [ 0.577493] GPT: Use GNU Parted to correct GPT errors. [ 0.578468] vda: vda1 vda15 [ 0.579698] scsi host0: ata_piix [ 0.580483] scsi host1: ata_piix [ 0.581223] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.582463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.583958] libphy: Fixed MDIO Bus: probed [ 0.584809] tun: Universal TUN/TAP device driver, 1.6 [ 0.585779] tun: (C) 1999-2004 Max Krasnyansky [ 0.587969] PPP generic driver version 2.4.2 [ 0.588910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.590157] ehci-pci: EHCI PCI platform driver [ 0.591036] ehci-platform: EHCI generic platform driver [ 0.592028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.593213] ohci-pci: OHCI PCI platform driver [ 0.594119] ohci-platform: OHCI generic platform driver [ 0.595145] uhci_hcd: USB Universal Host Controller Interface driver [ 0.611954] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.613015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.614512] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.615579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.616756] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.618038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.619495] usb usb1: Product: UHCI Host Controller [ 0.620453] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.621628] usb usb1: SerialNumber: 0000:00:01.2 [ 0.622722] hub 1-0:1.0: USB hub found [ 0.623527] hub 1-0:1.0: 2 ports detected [ 0.624569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.626829] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.627829] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.628913] mousedev: PS/2 mouse device common for all mice [ 0.630436] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632354] rtc_cmos 00:00: RTC can wake from S4 [ 0.633528] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.634782] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636022] i2c /dev entries driver [ 0.636818] device-mapper: uevent: version 1.0.3 [ 0.637828] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.639547] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641121] NET: Registered protocol family 10 [ 0.642335] NET: Registered protocol family 17 [ 0.643286] Key type dns_resolver registered [ 0.644338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.645484] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.647373] registered taskstats version 1 [ 0.648254] Loading compiled-in X.509 certificates [ 0.649763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.651728] zswap: loaded using pool lzo/zbud [ 0.653441] Key type trusted registered [ 0.655264] Key type encrypted registered [ 0.656133] AppArmor: AppArmor sha1 policy hashing enabled [ 0.657196] ima: No TPM chip found, activating TPM-bypass! [ 0.658283] evm: HMAC attrs: 0x1 [ 0.659315] Magic number: 10:945:569 [ 0.660224] rtc_cmos 00:00: setting system clock to 2018-07-17 06:34:39 UTC (1531809279) [ 0.661894] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663046] EDD information not available. [ 0.743365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.755202] Write protecting the kernel read-only data: 14336k [ 0.757429] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.759330] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.804968] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.5... Lease of 192.168.0.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.80. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCB8jBZjeyp97+joLCns6dxZ6wvdBG/gda7R114PUmDo+ixz/N+JIs6pSpMHaAyYnp3dkunFUUgvffqg2BldecCY3TeP9a7O4x5rcMXOJTQ9qKpuOVGqEoxrZH8ntL5u3pSCgyB5ngHMbLcWHZCd3UvKiunMrVE7E5S/Eep8sKkegRfC3iExXHKgVl/Xy1dsS4iXfrmBXugyIrXNIVy/2M6ctf9OQdD9vt+GU17N/nbzDgKcaUPCyMbm8gGhkdwcVzYVE+Jf5I1f3smZxfMLt0fB0FYP+ebeA81GNTwCIpaUI+UyR+JA8PKQEd0p8JFE3AMXGx2F/av6/hv4BIP5XcP root@vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd ssh-dss AAAAB3NzaC1kc3MAAACBAPMO//ihSmFAfX5wSctO+6ULpqmBZ2UhC36MNW0YLb+5QBtuGAvHSm98oHT3jjpBsX98NlWs55Znyk7CCEi63tEE+GTcVmmdfZAPuEZgC9SgTuLIElbDQQYBKWUBz5fFMf+50PyrMWBLDd8V9OKeJupoa6Nv9nOaK7c2xSY0vyljAAAAFQDhCdkVmB3XokxBiDlNElrA4i6GoQAAAIEA5zh6RIgPw1m/pTpersYSikazGzxyvNVkOYSQj8C8MfdAMn72IoO1XJHrYPQS38ed9V98RCORqYjIWCsAejSeNaVpvJ+nqPPM1nYh3auaYLs/YBmoLSAaK/vtyL91Nuoax2SxiSpVBWpsNn+5vGA5KV5iQI6tF7G1B3ILv9ubnjgAAACAc7CA9qu41AojzZ6CAo1iJ8LhRVLBcpfytCqiTYjL4Z2V9E4zD+jqzftSM4kXfgEIkLLRnyXlrUx5Y3lzayLxLuPAT8RiXBW8pD3/KPGSKoVe0cWJlIbIE6F9Bp0V9BeSxhSZwBhqp9FisKtbFlmF8KeqmMDOfEI7Q9vdjP5BTRc= root@vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.29s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.5,24,fe80::f816:3eff:fe6f:a3e8/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd launch-index: 0 === cirros: current=0.4.0 uptime=3.13 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-5348404e-bf73-4b94-91d7-f590944ddfcd login: 2018-07-17 06:34:43,063 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-17 06:34:43,171 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:34:43,171 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:28 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-17 06:34:43,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:34:43,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:43,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a548117a-623d-4d50-8d15-22200d2f81e9 x-compute-request-id: req-a548117a-623d-4d50-8d15-22200d2f81e9 Content-Type: application/json 2018-07-17 06:34:43,301 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b used request id req-a548117a-623d-4d50-8d15-22200d2f81e9 2018-07-17 06:34:43,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.124169826508s 2018-07-17 06:34:43,301 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b used request id req-a548117a-623d-4d50-8d15-22200d2f81e9 2018-07-17 06:34:43,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:43,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d66d5477-8524-4c4b-8595-8fe2ee2b74fa x-compute-request-id: req-d66d5477-8524-4c4b-8595-8fe2ee2b74fa Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:13", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/58e563ed-7174-4ca7-a1b9-f00ff47e684b", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:29.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "58e563ed-7174-4ca7-a1b9-f00ff47e684b", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:43Z", "hostId": "57abcfe4f181a4ad55b345b97d47b305d61bb4736ec1ee71261888d1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:22Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:43,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d66d5477-8524-4c4b-8595-8fe2ee2b74fa 2018-07-17 06:34:43,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.272338151932s 2018-07-17 06:34:43,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d66d5477-8524-4c4b-8595-8fe2ee2b74fa 2018-07-17 06:34:43,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:45,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:45,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:45,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca044e77-3748-4f93-bdae-a37a418b716a x-compute-request-id: req-ca044e77-3748-4f93-bdae-a37a418b716a Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:38Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:45,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ca044e77-3748-4f93-bdae-a37a418b716a 2018-07-17 06:34:45,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203591108322s 2018-07-17 06:34:45,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ca044e77-3748-4f93-bdae-a37a418b716a 2018-07-17 06:34:45,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:34:45,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:45,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05a47042-1c2f-4f43-a70c-4f2aed784146 x-compute-request-id: req-05a47042-1c2f-4f43-a70c-4f2aed784146 Content-Type: application/json 2018-07-17 06:34:45,948 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-05a47042-1c2f-4f43-a70c-4f2aed784146 2018-07-17 06:34:45,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.162787914276s 2018-07-17 06:34:45,948 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00 used request id req-05a47042-1c2f-4f43-a70c-4f2aed784146 2018-07-17 06:34:45,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:45,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:46,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8f33fd9-1e3d-4e2b-a215-ed47d6a8ba64 x-compute-request-id: req-f8f33fd9-1e3d-4e2b-a215-ed47d6a8ba64 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:a3:e8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/280026f0-d9ae-4a4b-951a-051bc4b79b00", "rel": "bookmark"}], "image": {"id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "links": [{"href": "http://172.30.9.28:8774/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:34:38.000000", "flavor": {"id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "links": [{"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}]}, "id": "280026f0-d9ae-4a4b-951a-051bc4b79b00", "security_groups": [{"name": "default"}], "user_id": "b5fdf7f158e344aca6258a7dab4329d6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:34:45Z", "hostId": "ccf2b2bcaa974bf5ceb9836f4b2ce38d2d50aaa55180a691283cf99a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_5348404e-bf73-4b94-91d7-f590944ddfcd", "created": "2018-07-17T06:34:31Z", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:34:46,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8f33fd9-1e3d-4e2b-a215-ed47d6a8ba64 2018-07-17 06:34:46,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645256996155s 2018-07-17 06:34:46,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8f33fd9-1e3d-4e2b-a215-ed47d6a8ba64 2018-07-17 06:34:46,596 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:34:48,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:34:48,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:48,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2865b6ee-220e-4d1d-9341-fbd35b52f866 x-compute-request-id: req-2865b6ee-220e-4d1d-9341-fbd35b52f866 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 06:34:48,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2865b6ee-220e-4d1d-9341-fbd35b52f866 2018-07-17 06:34:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0888969898224s 2018-07-17 06:34:48,688 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2865b6ee-220e-4d1d-9341-fbd35b52f866 2018-07-17 06:34:48,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:34:48,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" -d '{"subnet_id": "4ee287dd-d6e0-4269-8e69-cf50ad238ee3"}' 2018-07-17 06:34:50,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0f2eb8e1-9aa1-4072-aa7b-bd6c4435ce09 Date: Tue, 17 Jul 2018 06:34:50 GMT RESP BODY: {"network_id": "ca38330b-29be-4814-921e-7101e0f60fd9", "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "subnet_id": "4ee287dd-d6e0-4269-8e69-cf50ad238ee3", "subnet_ids": ["4ee287dd-d6e0-4269-8e69-cf50ad238ee3"], "port_id": "5772aa9b-c106-4d42-830a-a77f01a36506", "id": "001036fe-df32-4f95-b8b8-04612bf40244"} 2018-07-17 06:34:50,153 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244/remove_router_interface.json used request id req-0f2eb8e1-9aa1-4072-aa7b-bd6c4435ce09 2018-07-17 06:34:50,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.46425795555s 2018-07-17 06:34:50,154 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244/remove_router_interface.json used request id req-0f2eb8e1-9aa1-4072-aa7b-bd6c4435ce09 returning object 001036fe-df32-4f95-b8b8-04612bf40244 2018-07-17 06:34:50,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:34:50,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:50,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f63f380b-68e6-4723-a412-19023c5b323b Date: Tue, 17 Jul 2018 06:34:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "cf9411cfc8b34ba3bf69af9053c5680d", "created_at": "2018-07-17T06:34:17Z", "admin_state_up": true, "updated_at": "2018-07-17T06:34:49Z", "revision_number": 4, "routes": [], "project_id": "cf9411cfc8b34ba3bf69af9053c5680d", "id": "001036fe-df32-4f95-b8b8-04612bf40244", "name": "vping_userdata-router_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:50,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f63f380b-68e6-4723-a412-19023c5b323b 2018-07-17 06:34:50,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117990970612s 2018-07-17 06:34:50,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f63f380b-68e6-4723-a412-19023c5b323b 2018-07-17 06:34:50,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:34:50,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:51,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f4648ca-1cc6-4903-b02e-d77f54a6a1a4 Content-Length: 0 Date: Tue, 17 Jul 2018 06:34:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:51,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244.json used request id req-8f4648ca-1cc6-4903-b02e-d77f54a6a1a4 2018-07-17 06:34:51,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52167510986s 2018-07-17 06:34:51,796 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/001036fe-df32-4f95-b8b8-04612bf40244.json used request id req-8f4648ca-1cc6-4903-b02e-d77f54a6a1a4 2018-07-17 06:34:51,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:34:51,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:51,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-04a968bb-ecb3-4864-ae95-c4b3570a561e Date: Tue, 17 Jul 2018 06:34:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca38330b-29be-4814-921e-7101e0f60fd9","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"4ee287dd-d6e0-4269-8e69-cf50ad238ee3","subnetpool_id":null,"name":"vping_userdata-subnet_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:51,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-04a968bb-ecb3-4864-ae95-c4b3570a561e 2018-07-17 06:34:51,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0509321689606s 2018-07-17 06:34:51,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-04a968bb-ecb3-4864-ae95-c4b3570a561e 2018-07-17 06:34:51,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:34:51,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/4ee287dd-d6e0-4269-8e69-cf50ad238ee3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:52,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3325d6bd-c882-4b87-94c2-21b5f18f0929 Date: Tue, 17 Jul 2018 06:34:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:52,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4ee287dd-d6e0-4269-8e69-cf50ad238ee3.json used request id req-3325d6bd-c882-4b87-94c2-21b5f18f0929 2018-07-17 06:34:52,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.936681985855s 2018-07-17 06:34:52,786 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4ee287dd-d6e0-4269-8e69-cf50ad238ee3.json used request id req-3325d6bd-c882-4b87-94c2-21b5f18f0929 2018-07-17 06:34:52,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:52,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:53,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-2dedb2cd-ef54-41aa-a1b4-a1c1b66aa19a Date: Tue, 17 Jul 2018 06:34:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:34:52Z","tenant_id":"cf9411cfc8b34ba3bf69af9053c5680d","created_at":"2018-07-17T06:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cf9411cfc8b34ba3bf69af9053c5680d","id":"ca38330b-29be-4814-921e-7101e0f60fd9","name":"vping_userdata-net_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:53,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2dedb2cd-ef54-41aa-a1b4-a1c1b66aa19a 2018-07-17 06:34:53,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281080007553s 2018-07-17 06:34:53,068 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2dedb2cd-ef54-41aa-a1b4-a1c1b66aa19a 2018-07-17 06:34:53,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:34:53,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/ca38330b-29be-4814-921e-7101e0f60fd9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:54,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-744d3b17-0c7b-4afa-abc2-b2d9b0b3160f Date: Tue, 17 Jul 2018 06:34:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:34:54,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ca38330b-29be-4814-921e-7101e0f60fd9.json used request id req-744d3b17-0c7b-4afa-abc2-b2d9b0b3160f 2018-07-17 06:34:54,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05834507942s 2018-07-17 06:34:54,127 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ca38330b-29be-4814-921e-7101e0f60fd9.json used request id req-744d3b17-0c7b-4afa-abc2-b2d9b0b3160f 2018-07-17 06:34:54,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:34:54,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:54,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-75c0321e-b80a-447b-b1ca-6706cc7d6991 Date: Tue, 17 Jul 2018 06:34:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/snap", "metadata": {}}], "file": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/file", "owner": "cf9411cfc8b34ba3bf69af9053c5680d", "id": "28e8cf1d-7b08-4b79-9756-05284cde7d7c", "size": 12716032, "self": "/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:34:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5348404e-bf73-4b94-91d7-f590944ddfcd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:34:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:34:54,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-75c0321e-b80a-447b-b1ca-6706cc7d6991 2018-07-17 06:34:54,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203054904938s 2018-07-17 06:34:54,335 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-75c0321e-b80a-447b-b1ca-6706cc7d6991 2018-07-17 06:34:54,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:34:54,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6fd3d80357d22a91c7874b597fb8f5526aaf442" 2018-07-17 06:34:54,701 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab1598dd-3b7d-4823-858d-025d87bf7789 Date: Tue, 17 Jul 2018 06:34:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:34:54,701 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c used request id req-ab1598dd-3b7d-4823-858d-025d87bf7789 2018-07-17 06:34:54,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.364927053452s 2018-07-17 06:34:54,701 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/28e8cf1d-7b08-4b79-9756-05284cde7d7c used request id req-ab1598dd-3b7d-4823-858d-025d87bf7789 2018-07-17 06:34:54,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:34:54,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:54,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4c73eb4-d97f-44b5-ab9b-98483ec7ebd8 x-compute-request-id: req-d4c73eb4-d97f-44b5-ab9b-98483ec7ebd8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9"}]} 2018-07-17 06:34:54,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d4c73eb4-d97f-44b5-ab9b-98483ec7ebd8 2018-07-17 06:34:54,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258469581604s 2018-07-17 06:34:54,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d4c73eb4-d97f-44b5-ab9b-98483ec7ebd8 2018-07-17 06:34:54,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:34:54,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:54,776 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d2695f0f-88c0-432f-9514-709cdeb846d0 x-compute-request-id: req-d2695f0f-88c0-432f-9514-709cdeb846d0 Content-Length: 0 Content-Type: application/json 2018-07-17 06:34:54,776 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9 used request id req-d2695f0f-88c0-432f-9514-709cdeb846d0 2018-07-17 06:34:54,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0466520786285s 2018-07-17 06:34:54,776 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1353c6c4-5abf-42bb-aa88-fe5abf2c5fe9 used request id req-d2695f0f-88c0-432f-9514-709cdeb846d0 2018-07-17 06:34:54,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:34:54,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:54,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7898368-ee0c-4cd2-87da-166705e92dc1 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": {"self": "http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b5fdf7f158e344aca6258a7dab4329d6", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:34:54,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e7898368-ee0c-4cd2-87da-166705e92dc1 2018-07-17 06:34:54,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112877845764s 2018-07-17 06:34:54,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e7898368-ee0c-4cd2-87da-166705e92dc1 2018-07-17 06:34:54,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:34:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:55,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d84c52-a8f4-44a2-bfb4-a5d41940639b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_5348404e-bf73-4b94-91d7-f590944ddfcd", "links": {"self": "http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b5fdf7f158e344aca6258a7dab4329d6", "description": null}} 2018-07-17 06:34:55,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6 used request id req-f3d84c52-a8f4-44a2-bfb4-a5d41940639b 2018-07-17 06:34:55,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110921859741s 2018-07-17 06:34:55,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6 used request id req-f3d84c52-a8f4-44a2-bfb4-a5d41940639b 2018-07-17 06:34:55,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 06:34:55,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:55,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1520ba57-64a1-47fa-90e3-405cdebb6b34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:34:55,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6 used request id req-1520ba57-64a1-47fa-90e3-405cdebb6b34 2018-07-17 06:34:55,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197467088699s 2018-07-17 06:34:55,206 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b5fdf7f158e344aca6258a7dab4329d6 used request id req-1520ba57-64a1-47fa-90e3-405cdebb6b34 2018-07-17 06:34:55,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:34:55,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:55,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2039aff7-32fb-47d7-8dbe-aa082b26ed98 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d"}, "tags": [], "enabled": true, "id": "cf9411cfc8b34ba3bf69af9053c5680d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5348404e-bf73-4b94-91d7-f590944ddfcd"}]} 2018-07-17 06:34:55,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-2039aff7-32fb-47d7-8dbe-aa082b26ed98 2018-07-17 06:34:55,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101678133011s 2018-07-17 06:34:55,314 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-2039aff7-32fb-47d7-8dbe-aa082b26ed98 2018-07-17 06:34:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 06:34:55,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}92c98609d0fb1aa5b272af91bbd05b6d6d46fa61" 2018-07-17 06:34:55,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9adb634-1a8c-4c71-8db8-25285a2313d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:34:55,468 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d used request id req-f9adb634-1a8c-4c71-8db8-25285a2313d7 2018-07-17 06:34:55,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150572061539s 2018-07-17 06:34:55,468 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cf9411cfc8b34ba3bf69af9053c5680d used request id req-f9adb634-1a8c-4c71-8db8-25285a2313d7 2018-07-17 06:34:55,522 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:34:55,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:34:55,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:34:55,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:55,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd453c86-b19b-4335-9771-ae86dc684e84 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:34:55,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bd453c86-b19b-4335-9771-ae86dc684e84 2018-07-17 06:34:55,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:34:55,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:34:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["cd09n_Z5S0iVbua6H4Yu-A"], "issued_at": "2018-07-17T06:34:55.000000Z"}} 2018-07-17 06:34:55,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:55,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:56,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ea686a53-3911-4476-bcc0-8498965a4b3b Date: Tue, 17 Jul 2018 06:34:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","status":"ACTIVE","subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"description":"","tags":[],"updated_at":"2018-07-17T06:28:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","provider:network_type":"flat"}]} 2018-07-17 06:34:56,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ea686a53-3911-4476-bcc0-8498965a4b3b 2018-07-17 06:34:56,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261257171631s 2018-07-17 06:34:56,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ea686a53-3911-4476-bcc0-8498965a4b3b 2018-07-17 06:34:56,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:56,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:34:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ae7cf82-ef71-4fc5-8caa-f709b58f3484 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:34:56,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-3ae7cf82-ef71-4fc5-8caa-f709b58f3484 2018-07-17 06:34:56,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:34:56,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:56,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b34fbb5c-52fd-456a-a88a-85a45186f9f5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/6c0bd4e59bbc4eda8b5def0751b22918"}, "tags": [], "enabled": true, "id": "6c0bd4e59bbc4eda8b5def0751b22918", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 06:34:56,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b34fbb5c-52fd-456a-a88a-85a45186f9f5 2018-07-17 06:34:56,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0976700782776s 2018-07-17 06:34:56,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b34fbb5c-52fd-456a-a88a-85a45186f9f5 2018-07-17 06:34:56,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 06:34:56,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928"}}' 2018-07-17 06:34:56,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:34:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-423f3a2e-12a8-4f2e-b47a-decb2e1664dd Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789"}, "tags": [], "enabled": true, "id": "e07fda03ae2542eaac4918cfcdb79789", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928"}} 2018-07-17 06:34:56,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-423f3a2e-12a8-4f2e-b47a-decb2e1664dd 2018-07-17 06:34:56,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.141270875931s 2018-07-17 06:34:56,484 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-423f3a2e-12a8-4f2e-b47a-decb2e1664dd 2018-07-17 06:34:56,485 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'e07fda03ae2542eaac4918cfcdb79789', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928'}) 2018-07-17 06:34:56,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 06:34:56,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f73cfb2e-cc5d-40fd-871a-bfab0ae92cee", "email": null, "name": "cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928"}}' 2018-07-17 06:34:56,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 06:34:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0c30da7-7892-43ab-9ec3-4a39d8b68130 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928", "links": {"self": "http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c67d62ae867649ec92bb2f418ea33730", "domain_id": "default", "password_expires_at": null}} 2018-07-17 06:34:56,860 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-d0c30da7-7892-43ab-9ec3-4a39d8b68130 2018-07-17 06:34:56,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.367770195007s 2018-07-17 06:34:56,860 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-d0c30da7-7892-43ab-9ec3-4a39d8b68130 2018-07-17 06:34:56,860 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c67d62ae867649ec92bb2f418ea33730', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928'}) 2018-07-17 06:34:56,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:34:56,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:56,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e518cc9-4fea-4b80-a3b3-fe4e9d21eeb9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:34:56,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4e518cc9-4fea-4b80-a3b3-fe4e9d21eeb9 2018-07-17 06:34:56,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0960710048676s 2018-07-17 06:34:56,960 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4e518cc9-4fea-4b80-a3b3-fe4e9d21eeb9 2018-07-17 06:34:56,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:34:56,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab4bc30c-52e9-4116-b474-dfa8fb54d161 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:34:57,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ab4bc30c-52e9-4116-b474-dfa8fb54d161 2018-07-17 06:34:57,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0964488983154s 2018-07-17 06:34:57,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ab4bc30c-52e9-4116-b474-dfa8fb54d161 2018-07-17 06:34:57,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 06:34:57,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e191350e-3891-4760-a1cd-f5b027b0e683 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4dd3c7a759354bbfb7511fb8176022e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/4dd3c7a759354bbfb7511fb8176022e3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6886fe72332241db83c4c377e2e28dec", "links": {"self": "http://172.30.9.28:5000/v3/roles/6886fe72332241db83c4c377e2e28dec"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6e715159a88a4946aa03c57a6e78880f", "links": {"self": "http://172.30.9.28:5000/v3/roles/6e715159a88a4946aa03c57a6e78880f"}, "name": "member"}, {"domain_id": null, "id": "997b0255656f4410aebb4b10d44bb8a5", "links": {"self": "http://172.30.9.28:5000/v3/roles/997b0255656f4410aebb4b10d44bb8a5"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d8ca68d6fa6a41b0b722095d385fa2dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8ca68d6fa6a41b0b722095d385fa2dc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f5c1ab26bebd4a01805c3de8e865f233", "links": {"self": "http://172.30.9.28:5000/v3/roles/f5c1ab26bebd4a01805c3de8e865f233"}, "name": "admin"}]} 2018-07-17 06:34:57,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e191350e-3891-4760-a1cd-f5b027b0e683 2018-07-17 06:34:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102762937546s 2018-07-17 06:34:57,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e191350e-3891-4760-a1cd-f5b027b0e683 2018-07-17 06:34:57,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 06:34:57,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc908b3-9eb6-4793-be7f-1a24de8e7a44 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 06:34:57,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0dc908b3-9eb6-4793-be7f-1a24de8e7a44 2018-07-17 06:34:57,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0217571258545s 2018-07-17 06:34:57,197 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0dc908b3-9eb6-4793-be7f-1a24de8e7a44 2018-07-17 06:34:57,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:34:57,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-952e2c6a-84c4-4ac4-a2f7-dd2025241d90 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928", "links": {"self": "http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c67d62ae867649ec92bb2f418ea33730", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:34:57,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-952e2c6a-84c4-4ac4-a2f7-dd2025241d90 2018-07-17 06:34:57,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117321968079s 2018-07-17 06:34:57,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-952e2c6a-84c4-4ac4-a2f7-dd2025241d90 2018-07-17 06:34:57,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:34:57,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2adae989-3c76-4268-86cb-872845a82b20 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789"}, "tags": [], "enabled": true, "id": "e07fda03ae2542eaac4918cfcdb79789", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 06:34:57,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-2adae989-3c76-4268-86cb-872845a82b20 2018-07-17 06:34:57,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.114077806473s 2018-07-17 06:34:57,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-2adae989-3c76-4268-86cb-872845a82b20 2018-07-17 06:34:57,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 06:34:57,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=c67d62ae867649ec92bb2f418ea33730&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=e07fda03ae2542eaac4918cfcdb79789" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f26dc3-50a6-482a-9a83-7e3330dd4149 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=c67d62ae867649ec92bb2f418ea33730&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=e07fda03ae2542eaac4918cfcdb79789", "previous": null, "next": null}} 2018-07-17 06:34:57,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c67d62ae867649ec92bb2f418ea33730&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=e07fda03ae2542eaac4918cfcdb79789 used request id req-c6f26dc3-50a6-482a-9a83-7e3330dd4149 2018-07-17 06:34:57,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0990629196167s 2018-07-17 06:34:57,548 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c67d62ae867649ec92bb2f418ea33730&role.id=6e715159a88a4946aa03c57a6e78880f&scope.project.id=e07fda03ae2542eaac4918cfcdb79789 used request id req-c6f26dc3-50a6-482a-9a83-7e3330dd4149 2018-07-17 06:34:57,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 06:34:57,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789/users/c67d62ae867649ec92bb2f418ea33730/roles/6e715159a88a4946aa03c57a6e78880f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:34:57,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dc7f151-321e-4e6a-899f-ea5eb777eeb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:34:57,695 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789/users/c67d62ae867649ec92bb2f418ea33730/roles/6e715159a88a4946aa03c57a6e78880f used request id req-0dc7f151-321e-4e6a-899f-ea5eb777eeb5 2018-07-17 06:34:57,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143572807312s 2018-07-17 06:34:57,696 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789/users/c67d62ae867649ec92bb2f418ea33730/roles/6e715159a88a4946aa03c57a6e78880f used request id req-0dc7f151-321e-4e6a-899f-ea5eb777eeb5 2018-07-17 06:34:57,696 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'e07fda03ae2542eaac4918cfcdb79789', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'f73cfb2e-cc5d-40fd-871a-bfab0ae92cee', 'username': u'cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:34:57,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:34:57,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:34:57,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:34:57,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:34:57,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:34:57,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:34:57,701 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928', 'password': 'f73cfb2e-cc5d-40fd-871a-bfab0ae92cee', 'project_name': 'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'e07fda03ae2542eaac4918cfcdb79789', 'project_domain_name': 'Default'} 2018-07-17 06:34:57,702 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-17 06:34:57,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:34:57,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f5a7d6-4a39-4767-9c89-ab8ad8e6b66c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:34:57,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-45f5a7d6-4a39-4767-9c89-ab8ad8e6b66c 2018-07-17 06:34:57,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:34:58,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}], "expires_at": "2018-07-17T07:34:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e07fda03ae2542eaac4918cfcdb79789", "name": "cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/e07fda03ae2542eaac4918cfcdb79789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/e07fda03ae2542eaac4918cfcdb79789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/e07fda03ae2542eaac4918cfcdb79789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e07fda03ae2542eaac4918cfcdb79789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/e07fda03ae2542eaac4918cfcdb79789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/e07fda03ae2542eaac4918cfcdb79789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_e07fda03ae2542eaac4918cfcdb79789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e07fda03ae2542eaac4918cfcdb79789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e07fda03ae2542eaac4918cfcdb79789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/e07fda03ae2542eaac4918cfcdb79789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/e07fda03ae2542eaac4918cfcdb79789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/e07fda03ae2542eaac4918cfcdb79789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/e07fda03ae2542eaac4918cfcdb79789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928", "id": "c67d62ae867649ec92bb2f418ea33730"}, "audit_ids": ["LTqhyT-kSHSBM0AlieYeVQ"], "issued_at": "2018-07-17T06:34:58.000000Z"}} 2018-07-17 06:34:58,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 06:34:58,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"network": {"name": "cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928", "admin_state_up": true}}' 2018-07-17 06:34:58,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-d559b530-3502-4a56-8193-2498a71bf58b Date: Tue, 17 Jul 2018 06:34:58 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T06:34:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}} 2018-07-17 06:34:58,680 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d559b530-3502-4a56-8193-2498a71bf58b 2018-07-17 06:34:58,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.565547943115s 2018-07-17 06:34:58,680 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d559b530-3502-4a56-8193-2498a71bf58b 2018-07-17 06:34:58,681 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:34:58Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd020c600-83a6-4e1e-9c04-d6290e10a091', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928', u'admin_state_up': True, u'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', u'created_at': u'2018-07-17T06:34:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e07fda03ae2542eaac4918cfcdb79789'}) 2018-07-17 06:34:58,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:34:58,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:34:58,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-74be573b-9f9c-48ef-b53c-892660e16f95 Date: Tue, 17 Jul 2018 06:34:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:34:58Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:34:58,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-74be573b-9f9c-48ef-b53c-892660e16f95 2018-07-17 06:34:58,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.175417900085s 2018-07-17 06:34:58,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-74be573b-9f9c-48ef-b53c-892660e16f95 2018-07-17 06:34:58,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 06:34:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"subnet": {"name": "cinder_test-subnet_ce2feada-780e-4456-a750-e72a4c496928", "enable_dhcp": true, "network_id": "d020c600-83a6-4e1e-9c04-d6290e10a091", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 06:34:59,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-a5d603ab-2787-4623-9d2b-76576c3d138f Date: Tue, 17 Jul 2018 06:34:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:34:59Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","subnetpool_id":null,"name":"cinder_test-subnet_ce2feada-780e-4456-a750-e72a4c496928"}} 2018-07-17 06:34:59,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a5d603ab-2787-4623-9d2b-76576c3d138f 2018-07-17 06:34:59,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.785998106003s 2018-07-17 06:34:59,645 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a5d603ab-2787-4623-9d2b-76576c3d138f 2018-07-17 06:34:59,646 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T06:34:59Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'944aacd8-bacb-4216-8d35-f9b7f6d10adf', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_ce2feada-780e-4456-a750-e72a4c496928', u'enable_dhcp': True, u'network_id': u'd020c600-83a6-4e1e-9c04-d6290e10a091', u'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', u'created_at': u'2018-07-17T06:34:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'e07fda03ae2542eaac4918cfcdb79789'}) 2018-07-17 06:34:59,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 06:34:59,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"router": {"external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95"}, "name": "cinder_test-router_ce2feada-780e-4456-a750-e72a4c496928", "admin_state_up": true}}' 2018-07-17 06:35:00,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e36cb0bc-828b-496b-b096-b6c07a33d873 Date: Tue, 17 Jul 2018 06:35:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:34:59Z", "admin_state_up": true, "updated_at": "2018-07-17T06:35:00Z", "revision_number": 2, "routes": [], "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "786690fe-f043-452c-a845-7f5937c6c47a", "name": "cinder_test-router_ce2feada-780e-4456-a750-e72a4c496928"}} 2018-07-17 06:35:00,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e36cb0bc-828b-496b-b096-b6c07a33d873 2018-07-17 06:35:00,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16860389709s 2018-07-17 06:35:00,815 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-e36cb0bc-828b-496b-b096-b6c07a33d873 2018-07-17 06:35:00,816 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01b3b688-ae23-4e66-b1d6-1a11f0a1a40b', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', u'created_at': u'2018-07-17T06:34:59Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T06:35:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'e07fda03ae2542eaac4918cfcdb79789', u'id': u'786690fe-f043-452c-a845-7f5937c6c47a', u'name': u'cinder_test-router_ce2feada-780e-4456-a750-e72a4c496928'}) 2018-07-17 06:35:00,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 06:35:00,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"subnet_id": "944aacd8-bacb-4216-8d35-f9b7f6d10adf"}' 2018-07-17 06:35:02,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c5350c7-021a-45ad-b814-848df21b9319 Date: Tue, 17 Jul 2018 06:35:02 GMT RESP BODY: {"network_id": "d020c600-83a6-4e1e-9c04-d6290e10a091", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "subnet_id": "944aacd8-bacb-4216-8d35-f9b7f6d10adf", "subnet_ids": ["944aacd8-bacb-4216-8d35-f9b7f6d10adf"], "port_id": "512da27f-c904-40fd-826e-8583ed2c8cd9", "id": "786690fe-f043-452c-a845-7f5937c6c47a"} 2018-07-17 06:35:02,763 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a/add_router_interface.json used request id req-6c5350c7-021a-45ad-b814-848df21b9319 2018-07-17 06:35:02,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94689702988s 2018-07-17 06:35:02,764 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a/add_router_interface.json used request id req-6c5350c7-021a-45ad-b814-848df21b9319 returning object 786690fe-f043-452c-a845-7f5937c6c47a 2018-07-17 06:35:02,764 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 06:35:02,895 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 06:35:02,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:35:02,901 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 06:35:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-17 06:35:02,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:35:02,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:03,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6cf45aea-c61c-4b82-ad7f-fcae4d6d6a45 Date: Tue, 17 Jul 2018 06:35:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:35:03,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6cf45aea-c61c-4b82-ad7f-fcae4d6d6a45 2018-07-17 06:35:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189609050751s 2018-07-17 06:35:03,094 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6cf45aea-c61c-4b82-ad7f-fcae4d6d6a45 2018-07-17 06:35:03,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 06:35:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928"}' 2018-07-17 06:35:03,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9fb6cb1b-cfa9-4aed-9133-29a7fe379923 Date: Tue, 17 Jul 2018 06:35:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file", "owner": "e07fda03ae2542eaac4918cfcdb79789", "id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "size": null, "self": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:35:03Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "checksum": null, "created_at": "2018-07-17T06:35:03Z", "protected": false} 2018-07-17 06:35:03,158 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9fb6cb1b-cfa9-4aed-9133-29a7fe379923 2018-07-17 06:35:03,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0557777881622s 2018-07-17 06:35:03,158 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9fb6cb1b-cfa9-4aed-9133-29a7fe379923 returning object ff86fae5-3b49-4229-aae7-0f05cca6cc70 2018-07-17 06:35:03,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 06:35:03,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '' 2018-07-17 06:35:04,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04262b73-c89c-457a-86b0-5814c9af3609 Date: Tue, 17 Jul 2018 06:35:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:35:04,143 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file used request id req-04262b73-c89c-457a-86b0-5814c9af3609 2018-07-17 06:35:04,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.983886003494s 2018-07-17 06:35:04,143 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file used request id req-04262b73-c89c-457a-86b0-5814c9af3609 2018-07-17 06:35:04,143 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T06:35:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file', u'owner': u'e07fda03ae2542eaac4918cfcdb79789', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ff86fae5-3b49-4229-aae7-0f05cca6cc70', u'size': None, u'name': u'cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928', u'checksum': None, u'self': u'/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T06:35:03Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 06:35:04,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 06:35:04,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_ce2feada-780e-4456-a750-e72a4c496928", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-17 06:35:04,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90cb74bd-b0a3-4ede-ba4d-23943ce78562 x-compute-request-id: req-90cb74bd-b0a3-4ede-ba4d-23943ce78562 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_ce2feada-780e-4456-a750-e72a4c496928", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0"}} 2018-07-17 06:35:04,387 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-90cb74bd-b0a3-4ede-ba4d-23943ce78562 2018-07-17 06:35:04,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.242989778519s 2018-07-17 06:35:04,387 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-90cb74bd-b0a3-4ede-ba4d-23943ce78562 2018-07-17 06:35:04,388 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_ce2feada-780e-4456-a750-e72a4c496928', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1efef49fb93e45b19b2e687db1e302da', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'36f50803-f2f7-423f-90f5-38b19a8cbcc0', 'swap': 0}) 2018-07-17 06:35:04,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 06:35:04,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" -d '{"extra_specs": {}}' 2018-07-17 06:35:04,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0158ed07-2985-41d5-ae8e-ffb5d2618c23 x-compute-request-id: req-0158ed07-2985-41d5-ae8e-ffb5d2618c23 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 06:35:04,413 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0/os-extra_specs used request id req-0158ed07-2985-41d5-ae8e-ffb5d2618c23 2018-07-17 06:35:04,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243918895721s 2018-07-17 06:35:04,414 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0/os-extra_specs used request id req-0158ed07-2985-41d5-ae8e-ffb5d2618c23 2018-07-17 06:35:04,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 06:35:04,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"keypair": {"name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928"}}' 2018-07-17 06:35:04,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72ca76b1-1215-4590-8fa3-368859444fd8 x-compute-request-id: req-72ca76b1-1215-4590-8fa3-368859444fd8 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsN9pJiTITyB1ZkDVNnEfjjwJOmSEHvBMi3o4G/ZYh64utUnPPwtY9lQ7HjARHbsVCjc9Jfb4cfrqU28e2CYzp97EZhmWMDcKNoPZg4L+OO6+4sfrTDPs1Plqce2hZoqs69UJXIbNUqLR04wKk+5odMoUaliCP+BdP3r0ko5FuSQT2UtMIm4EwvF3ru4OPp/C7FGTJbql07ixp/IvhFJZ86HRr5XCsUJJ4DBBUoqjnKqp+aB0pB8HdPksU2vRf3w5lX07O0j1YEHvieNfSvNxEvDBcDR3MY5LzAlXygDShHqbgS1MIaEyuV+97eP0FgYjFitaDxyFvurieAfJ39yuP Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7DfaSYkyE8gdWZA1TZxH448CTpkhB7wTIt6OBv2WIeuLrVJz\nz8LWPZUOx4wER27FQo3PSX2+HH66lNvHtgmM6fexGYZljA3CjaD2YOC/jjuvuLH6\n0wz7NT5anHtoWaKrOvVCVyGzVKi0dOMCpPuaHTKFGpYgj/gXT969JKORbkkE9lLT\nCJuBMLxd67uDj6fwuxRkyW6pdO4safyL4RSWfOh0a+VwrFCSeAwQVKKo5yqqfmgd\nKQfB3T5LFNr0X98OZV9OztI9WBB74njX0rzcRLwwXA0dzGOS8wJV8oA0oR6m4EtT\nCGhMrlfve3j9BYGIxYrWg8chb7q4ngHyd/crjwIDAQABAoIBAQDbMs0WNgDJSIar\nyN0dwusW6Gscoo57DfS4A8vKAuGhYmGAGaYsYkHKbZqEY5LI8qqMIun66XtUF+lu\nHzCI5P3lUxr9c7ChsVcbdAWNSqGXDB35BveZh09JTi5pTT89Bm1czaCdGEHASrkC\nSnH2xR9y/qFzVWKsFm0Tib780+gtbD51isgjXTIxv/aPC6/opm1DlD2xlH7HMWoQ\naABtHtTk28RczlEdji3cBGFVt8JcWI6CcGh+BqYeHB6C9Z2xsHLVoniZFtkk1pdj\ngVZaQ+A2pjn6QO5ggZoTLXJR94GnnYMp/kieMcrVQ4fWwTUScCFxUDX7pr8ozvgR\n2Xis4XIRAoGBAPtWYgB4xgmAZkJ4CkzIUrrQbJut75MHaj0otpsIhn1/hG7aXvAS\ney+CvrDPTUvqTFOpLW3RzIW3+ZGFN66UWjZTJRiZdAWEm3q8wS6lF4NLny8EMmm4\ndyjwBhB7A2GgyrN3qr22ohDrsJTPmLXzFSOYv5/Km0ETVovls01Vs7G3AoGBAPCZ\nquVV5sdf6MKhtqpbbOkPTRQRBtIvVP5WnF7nB8kR3OVxhaKxr/3vE01AUYlWpyyp\njDgCI+SJ6pN4FuEXEw0LBPtXM7fVaU8/8IGhwELQ/JKdYxNXRWvZEcI5zoPgAbx6\nGmp5JwJrIfr3rRdKo+kSvRB+S19iUmpVwbE+OPTpAoGBAI1TRmoDfz/KfjWz7/66\nyaIYHmnvhP4Etl1LblqAkbcxo9L9YVLW4YOWngknl8wvI9oLD+tng/xQtbl40hWN\nf6h6WiqZ5t5PcWmzh2DmHfGK7Shv0LUXr5FKXe6YbQ9RbYk6qbxhXIHtNW6HyNPO\nqr1IX7/HGkOeTxT9BTRgE1nDAoGADAbicAxXOOgmbnQ++U0QqKXHKJWhTahoCz6x\nGl1aGkb2T9HY6EURkxP8VwQ8Dy1xtd3T0Ijq2mW6gBykqCPLI//FA/tb7niQhxGf\nKBu5zJ09wuZzKWhXZAi5xoe1Nwpfi9hesavUs14/mJgA4wUsJF53bPejNOVpUT9w\nKzf9COECgYEAtS1L5BY6LV+7DKL6tGj/mM551twC+uZbNcqJpDqqzf2HHNsCqk4R\nzQava/XUzu7NsO3cRyj4N3FV4s47NdGTXcUIlXS9mZJpq5TiW1xXK62bsKtmMxNi\nyje9DNA3lQGXkXZGf/Mq5luD2r8VoUX5F+vj78W4K8RwF2mFCkPYWOo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "c67d62ae867649ec92bb2f418ea33730", "name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "fingerprint": "68:94:3f:0c:18:e2:95:a4:5e:55:d0:3a:4d:64:6d:3c"}} 2018-07-17 06:35:04,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-72ca76b1-1215-4590-8fa3-368859444fd8 2018-07-17 06:35:04,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.314523935318s 2018-07-17 06:35:04,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-72ca76b1-1215-4590-8fa3-368859444fd8 2018-07-17 06:35:04,730 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsN9pJiTITyB1ZkDVNnEfjjwJOmSEHvBMi3o4G/ZYh64utUnPPwtY9lQ7HjARHbsVCjc9Jfb4cfrqU28e2CYzp97EZhmWMDcKNoPZg4L+OO6+4sfrTDPs1Plqce2hZoqs69UJXIbNUqLR04wKk+5odMoUaliCP+BdP3r0ko5FuSQT2UtMIm4EwvF3ru4OPp/C7FGTJbql07ixp/IvhFJZ86HRr5XCsUJJ4DBBUoqjnKqp+aB0pB8HdPksU2vRf3w5lX07O0j1YEHvieNfSvNxEvDBcDR3MY5LzAlXygDShHqbgS1MIaEyuV+97eP0FgYjFitaDxyFvurieAfJ39yuP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7DfaSYkyE8gdWZA1TZxH448CTpkhB7wTIt6OBv2WIeuLrVJz\nz8LWPZUOx4wER27FQo3PSX2+HH66lNvHtgmM6fexGYZljA3CjaD2YOC/jjuvuLH6\n0wz7NT5anHtoWaKrOvVCVyGzVKi0dOMCpPuaHTKFGpYgj/gXT969JKORbkkE9lLT\nCJuBMLxd67uDj6fwuxRkyW6pdO4safyL4RSWfOh0a+VwrFCSeAwQVKKo5yqqfmgd\nKQfB3T5LFNr0X98OZV9OztI9WBB74njX0rzcRLwwXA0dzGOS8wJV8oA0oR6m4EtT\nCGhMrlfve3j9BYGIxYrWg8chb7q4ngHyd/crjwIDAQABAoIBAQDbMs0WNgDJSIar\nyN0dwusW6Gscoo57DfS4A8vKAuGhYmGAGaYsYkHKbZqEY5LI8qqMIun66XtUF+lu\nHzCI5P3lUxr9c7ChsVcbdAWNSqGXDB35BveZh09JTi5pTT89Bm1czaCdGEHASrkC\nSnH2xR9y/qFzVWKsFm0Tib780+gtbD51isgjXTIxv/aPC6/opm1DlD2xlH7HMWoQ\naABtHtTk28RczlEdji3cBGFVt8JcWI6CcGh+BqYeHB6C9Z2xsHLVoniZFtkk1pdj\ngVZaQ+A2pjn6QO5ggZoTLXJR94GnnYMp/kieMcrVQ4fWwTUScCFxUDX7pr8ozvgR\n2Xis4XIRAoGBAPtWYgB4xgmAZkJ4CkzIUrrQbJut75MHaj0otpsIhn1/hG7aXvAS\ney+CvrDPTUvqTFOpLW3RzIW3+ZGFN66UWjZTJRiZdAWEm3q8wS6lF4NLny8EMmm4\ndyjwBhB7A2GgyrN3qr22ohDrsJTPmLXzFSOYv5/Km0ETVovls01Vs7G3AoGBAPCZ\nquVV5sdf6MKhtqpbbOkPTRQRBtIvVP5WnF7nB8kR3OVxhaKxr/3vE01AUYlWpyyp\njDgCI+SJ6pN4FuEXEw0LBPtXM7fVaU8/8IGhwELQ/JKdYxNXRWvZEcI5zoPgAbx6\nGmp5JwJrIfr3rRdKo+kSvRB+S19iUmpVwbE+OPTpAoGBAI1TRmoDfz/KfjWz7/66\nyaIYHmnvhP4Etl1LblqAkbcxo9L9YVLW4YOWngknl8wvI9oLD+tng/xQtbl40hWN\nf6h6WiqZ5t5PcWmzh2DmHfGK7Shv0LUXr5FKXe6YbQ9RbYk6qbxhXIHtNW6HyNPO\nqr1IX7/HGkOeTxT9BTRgE1nDAoGADAbicAxXOOgmbnQ++U0QqKXHKJWhTahoCz6x\nGl1aGkb2T9HY6EURkxP8VwQ8Dy1xtd3T0Ijq2mW6gBykqCPLI//FA/tb7niQhxGf\nKBu5zJ09wuZzKWhXZAi5xoe1Nwpfi9hesavUs14/mJgA4wUsJF53bPejNOVpUT9w\nKzf9COECgYEAtS1L5BY6LV+7DKL6tGj/mM551twC+uZbNcqJpDqqzf2HHNsCqk4R\nzQava/XUzu7NsO3cRyj4N3FV4s47NdGTXcUIlXS9mZJpq5TiW1xXK62bsKtmMxNi\nyje9DNA3lQGXkXZGf/Mq5luD2r8VoUX5F+vj78W4K8RwF2mFCkPYWOo=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c67d62ae867649ec92bb2f418ea33730', 'name': u'cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928', 'created_at': '2018-07-17T06:35:04.730215', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': 'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'68:94:3f:0c:18:e2:95:a4:5e:55:d0:3a:4d:64:6d:3c', 'type': 'ssh', 'id': u'cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928'}) 2018-07-17 06:35:04,730 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA7DfaSYkyE8gdWZA1TZxH448CTpkhB7wTIt6OBv2WIeuLrVJz z8LWPZUOx4wER27FQo3PSX2+HH66lNvHtgmM6fexGYZljA3CjaD2YOC/jjuvuLH6 0wz7NT5anHtoWaKrOvVCVyGzVKi0dOMCpPuaHTKFGpYgj/gXT969JKORbkkE9lLT CJuBMLxd67uDj6fwuxRkyW6pdO4safyL4RSWfOh0a+VwrFCSeAwQVKKo5yqqfmgd KQfB3T5LFNr0X98OZV9OztI9WBB74njX0rzcRLwwXA0dzGOS8wJV8oA0oR6m4EtT CGhMrlfve3j9BYGIxYrWg8chb7q4ngHyd/crjwIDAQABAoIBAQDbMs0WNgDJSIar yN0dwusW6Gscoo57DfS4A8vKAuGhYmGAGaYsYkHKbZqEY5LI8qqMIun66XtUF+lu HzCI5P3lUxr9c7ChsVcbdAWNSqGXDB35BveZh09JTi5pTT89Bm1czaCdGEHASrkC SnH2xR9y/qFzVWKsFm0Tib780+gtbD51isgjXTIxv/aPC6/opm1DlD2xlH7HMWoQ aABtHtTk28RczlEdji3cBGFVt8JcWI6CcGh+BqYeHB6C9Z2xsHLVoniZFtkk1pdj gVZaQ+A2pjn6QO5ggZoTLXJR94GnnYMp/kieMcrVQ4fWwTUScCFxUDX7pr8ozvgR 2Xis4XIRAoGBAPtWYgB4xgmAZkJ4CkzIUrrQbJut75MHaj0otpsIhn1/hG7aXvAS ey+CvrDPTUvqTFOpLW3RzIW3+ZGFN66UWjZTJRiZdAWEm3q8wS6lF4NLny8EMmm4 dyjwBhB7A2GgyrN3qr22ohDrsJTPmLXzFSOYv5/Km0ETVovls01Vs7G3AoGBAPCZ quVV5sdf6MKhtqpbbOkPTRQRBtIvVP5WnF7nB8kR3OVxhaKxr/3vE01AUYlWpyyp jDgCI+SJ6pN4FuEXEw0LBPtXM7fVaU8/8IGhwELQ/JKdYxNXRWvZEcI5zoPgAbx6 Gmp5JwJrIfr3rRdKo+kSvRB+S19iUmpVwbE+OPTpAoGBAI1TRmoDfz/KfjWz7/66 yaIYHmnvhP4Etl1LblqAkbcxo9L9YVLW4YOWngknl8wvI9oLD+tng/xQtbl40hWN f6h6WiqZ5t5PcWmzh2DmHfGK7Shv0LUXr5FKXe6YbQ9RbYk6qbxhXIHtNW6HyNPO qr1IX7/HGkOeTxT9BTRgE1nDAoGADAbicAxXOOgmbnQ++U0QqKXHKJWhTahoCz6x Gl1aGkb2T9HY6EURkxP8VwQ8Dy1xtd3T0Ijq2mW6gBykqCPLI//FA/tb7niQhxGf KBu5zJ09wuZzKWhXZAi5xoe1Nwpfi9hesavUs14/mJgA4wUsJF53bPejNOVpUT9w Kzf9COECgYEAtS1L5BY6LV+7DKL6tGj/mM551twC+uZbNcqJpDqqzf2HHNsCqk4R zQava/XUzu7NsO3cRyj4N3FV4s47NdGTXcUIlXS9mZJpq5TiW1xXK62bsKtmMxNi yje9DNA3lQGXkXZGf/Mq5luD2r8VoUX5F+vj78W4K8RwF2mFCkPYWOo= -----END RSA PRIVATE KEY----- 2018-07-17 06:35:04,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 06:35:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"security_group": {"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-17 06:35:04,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-17b8c4dc-67b4-4036-a196-bef2d727a5b0 Date: Tue, 17 Jul 2018 06:35:04 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:04Z", "updated_at": "2018-07-17T06:35:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "10ff0bd4-4380-49ae-a766-6fe1c77533c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "2044b9f4-d272-4366-adde-6292c4314a58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 1, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}} 2018-07-17 06:35:04,890 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-17b8c4dc-67b4-4036-a196-bef2d727a5b0 2018-07-17 06:35:04,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.156516075134s 2018-07-17 06:35:04,890 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-17b8c4dc-67b4-4036-a196-bef2d727a5b0 2018-07-17 06:35:04,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:35:04,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:04,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-76b80e8c-e808-40df-8d21-3bd8a0e71485 Date: Tue, 17 Jul 2018 06:35:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:34:58Z", "updated_at": "2018-07-17T06:34:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "77a3bdd7-e347-4789-9f09-01b62f3cb4e0", "remote_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "ad1ca6a5-4646-4049-801c-e81261bec118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "d6987c6b-dee7-42d3-891a-f4ef1ef39244", "remote_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "e048c38a-aeb3-4bf5-8b6c-f5b8238a5c31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 1, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:04Z", "updated_at": "2018-07-17T06:35:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "10ff0bd4-4380-49ae-a766-6fe1c77533c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "2044b9f4-d272-4366-adde-6292c4314a58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 1, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:04,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-76b80e8c-e808-40df-8d21-3bd8a0e71485 2018-07-17 06:35:04,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0779740810394s 2018-07-17 06:35:04,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-76b80e8c-e808-40df-8d21-3bd8a0e71485 2018-07-17 06:35:04,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:35:04,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d"}}' 2018-07-17 06:35:05,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d2158821-501f-47e3-9929-513012a74cf0 Date: Tue, 17 Jul 2018 06:35:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-17T06:35:05Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "port_range_min": 22, "revision_number": 0, "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:05Z", "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "44f46a9c-28a1-47cf-8970-4a4d306bf25c"}} 2018-07-17 06:35:05,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-d2158821-501f-47e3-9929-513012a74cf0 2018-07-17 06:35:05,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.174868106842s 2018-07-17 06:35:05,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-d2158821-501f-47e3-9929-513012a74cf0 2018-07-17 06:35:05,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:35:05,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:05,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-de2ba04a-6360-40e9-a500-1f2ce818be62 Date: Tue, 17 Jul 2018 06:35:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:34:58Z", "updated_at": "2018-07-17T06:34:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "77a3bdd7-e347-4789-9f09-01b62f3cb4e0", "remote_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "ad1ca6a5-4646-4049-801c-e81261bec118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "d6987c6b-dee7-42d3-891a-f4ef1ef39244", "remote_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "e048c38a-aeb3-4bf5-8b6c-f5b8238a5c31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 1, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:04Z", "updated_at": "2018-07-17T06:35:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "10ff0bd4-4380-49ae-a766-6fe1c77533c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "2044b9f4-d272-4366-adde-6292c4314a58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:35:05Z", "revision_number": 0, "id": "44f46a9c-28a1-47cf-8970-4a4d306bf25c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:05Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 2, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:05,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-de2ba04a-6360-40e9-a500-1f2ce818be62 2018-07-17 06:35:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0650968551636s 2018-07-17 06:35:05,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-de2ba04a-6360-40e9-a500-1f2ce818be62 2018-07-17 06:35:05,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 06:35:05,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d"}}' 2018-07-17 06:35:05,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a482d75b-28ea-4220-88da-03c0fa33a402 Date: Tue, 17 Jul 2018 06:35:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-17T06:35:05Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "port_range_min": null, "revision_number": 0, "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:05Z", "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "99b1910d-37fa-45dc-bafc-3551251f18e2"}} 2018-07-17 06:35:05,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a482d75b-28ea-4220-88da-03c0fa33a402 2018-07-17 06:35:05,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13881111145s 2018-07-17 06:35:05,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a482d75b-28ea-4220-88da-03c0fa33a402 2018-07-17 06:35:05,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:35:05,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:05,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5abd1c25-b60c-4bbf-abdf-3aa7f9d5d80b Date: Tue, 17 Jul 2018 06:35:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["944aacd8-bacb-4216-8d35-f9b7f6d10adf"],"updated_at":"2018-07-17T06:34:59Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:05,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5abd1c25-b60c-4bbf-abdf-3aa7f9d5d80b 2018-07-17 06:35:05,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11741399765s 2018-07-17 06:35:05,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5abd1c25-b60c-4bbf-abdf-3aa7f9d5d80b 2018-07-17 06:35:05,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:35:05,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:05,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-2b974fb2-8adf-4077-bc4d-aa60b11fb9db Date: Tue, 17 Jul 2018 06:35:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/snap", "metadata": {}}], "file": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file", "owner": "e07fda03ae2542eaac4918cfcdb79789", "id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "size": 12716032, "self": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:35:04Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:35:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:35:05,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2b974fb2-8adf-4077-bc4d-aa60b11fb9db 2018-07-17 06:35:05,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0344080924988s 2018-07-17 06:35:05,522 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2b974fb2-8adf-4077-bc4d-aa60b11fb9db 2018-07-17 06:35:05,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:35:05,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:05,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ba3858c-dcb9-40cf-9a21-a30dd87460ed x-compute-request-id: req-8ba3858c-dcb9-40cf-9a21-a30dd87460ed Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_ce2feada-780e-4456-a750-e72a4c496928", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0"}]} 2018-07-17 06:35:05,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8ba3858c-dcb9-40cf-9a21-a30dd87460ed 2018-07-17 06:35:05,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260310173035s 2018-07-17 06:35:05,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8ba3858c-dcb9-40cf-9a21-a30dd87460ed 2018-07-17 06:35:05,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:35:05,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"server": {"name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "imageRef": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "flavorRef": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d020c600-83a6-4e1e-9c04-d6290e10a091"}], "security_groups": [{"name": "536fd57a-1420-4faf-b5f9-f4e123cf236d"}]}}' 2018-07-17 06:35:06,488 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66235d3a-13b0-4033-9c1c-5b5071a5c031 x-compute-request-id: req-66235d3a-13b0-4033-9c1c-5b5071a5c031 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "536fd57a-1420-4faf-b5f9-f4e123cf236d"}], "OS-DCF:diskConfig": "MANUAL", "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "adminPass": "Ea5n6t6taAiG"}} 2018-07-17 06:35:06,488 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-66235d3a-13b0-4033-9c1c-5b5071a5c031 2018-07-17 06:35:06,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.93642783165s 2018-07-17 06:35:06,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-66235d3a-13b0-4033-9c1c-5b5071a5c031 2018-07-17 06:35:06,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:06,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:06,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42cb3d8d-2988-47ca-b497-22ded50613b6 x-compute-request-id: req-42cb3d8d-2988-47ca-b497-22ded50613b6 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:35:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:06,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-42cb3d8d-2988-47ca-b497-22ded50613b6 2018-07-17 06:35:06,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.145973920822s 2018-07-17 06:35:06,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-42cb3d8d-2988-47ca-b497-22ded50613b6 2018-07-17 06:35:06,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:35:06,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:06,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e9de1fd4-b27f-4fd2-a369-1b199df9bd1f Date: Tue, 17 Jul 2018 06:35:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["944aacd8-bacb-4216-8d35-f9b7f6d10adf"],"updated_at":"2018-07-17T06:34:59Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:06,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e9de1fd4-b27f-4fd2-a369-1b199df9bd1f 2018-07-17 06:35:06,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118334054947s 2018-07-17 06:35:06,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e9de1fd4-b27f-4fd2-a369-1b199df9bd1f 2018-07-17 06:35:06,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:35:06,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:06,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fcdcdaf1-47db-497b-8917-0795adbdc369 Date: Tue, 17 Jul 2018 06:35:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:34:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","subnetpool_id":null,"name":"cinder_test-subnet_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:06,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-fcdcdaf1-47db-497b-8917-0795adbdc369 2018-07-17 06:35:06,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0750789642334s 2018-07-17 06:35:06,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-fcdcdaf1-47db-497b-8917-0795adbdc369 2018-07-17 06:35:06,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:08,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:09,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ebb8d19-c4a3-481d-8b17-d73c88b294b2 x-compute-request-id: req-9ebb8d19-c4a3-481d-8b17-d73c88b294b2 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:35:08Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:09,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9ebb8d19-c4a3-481d-8b17-d73c88b294b2 2018-07-17 06:35:09,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607046842575s 2018-07-17 06:35:09,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9ebb8d19-c4a3-481d-8b17-d73c88b294b2 2018-07-17 06:35:09,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:11,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:11,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:11,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1068e20c-6af9-4ed6-a875-c2cd54b7c0de x-compute-request-id: req-1068e20c-6af9-4ed6-a875-c2cd54b7c0de Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:35:09Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:11,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1068e20c-6af9-4ed6-a875-c2cd54b7c0de 2018-07-17 06:35:11,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364586114883s 2018-07-17 06:35:11,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1068e20c-6af9-4ed6-a875-c2cd54b7c0de 2018-07-17 06:35:11,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:13,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:13,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8a564a3-2d02-42ac-b66b-400abcdc8e52 x-compute-request-id: req-f8a564a3-2d02-42ac-b66b-400abcdc8e52 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:14,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8a564a3-2d02-42ac-b66b-400abcdc8e52 2018-07-17 06:35:14,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512873888016s 2018-07-17 06:35:14,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f8a564a3-2d02-42ac-b66b-400abcdc8e52 2018-07-17 06:35:14,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:35:14,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-5ed81d61-87d1-4f04-8743-4cf1746a9893 Date: Tue, 17 Jul 2018 06:35:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:35:09Z","admin_state_up":true,"updated_at":"2018-07-17T06:35:12Z","binding:vnic_type":"normal","device_id":"ee1d349d-fdea-4edd-b92c-208bee3b634e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:59:d4:27","id":"6ec093f8-1916-4c6c-8da4-e76a9b3ba167","port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","fixed_ips":[{"subnet_id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","ip_address":"192.168.0.8"}],"extra_dhcp_opts":[],"security_groups":["536fd57a-1420-4faf-b5f9-f4e123cf236d"],"name":""}]} 2018-07-17 06:35:14,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-5ed81d61-87d1-4f04-8743-4cf1746a9893 2018-07-17 06:35:14,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0766952037811s 2018-07-17 06:35:14,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-5ed81d61-87d1-4f04-8743-4cf1746a9893 2018-07-17 06:35:14,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:35:14,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ec093f8-1916-4c6c-8da4-e76a9b3ba167" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bcb1137d-2f55-41df-957e-8fc1e239f50c Date: Tue, 17 Jul 2018 06:35:14 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:35:14,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ec093f8-1916-4c6c-8da4-e76a9b3ba167 used request id req-bcb1137d-2f55-41df-957e-8fc1e239f50c 2018-07-17 06:35:14,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0521039962769s 2018-07-17 06:35:14,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ec093f8-1916-4c6c-8da4-e76a9b3ba167 used request id req-bcb1137d-2f55-41df-957e-8fc1e239f50c 2018-07-17 06:35:14,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:14,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-259e6330-9268-4112-8dd8-1098ca654aae x-compute-request-id: req-259e6330-9268-4112-8dd8-1098ca654aae Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:14,687 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-259e6330-9268-4112-8dd8-1098ca654aae 2018-07-17 06:35:14,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206321954727s 2018-07-17 06:35:14,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-259e6330-9268-4112-8dd8-1098ca654aae 2018-07-17 06:35:14,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:35:14,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-6e29f202-091f-423b-baad-0f89c2250042 Date: Tue, 17 Jul 2018 06:35:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:35:09Z","admin_state_up":true,"updated_at":"2018-07-17T06:35:12Z","binding:vnic_type":"normal","device_id":"ee1d349d-fdea-4edd-b92c-208bee3b634e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:59:d4:27","id":"6ec093f8-1916-4c6c-8da4-e76a9b3ba167","port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","fixed_ips":[{"subnet_id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","ip_address":"192.168.0.8"}],"extra_dhcp_opts":[],"security_groups":["536fd57a-1420-4faf-b5f9-f4e123cf236d"],"name":""}]} 2018-07-17 06:35:14,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-6e29f202-091f-423b-baad-0f89c2250042 2018-07-17 06:35:14,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.058730840683s 2018-07-17 06:35:14,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-6e29f202-091f-423b-baad-0f89c2250042 2018-07-17 06:35:14,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:35:14,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ec093f8-1916-4c6c-8da4-e76a9b3ba167" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-32946eeb-75d8-46df-9b9f-19897fe9abe5 Date: Tue, 17 Jul 2018 06:35:14 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:35:14,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ec093f8-1916-4c6c-8da4-e76a9b3ba167 used request id req-32946eeb-75d8-46df-9b9f-19897fe9abe5 2018-07-17 06:35:14,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.048868894577s 2018-07-17 06:35:14,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=6ec093f8-1916-4c6c-8da4-e76a9b3ba167 used request id req-32946eeb-75d8-46df-9b9f-19897fe9abe5 2018-07-17 06:35:14,803 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:59:d4:27', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ff86fae5-3b49-4229-aae7-0f05cca6cc70'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:35:12.000000', 'flavor': Munch({u'id': u'36f50803-f2f7-423f-90f5-38b19a8cbcc0'}), 'az': u'nova', 'id': u'ee1d349d-fdea-4edd-b92c-208bee3b634e', 'security_groups': [Munch({u'name': u'cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c67d62ae867649ec92bb2f418ea33730', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': 'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:35:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:35:12Z', 'hostId': u'502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:35:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': u'cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928', 'adminPass': None, 'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', 'created_at': u'2018-07-17T06:35:06Z', 'created': u'2018-07-17T06:35:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:35:14,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:35:14,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-354e693b-7a6e-4e8f-ab74-c7ba79c93a21 Date: Tue, 17 Jul 2018 06:35:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["944aacd8-bacb-4216-8d35-f9b7f6d10adf"],"updated_at":"2018-07-17T06:34:59Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:14,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-354e693b-7a6e-4e8f-ab74-c7ba79c93a21 2018-07-17 06:35:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110612869263s 2018-07-17 06:35:14,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-354e693b-7a6e-4e8f-ab74-c7ba79c93a21 2018-07-17 06:35:14,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:35:14,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:14,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-efce3c52-a65e-4733-bb50-884087aba628 Date: Tue, 17 Jul 2018 06:35:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:35:09Z","admin_state_up":true,"updated_at":"2018-07-17T06:35:12Z","binding:vnic_type":"normal","device_id":"ee1d349d-fdea-4edd-b92c-208bee3b634e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:59:d4:27","id":"6ec093f8-1916-4c6c-8da4-e76a9b3ba167","port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","fixed_ips":[{"subnet_id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","ip_address":"192.168.0.8"}],"extra_dhcp_opts":[],"security_groups":["536fd57a-1420-4faf-b5f9-f4e123cf236d"],"name":""}]} 2018-07-17 06:35:14,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-efce3c52-a65e-4733-bb50-884087aba628 2018-07-17 06:35:14,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574769973755s 2018-07-17 06:35:14,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-efce3c52-a65e-4733-bb50-884087aba628 2018-07-17 06:35:14,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 06:35:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"floatingip": {"floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.8", "port_id": "6ec093f8-1916-4c6c-8da4-e76a9b3ba167"}}' 2018-07-17 06:35:16,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-4868d613-ae48-4575-82c8-6ddfb8a965ab Date: Tue, 17 Jul 2018 06:35:16 GMT RESP BODY: {"floatingip": {"router_id": "786690fe-f043-452c-a845-7f5937c6c47a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T06:35:15Z", "floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.8", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "6ec093f8-1916-4c6c-8da4-e76a9b3ba167", "id": "6e395172-a99c-419b-bf0f-e3dda992d77a", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:15Z", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}} 2018-07-17 06:35:16,753 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4868d613-ae48-4575-82c8-6ddfb8a965ab 2018-07-17 06:35:16,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.7754881382s 2018-07-17 06:35:16,753 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4868d613-ae48-4575-82c8-6ddfb8a965ab 2018-07-17 06:35:16,754 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'786690fe-f043-452c-a845-7f5937c6c47a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', 'created_at': u'2018-07-17T06:35:15Z', 'attached': True, 'updated_at': u'2018-07-17T06:35:15Z', 'id': u'6e395172-a99c-419b-bf0f-e3dda992d77a', 'floating_network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', 'fixed_ip_address': u'192.168.0.8', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': 'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'786690fe-f043-452c-a845-7f5937c6c47a', 'project_id': u'e07fda03ae2542eaac4918cfcdb79789', 'port_id': u'6ec093f8-1916-4c6c-8da4-e76a9b3ba167', 'port': u'6ec093f8-1916-4c6c-8da4-e76a9b3ba167', 'network': u'93167f5f-5e97-4553-93f8-5bb87a5adb95'}) 2018-07-17 06:35:16,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:35:16,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:35:16,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53162cb8-8d4b-4594-a3b0-43065b12c4b0 x-compute-request-id: req-53162cb8-8d4b-4594-a3b0-43065b12c4b0 Content-Encoding: gzip Content-Length: 9577 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 455481828 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138404] pid_max: default: 32768 minimum: 301\n[ 0.139309] ACPI: Core revision 20150930\n[ 0.140703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142028] Security Framework initialized\n[ 0.142849] Yama: becoming mindful.\n[ 0.143585] AppArmor: AppArmor initialized\n[ 0.144460] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145799] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147084] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148304] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149738] Initializing cgroup subsys io\n[ 0.150558] Initializing cgroup subsys memory\n[ 0.151427] Initializing cgroup subsys devices\n[ 0.152316] Initializing cgroup subsys freezer\n[ 0.153198] Initializing cgroup subsys net_cls\n[ 0.154076] Initializing cgroup subsys perf_event\n[ 0.154995] Initializing cgroup subsys net_prio\n[ 0.155896] Initializing cgroup subsys hugetlb\n[ 0.156783] Initializing cgroup subsys pids\n[ 0.157662] CPU: Physical Processor ID: 0\n[ 0.159154] mce: CPU supports 10 MCE banks\n[ 0.160022] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175486] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181577] ftrace: allocating 31920 entries in 125 pages\n[ 0.206667] smpboot: Max logical packages: 1\n[ 0.207527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208892] x2apic enabled\n[ 0.209706] Switched APIC routing to physical x2apic.\n[ 0.211440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214659] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216455] KVM setup paravirtual spinlock\n[ 0.217777] x86: Booted up 1 node, 1 CPUs\n[ 0.218593] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220003] devtmpfs: initialized\n[ 0.221729] evm: security.selinux\n[ 0.222436] evm: security.SMACK64\n[ 0.223151] evm: security.SMACK64EXEC\n[ 0.223905] evm: security.SMACK64TRANSMUTE\n[ 0.224719] evm: security.SMACK64MMAP\n[ 0.225470] evm: security.ima\n[ 0.226121] evm: security.capability\n[ 0.226932] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228809] pinctrl core: initialized pinctrl subsystem\n[ 0.229927] RTC time: 6:35:13, date: 07/17/18\n[ 0.230902] NET: Registered protocol family 16\n[ 0.231901] cpuidle: using governor ladder\n[ 0.232731] cpuidle: using governor menu\n[ 0.233524] PCCT header not found.\n[ 0.234288] ACPI: bus type PCI registered\n[ 0.235104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236359] PCI: Using configuration type 1 for base access\n[ 0.238140] ACPI: Added _OSI(Module Device)\n[ 0.238994] ACPI: Added _OSI(Processor Device)\n[ 0.239865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242531] ACPI: Interpreter enabled\n[ 0.243316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245188] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250769] ACPI: (supports S0 S5)\n[ 0.251479] ACPI: Using IOAPIC for interrupt routing\n[ 0.252443] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255577] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256745] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257999] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259213] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261471] acpiphp: Slot [3] registered\n[ 0.262290] acpiphp: Slot [4] registered\n[ 0.263113] acpiphp: Slot [5] registered\n[ 0.263931] acpiphp: Slot [6] registered\n[ 0.264739] acpiphp: Slot [7] registered\n[ 0.265549] acpiphp: Slot [8] registered\n[ 0.266365] acpiphp: Slot [9] registered\n[ 0.267175] acpiphp: Slot [10] registered\n[ 0.268005] acpiphp: Slot [11] registered\n[ 0.268827] acpiphp: Slot [12] registered\n[ 0.269652] acpiphp: Slot [13] registered\n[ 0.270470] acpiphp: Slot [14] registered\n[ 0.271296] acpiphp: Slot [15] registered\n[ 0.282460] acpiphp: Slot [16] registered\n[ 0.283300] acpiphp: Slot [17] registered\n[ 0.284124] acpiphp: Slot [18] registered\n[ 0.284942] acpiphp: Slot [19] registered\n[ 0.285759] acpiphp: Slot [20] registered\n[ 0.286579] acpiphp: Slot [21] registered\n[ 0.287408] acpiphp: Slot [22] registered\n[ 0.288227] acpiphp: Slot [23] registered\n[ 0.289048] acpiphp: Slot [24] registered\n[ 0.289865] acpiphp: Slot [25] registered\n[ 0.290686] acpiphp: Slot [26] registered\n[ 0.291505] acpiphp: Slot [27] registered\n[ 0.292331] acpiphp: Slot [28] registered\n[ 0.293193] acpiphp: Slot [29] registered\n[ 0.294018] acpiphp: Slot [30] registered\n[ 0.294844] acpiphp: Slot [31] registered\n[ 0.295663] PCI host bridge to bus 0000:00\n[ 0.296480] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297711] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298944] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300413] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303387] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306626] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307921] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310411] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315533] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333789] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.337054] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339924] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.341209] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342524] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343599] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.345172] vgaarb: loaded\n[ 0.345785] vgaarb: bridge control possible 0000:00:02.0\n[ 0.347034] SCSI subsystem initialized\n[ 0.347957] ACPI: bus type USB registered\n[ 0.348799] usbcore: registered new interface driver usbfs\n[ 0.349843] usbcore: registered new interface driver hub\n[ 0.350866] usbcore: registered new device driver usb\n[ 0.351982] PCI: Using ACPI for IRQ routing\n[ 0.353111] NetLabel: Initializing\n[ 0.353842] NetLabel: domain hash size = 128\n[ 0.354703] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355672] NetLabel: unlabeled traffic allowed by default\n[ 0.356842] clocksource: Switched to clocksource kvm-clock\n[ 0.364906] AppArmor: AppArmor Filesystem Enabled\n[ 0.365896] pnp: PnP ACPI init\n[ 0.366849] pnp: PnP ACPI: found 5 devices\n[ 0.373193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374944] NET: Registered protocol family 2\n[ 0.376001] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377318] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378555] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379771] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380876] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382094] NET: Registered protocol family 1\n[ 0.382988] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384103] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385191] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399246] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413414] Trying to unpack rootfs image as initramfs...\n[ 0.469381] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471087] Scanning for low memory corruption every 60 seconds\n[ 0.472514] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473716] audit: initializing netlink subsys (disabled)\n[ 0.474762] audit: type=2000 audit(1531809313.667:1): initialized\n[ 0.476114] Initialise system trusted keyring\n[ 0.477076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478251] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480370] zbud: loaded\n[ 0.481140] VFS: Disk quotas dquot_6.6.0\n[ 0.481990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483591] fuse init (API version 7.23)\n[ 0.484510] Key type big_key registered\n[ 0.485342] Allocating IMA MOK and blacklist keyrings.\n[ 0.486587] Key type asymmetric registered\n[ 0.487423] Asymmetric key parser 'x509' registered\n[ 0.488394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489906] io scheduler noop registered\n[ 0.490711] io scheduler deadline registered (default)\n[ 0.491728] io scheduler cfq registered\n[ 0.492584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496400] ACPI: Power Button [PWRF]\n[ 0.497272] GHES: HEST is not enabled!\n[ 0.510965] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538933] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541059] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565009] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567318] Linux agpgart interface v0.103\n[ 0.569974] brd: module loaded\n[ 0.571654] loop: module loaded\n[ 0.576063] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577556] GPT:90111 != 2097151\n[ 0.578251] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579357] GPT:90111 != 2097151\n[ 0.580046] GPT: Use GNU Parted to correct GPT errors.\n[ 0.581039] vda: vda1 vda15\n[ 0.582277] scsi host0: ata_piix\n[ 0.583077] scsi host1: ata_piix\n[ 0.583816] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.585065] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.586560] libphy: Fixed MDIO Bus: probed\n[ 0.587396] tun: Universal TUN/TAP device driver, 1.6\n[ 0.588363] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.590664] PPP generic driver version 2.4.2\n[ 0.591692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.592878] ehci-pci: EHCI PCI platform driver\n[ 0.593743] ehci-platform: EHCI generic platform driver\n[ 0.594717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.595925] ohci-pci: OHCI PCI platform driver\n[ 0.596789] ohci-platform: OHCI generic platform driver\n[ 0.597782] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619984] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.625794] usb usb1: Product: UHCI Host Controller\n[ 0.627190] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628944] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.630497] hub 1-0:1.0: USB hub found\n[ 0.631660] hub 1-0:1.0: 2 ports detected\n[ 0.633223] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.636244] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.637695] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.639262] mousedev: PS/2 mouse device common for all mice\n[ 0.641119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643845] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647266] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649115] i2c /dev entries driver\n[ 0.650269] device-mapper: uevent: version 1.0.3\n[ 0.651702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654196] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656319] NET: Registered protocol family 10\n[ 0.657946] NET: Registered protocol family 17\n[ 0.659255] Key type dns_resolver registered\n[ 0.660685] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662325] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665028] registered taskstats version 1\n[ 0.666261] Loading compiled-in X.509 certificates\n[ 0.668173] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670940] zswap: loaded using pool lzo/zbud\n[ 0.673079] Key type trusted registered\n[ 0.675282] Key type encrypted registered\n[ 0.676483] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678039] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679602] evm: HMAC attrs: 0x1\n[ 0.680921] Magic number: 10:945:569\n[ 0.682151] rtc_cmos 00:00: setting system clock to 2018-07-17 06:35:13 UTC (1531809313)\n[ 0.684578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686233] EDD information not available.\n[ 0.746188] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.758850] Write protecting the kernel read-only data: 14336k\n[ 0.761516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764072] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.813442] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.8...\nLease of 192.168.0.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.11s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc9bPIk7d9B+Dm1ngySvRI+naFiaIqncLnFUSBkWMRUq6k9algbbzRI2AE7GoVniA38a1yxun2ROJk/rbCaUi4qXdiEBsi0DrY/OsH6Q9RR5D7sG4ZnD4siaKK3H/Xfjz/TBxFfy2Cxag14WrWp/nNKrRSMOKHK3G4KsWRVfZRhovHP7HRb5SZufBydwvk1wLplEE9lb3MTt4a8DSrieSdBdoMWxFhtqjLjzKdjUzMEihJr2cqMhDJmmDGn+cFHNACt3DhPyCBaI11BCNLLMTG9sJeDpPbjvg3lS8BbVdkpX6bUM6Xdbbe1jO+TsXG7Ttr/b7EuDT4E2Gb693tmczr root@cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928\nssh-dss AAAAB3NzaC1kc3MAAACBAO1oM8LhRd/uvHAOlWAx1FId/yCajFVvkF/IDPfaLxt3qc54aEJ+kXReg6jMoWblBUQz26yqja3gFmZzX5F/fQZfC0bbYoQLjwZTNAfWetd+A15bcKZ/ISbJBsBT2Eyz0MbQHSJIHZgtWpeI6XEiRHr53N/Cbcx9AxT4ZpMRq1CfAAAAFQDZb4p4e/kVJglS/wolArA7BwP2eQAAAIBLvvlmg9QqT/cP/uN+EZqe73zUIW8iopqmgfrKo6ndSIkyXqCJsiYVsK13xUHR2SiIVqs+mkAzSLto0p/r/8zCYCsuJ9IJWMK21wNx6iASD+gFMd8KkIqgBbiJN/p5B40zbmdEUB0EfSJG4NDoLT0lASD2t6r3AtLu8m0gNLCN1wAAAIBxIEOQ5CPqNC8EF/3GnuKUfANx2nc4IlZrq1hbFECwki+waTg2993tX5Taeq1a+IwNgYiyL/8anIAzU2aMk+YXOt8UvtPUZYUxVbPgXhk06vjS2F5ZKv4pCdNeFseqHmeGI7YFtKWgSKBTu3r2oKOfU3OAx7ibYUVoPsAEcI271g== root@cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.8,24,fe80::f816:3eff:fe59:d427/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.16 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928 login: "} 2018-07-17 06:35:16,841 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/action used request id req-53162cb8-8d4b-4594-a3b0-43065b12c4b0 2018-07-17 06:35:16,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0861678123474s 2018-07-17 06:35:16,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/action used request id req-53162cb8-8d4b-4594-a3b0-43065b12c4b0 2018-07-17 06:35:16,842 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 455481828 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.136733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138404] pid_max: default: 32768 minimum: 301 [ 0.139309] ACPI: Core revision 20150930 [ 0.140703] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142028] Security Framework initialized [ 0.142849] Yama: becoming mindful. [ 0.143585] AppArmor: AppArmor initialized [ 0.144460] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145799] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147084] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148304] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149738] Initializing cgroup subsys io [ 0.150558] Initializing cgroup subsys memory [ 0.151427] Initializing cgroup subsys devices [ 0.152316] Initializing cgroup subsys freezer [ 0.153198] Initializing cgroup subsys net_cls [ 0.154076] Initializing cgroup subsys perf_event [ 0.154995] Initializing cgroup subsys net_prio [ 0.155896] Initializing cgroup subsys hugetlb [ 0.156783] Initializing cgroup subsys pids [ 0.157662] CPU: Physical Processor ID: 0 [ 0.159154] mce: CPU supports 10 MCE banks [ 0.160022] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175486] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181577] ftrace: allocating 31920 entries in 125 pages [ 0.206667] smpboot: Max logical packages: 1 [ 0.207527] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208892] x2apic enabled [ 0.209706] Switched APIC routing to physical x2apic. [ 0.211440] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214659] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216455] KVM setup paravirtual spinlock [ 0.217777] x86: Booted up 1 node, 1 CPUs [ 0.218593] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220003] devtmpfs: initialized [ 0.221729] evm: security.selinux [ 0.222436] evm: security.SMACK64 [ 0.223151] evm: security.SMACK64EXEC [ 0.223905] evm: security.SMACK64TRANSMUTE [ 0.224719] evm: security.SMACK64MMAP [ 0.225470] evm: security.ima [ 0.226121] evm: security.capability [ 0.226932] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228809] pinctrl core: initialized pinctrl subsystem [ 0.229927] RTC time: 6:35:13, date: 07/17/18 [ 0.230902] NET: Registered protocol family 16 [ 0.231901] cpuidle: using governor ladder [ 0.232731] cpuidle: using governor menu [ 0.233524] PCCT header not found. [ 0.234288] ACPI: bus type PCI registered [ 0.235104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236359] PCI: Using configuration type 1 for base access [ 0.238140] ACPI: Added _OSI(Module Device) [ 0.238994] ACPI: Added _OSI(Processor Device) [ 0.239865] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240772] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242531] ACPI: Interpreter enabled [ 0.243316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245188] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250769] ACPI: (supports S0 S5) [ 0.251479] ACPI: Using IOAPIC for interrupt routing [ 0.252443] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255577] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256745] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257999] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259213] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261471] acpiphp: Slot [3] registered [ 0.262290] acpiphp: Slot [4] registered [ 0.263113] acpiphp: Slot [5] registered [ 0.263931] acpiphp: Slot [6] registered [ 0.264739] acpiphp: Slot [7] registered [ 0.265549] acpiphp: Slot [8] registered [ 0.266365] acpiphp: Slot [9] registered [ 0.267175] acpiphp: Slot [10] registered [ 0.268005] acpiphp: Slot [11] registered [ 0.268827] acpiphp: Slot [12] registered [ 0.269652] acpiphp: Slot [13] registered [ 0.270470] acpiphp: Slot [14] registered [ 0.271296] acpiphp: Slot [15] registered [ 0.282460] acpiphp: Slot [16] registered [ 0.283300] acpiphp: Slot [17] registered [ 0.284124] acpiphp: Slot [18] registered [ 0.284942] acpiphp: Slot [19] registered [ 0.285759] acpiphp: Slot [20] registered [ 0.286579] acpiphp: Slot [21] registered [ 0.287408] acpiphp: Slot [22] registered [ 0.288227] acpiphp: Slot [23] registered [ 0.289048] acpiphp: Slot [24] registered [ 0.289865] acpiphp: Slot [25] registered [ 0.290686] acpiphp: Slot [26] registered [ 0.291505] acpiphp: Slot [27] registered [ 0.292331] acpiphp: Slot [28] registered [ 0.293193] acpiphp: Slot [29] registered [ 0.294018] acpiphp: Slot [30] registered [ 0.294844] acpiphp: Slot [31] registered [ 0.295663] PCI host bridge to bus 0000:00 [ 0.296480] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297711] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298944] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300413] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.303387] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306626] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307921] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.309117] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.310411] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315533] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333789] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.335289] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.337054] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339924] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.341209] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342524] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343599] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.345172] vgaarb: loaded [ 0.345785] vgaarb: bridge control possible 0000:00:02.0 [ 0.347034] SCSI subsystem initialized [ 0.347957] ACPI: bus type USB registered [ 0.348799] usbcore: registered new interface driver usbfs [ 0.349843] usbcore: registered new interface driver hub [ 0.350866] usbcore: registered new device driver usb [ 0.351982] PCI: Using ACPI for IRQ routing [ 0.353111] NetLabel: Initializing [ 0.353842] NetLabel: domain hash size = 128 [ 0.354703] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355672] NetLabel: unlabeled traffic allowed by default [ 0.356842] clocksource: Switched to clocksource kvm-clock [ 0.364906] AppArmor: AppArmor Filesystem Enabled [ 0.365896] pnp: PnP ACPI init [ 0.366849] pnp: PnP ACPI: found 5 devices [ 0.373193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374944] NET: Registered protocol family 2 [ 0.376001] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377318] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378555] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379771] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380876] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.382094] NET: Registered protocol family 1 [ 0.382988] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.384103] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385191] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399246] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413414] Trying to unpack rootfs image as initramfs... [ 0.469381] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471087] Scanning for low memory corruption every 60 seconds [ 0.472514] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473716] audit: initializing netlink subsys (disabled) [ 0.474762] audit: type=2000 audit(1531809313.667:1): initialized [ 0.476114] Initialise system trusted keyring [ 0.477076] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478251] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480370] zbud: loaded [ 0.481140] VFS: Disk quotas dquot_6.6.0 [ 0.481990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483591] fuse init (API version 7.23) [ 0.484510] Key type big_key registered [ 0.485342] Allocating IMA MOK and blacklist keyrings. [ 0.486587] Key type asymmetric registered [ 0.487423] Asymmetric key parser 'x509' registered [ 0.488394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489906] io scheduler noop registered [ 0.490711] io scheduler deadline registered (default) [ 0.491728] io scheduler cfq registered [ 0.492584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496400] ACPI: Power Button [PWRF] [ 0.497272] GHES: HEST is not enabled! [ 0.510965] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538933] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541059] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.565009] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567318] Linux agpgart interface v0.103 [ 0.569974] brd: module loaded [ 0.571654] loop: module loaded [ 0.576063] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.577556] GPT:90111 != 2097151 [ 0.578251] GPT:Alternate GPT header not at the end of the disk. [ 0.579357] GPT:90111 != 2097151 [ 0.580046] GPT: Use GNU Parted to correct GPT errors. [ 0.581039] vda: vda1 vda15 [ 0.582277] scsi host0: ata_piix [ 0.583077] scsi host1: ata_piix [ 0.583816] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.585065] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.586560] libphy: Fixed MDIO Bus: probed [ 0.587396] tun: Universal TUN/TAP device driver, 1.6 [ 0.588363] tun: (C) 1999-2004 Max Krasnyansky [ 0.590664] PPP generic driver version 2.4.2 [ 0.591692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.592878] ehci-pci: EHCI PCI platform driver [ 0.593743] ehci-platform: EHCI generic platform driver [ 0.594717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.595925] ohci-pci: OHCI PCI platform driver [ 0.596789] ohci-platform: OHCI generic platform driver [ 0.597782] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614555] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.616283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618460] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619984] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.621757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.623660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.625794] usb usb1: Product: UHCI Host Controller [ 0.627190] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.628944] usb usb1: SerialNumber: 0000:00:01.2 [ 0.630497] hub 1-0:1.0: USB hub found [ 0.631660] hub 1-0:1.0: 2 ports detected [ 0.633223] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636244] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637695] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.639262] mousedev: PS/2 mouse device common for all mice [ 0.641119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.643845] rtc_cmos 00:00: RTC can wake from S4 [ 0.645451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647266] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.649115] i2c /dev entries driver [ 0.650269] device-mapper: uevent: version 1.0.3 [ 0.651702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.654196] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656319] NET: Registered protocol family 10 [ 0.657946] NET: Registered protocol family 17 [ 0.659255] Key type dns_resolver registered [ 0.660685] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.662325] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.665028] registered taskstats version 1 [ 0.666261] Loading compiled-in X.509 certificates [ 0.668173] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670940] zswap: loaded using pool lzo/zbud [ 0.673079] Key type trusted registered [ 0.675282] Key type encrypted registered [ 0.676483] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678039] ima: No TPM chip found, activating TPM-bypass! [ 0.679602] evm: HMAC attrs: 0x1 [ 0.680921] Magic number: 10:945:569 [ 0.682151] rtc_cmos 00:00: setting system clock to 2018-07-17 06:35:13 UTC (1531809313) [ 0.684578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686233] EDD information not available. [ 0.746188] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.758850] Write protecting the kernel read-only data: 14336k [ 0.761516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.764072] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.813442] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.8... Lease of 192.168.0.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.11s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc9bPIk7d9B+Dm1ngySvRI+naFiaIqncLnFUSBkWMRUq6k9algbbzRI2AE7GoVniA38a1yxun2ROJk/rbCaUi4qXdiEBsi0DrY/OsH6Q9RR5D7sG4ZnD4siaKK3H/Xfjz/TBxFfy2Cxag14WrWp/nNKrRSMOKHK3G4KsWRVfZRhovHP7HRb5SZufBydwvk1wLplEE9lb3MTt4a8DSrieSdBdoMWxFhtqjLjzKdjUzMEihJr2cqMhDJmmDGn+cFHNACt3DhPyCBaI11BCNLLMTG9sJeDpPbjvg3lS8BbVdkpX6bUM6Xdbbe1jO+TsXG7Ttr/b7EuDT4E2Gb693tmczr root@cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928 ssh-dss AAAAB3NzaC1kc3MAAACBAO1oM8LhRd/uvHAOlWAx1FId/yCajFVvkF/IDPfaLxt3qc54aEJ+kXReg6jMoWblBUQz26yqja3gFmZzX5F/fQZfC0bbYoQLjwZTNAfWetd+A15bcKZ/ISbJBsBT2Eyz0MbQHSJIHZgtWpeI6XEiRHr53N/Cbcx9AxT4ZpMRq1CfAAAAFQDZb4p4e/kVJglS/wolArA7BwP2eQAAAIBLvvlmg9QqT/cP/uN+EZqe73zUIW8iopqmgfrKo6ndSIkyXqCJsiYVsK13xUHR2SiIVqs+mkAzSLto0p/r/8zCYCsuJ9IJWMK21wNx6iASD+gFMd8KkIqgBbiJN/p5B40zbmdEUB0EfSJG4NDoLT0lASD2t6r3AtLu8m0gNLCN1wAAAIBxIEOQ5CPqNC8EF/3GnuKUfANx2nc4IlZrq1hbFECwki+waTg2993tX5Taeq1a+IwNgYiyL/8anIAzU2aMk+YXOt8UvtPUZYUxVbPgXhk06vjS2F5ZKv4pCdNeFseqHmeGI7YFtKWgSKBTu3r2oKOfU3OAx7ibYUVoPsAEcI271g== root@cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.8,24,fe80::f816:3eff:fe59:d427/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.16 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-ce2feada-780e-4456-a750-e72a4c496928 login: 2018-07-17 06:35:17,843 - paramiko.transport - DEBUG - starting thread (client mode): 0x880fd510L 2018-07-17 06:35:17,844 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 06:35:17,844 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 06:35:17,844 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 06:35:17,845 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-17 06:35:17,846 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 06:35:17,846 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 06:35:17,846 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 06:35:17,846 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 06:35:17,846 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 06:35:17,864 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 06:35:17,865 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 06:35:17,875 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: 525f6aa2d351cb1e9978f8eda3976d5f 2018-07-17 06:35:17,876 - paramiko.transport - DEBUG - Trying discovered key 68943f0c18e295a45e55d03a4d646d3c in /tmp/tmpGjS8ix 2018-07-17 06:35:17,902 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 06:35:17,907 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 06:35:17,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-17 06:35:17,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"volume": {"display_name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "size": "2"}}' 2018-07-17 06:35:19,025 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:35:17 GMT Server: Apache x-compute-request-id: req-dbb8f32e-0233-4067-a324-5d3b1325b6bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dbb8f32e-0233-4067-a324-5d3b1325b6bb Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}} 2018-07-17 06:35:19,026 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes used request id req-dbb8f32e-0233-4067-a324-5d3b1325b6bb 2018-07-17 06:35:19,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.11491107941s 2018-07-17 06:35:19,026 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes used request id req-dbb8f32e-0233-4067-a324-5d3b1325b6bb 2018-07-17 06:35:19,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:19,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:19,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:18 GMT Server: Apache x-compute-request-id: req-fcb38820-7cfe-487a-82f2-69ba0593ae90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fcb38820-7cfe-487a-82f2-69ba0593ae90 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:19.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:19,951 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-fcb38820-7cfe-487a-82f2-69ba0593ae90 2018-07-17 06:35:19,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.923779010773s 2018-07-17 06:35:19,951 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-fcb38820-7cfe-487a-82f2-69ba0593ae90 2018-07-17 06:35:19,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:21,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:21,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:22,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:21 GMT Server: Apache x-compute-request-id: req-e2765bc5-0667-4c1b-8bc8-f586d42a71a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2765bc5-0667-4c1b-8bc8-f586d42a71a8 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:21.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:22,845 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-e2765bc5-0667-4c1b-8bc8-f586d42a71a8 2018-07-17 06:35:22,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.890604972839s 2018-07-17 06:35:22,845 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-e2765bc5-0667-4c1b-8bc8-f586d42a71a8 2018-07-17 06:35:22,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:35:22,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:22,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-c39f7275-40f4-4eca-a86e-9f543ed57481 Date: Tue, 17 Jul 2018 06:35:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["944aacd8-bacb-4216-8d35-f9b7f6d10adf"],"updated_at":"2018-07-17T06:34:59Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:22,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c39f7275-40f4-4eca-a86e-9f543ed57481 2018-07-17 06:35:22,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110758066177s 2018-07-17 06:35:22,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c39f7275-40f4-4eca-a86e-9f543ed57481 2018-07-17 06:35:22,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:35:22,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:23,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-3e859bd6-a047-4212-b56f-1d3b4f0db137 Date: Tue, 17 Jul 2018 06:35:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/snap", "metadata": {}}], "file": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file", "owner": "e07fda03ae2542eaac4918cfcdb79789", "id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "size": 12716032, "self": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:35:04Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:35:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:35:23,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3e859bd6-a047-4212-b56f-1d3b4f0db137 2018-07-17 06:35:23,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187702178955s 2018-07-17 06:35:23,151 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3e859bd6-a047-4212-b56f-1d3b4f0db137 2018-07-17 06:35:23,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:35:23,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:23,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42d8973a-a7f3-45e8-be72-89c0589cfb41 x-compute-request-id: req-42d8973a-a7f3-45e8-be72-89c0589cfb41 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_ce2feada-780e-4456-a750-e72a4c496928", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0"}]} 2018-07-17 06:35:23,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-42d8973a-a7f3-45e8-be72-89c0589cfb41 2018-07-17 06:35:23,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0269129276276s 2018-07-17 06:35:23,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-42d8973a-a7f3-45e8-be72-89c0589cfb41 2018-07-17 06:35:23,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 06:35:23,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"server": {"name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "imageRef": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "flavorRef": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d020c600-83a6-4e1e-9c04-d6290e10a091"}], "security_groups": [{"name": "536fd57a-1420-4faf-b5f9-f4e123cf236d"}]}}' 2018-07-17 06:35:24,386 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:35:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-610a05eb-1962-4f9d-afe2-d30e37d1ae9f x-compute-request-id: req-610a05eb-1962-4f9d-afe2-d30e37d1ae9f Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "536fd57a-1420-4faf-b5f9-f4e123cf236d"}], "OS-DCF:diskConfig": "MANUAL", "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "adminPass": "RCf6A6TJEe2P"}} 2018-07-17 06:35:24,386 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-610a05eb-1962-4f9d-afe2-d30e37d1ae9f 2018-07-17 06:35:24,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.20545601845s 2018-07-17 06:35:24,387 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-610a05eb-1962-4f9d-afe2-d30e37d1ae9f 2018-07-17 06:35:24,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:24,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:24,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbe9420e-eb4e-41d0-b37d-a07857b3a9d5 x-compute-request-id: req-fbe9420e-eb4e-41d0-b37d-a07857b3a9d5 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:35:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:24,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fbe9420e-eb4e-41d0-b37d-a07857b3a9d5 2018-07-17 06:35:24,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377401828766s 2018-07-17 06:35:24,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fbe9420e-eb4e-41d0-b37d-a07857b3a9d5 2018-07-17 06:35:24,771 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:26,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:26,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:27,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a55ac4f9-0d0b-419c-8f56-d2aa39bceb63 x-compute-request-id: req-a55ac4f9-0d0b-419c-8f56-d2aa39bceb63 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:35:26Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:27,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a55ac4f9-0d0b-419c-8f56-d2aa39bceb63 2018-07-17 06:35:27,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373588085175s 2018-07-17 06:35:27,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a55ac4f9-0d0b-419c-8f56-d2aa39bceb63 2018-07-17 06:35:27,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:29,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:29,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:29,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3a77d15-2039-40a9-87ca-61801e08b2c1 x-compute-request-id: req-d3a77d15-2039-40a9-87ca-61801e08b2c1 Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-17T06:35:26Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:29,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3a77d15-2039-40a9-87ca-61801e08b2c1 2018-07-17 06:35:29,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572710990906s 2018-07-17 06:35:29,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d3a77d15-2039-40a9-87ca-61801e08b2c1 2018-07-17 06:35:29,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:31,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:31,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-daa1e381-696d-4148-8353-7908585993c1 x-compute-request-id: req-daa1e381-696d-4148-8353-7908585993c1 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:30.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:30Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:32,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-daa1e381-696d-4148-8353-7908585993c1 2018-07-17 06:35:32,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366549968719s 2018-07-17 06:35:32,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-daa1e381-696d-4148-8353-7908585993c1 2018-07-17 06:35:32,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:35:32,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a5bf4119-f903-462d-827c-e338190a797f Date: Tue, 17 Jul 2018 06:35:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:35:27Z","admin_state_up":true,"updated_at":"2018-07-17T06:35:30Z","binding:vnic_type":"normal","device_id":"9b034c21-abae-43c1-baf6-2934330f6b0f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:df:3b","id":"f6447959-fed1-4319-b74e-38e9ba551f79","port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","fixed_ips":[{"subnet_id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["536fd57a-1420-4faf-b5f9-f4e123cf236d"],"name":""}]} 2018-07-17 06:35:32,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-a5bf4119-f903-462d-827c-e338190a797f 2018-07-17 06:35:32,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.062539100647s 2018-07-17 06:35:32,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-a5bf4119-f903-462d-827c-e338190a797f 2018-07-17 06:35:32,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:35:32,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6447959-fed1-4319-b74e-38e9ba551f79" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-174dc83a-bb22-4d71-bb4b-8a8f8c0d1978 Date: Tue, 17 Jul 2018 06:35:32 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:35:32,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6447959-fed1-4319-b74e-38e9ba551f79 used request id req-174dc83a-bb22-4d71-bb4b-8a8f8c0d1978 2018-07-17 06:35:32,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0417258739471s 2018-07-17 06:35:32,218 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6447959-fed1-4319-b74e-38e9ba551f79 used request id req-174dc83a-bb22-4d71-bb4b-8a8f8c0d1978 2018-07-17 06:35:32,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:32,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12567db8-b570-4247-ac25-9c32ec864b43 x-compute-request-id: req-12567db8-b570-4247-ac25-9c32ec864b43 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:30.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:30Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:12Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:32,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-12567db8-b570-4247-ac25-9c32ec864b43 2018-07-17 06:35:32,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211752176285s 2018-07-17 06:35:32,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-12567db8-b570-4247-ac25-9c32ec864b43 2018-07-17 06:35:32,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:35:32,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e0ca9d00-0628-480e-9cf9-da90367396c9 Date: Tue, 17 Jul 2018 06:35:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:35:27Z","admin_state_up":true,"updated_at":"2018-07-17T06:35:30Z","binding:vnic_type":"normal","device_id":"9b034c21-abae-43c1-baf6-2934330f6b0f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:df:3b","id":"f6447959-fed1-4319-b74e-38e9ba551f79","port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","fixed_ips":[{"subnet_id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["536fd57a-1420-4faf-b5f9-f4e123cf236d"],"name":""}]} 2018-07-17 06:35:32,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-e0ca9d00-0628-480e-9cf9-da90367396c9 2018-07-17 06:35:32,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.229765892029s 2018-07-17 06:35:32,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-e0ca9d00-0628-480e-9cf9-da90367396c9 2018-07-17 06:35:32,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:35:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6447959-fed1-4319-b74e-38e9ba551f79" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5d265404-99d2-4520-a53d-ee66151a1236 Date: Tue, 17 Jul 2018 06:35:32 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:35:32,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6447959-fed1-4319-b74e-38e9ba551f79 used request id req-5d265404-99d2-4520-a53d-ee66151a1236 2018-07-17 06:35:32,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0459380149841s 2018-07-17 06:35:32,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6447959-fed1-4319-b74e-38e9ba551f79 used request id req-5d265404-99d2-4520-a53d-ee66151a1236 2018-07-17 06:35:32,717 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4f:df:3b', u'version': 4, u'addr': u'192.168.0.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ff86fae5-3b49-4229-aae7-0f05cca6cc70'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:35:30.000000', 'flavor': Munch({u'id': u'36f50803-f2f7-423f-90f5-38b19a8cbcc0'}), 'az': u'nova', 'id': u'9b034c21-abae-43c1-baf6-2934330f6b0f', 'security_groups': [Munch({u'name': u'cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c67d62ae867649ec92bb2f418ea33730', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': 'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-17T06:35:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T06:35:30Z', 'hostId': u'ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928', 'public_v6': '', 'private_v4': u'192.168.0.13', 'cloud': 'envvars', 'host_id': u'ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-17T06:35:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': u'cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928', 'adminPass': None, 'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', 'created_at': u'2018-07-17T06:35:24Z', 'created': u'2018-07-17T06:35:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 06:35:32,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:35:32,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5d11e21d-1569-4315-a106-61be3c3ba4a9 Date: Tue, 17 Jul 2018 06:35:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["944aacd8-bacb-4216-8d35-f9b7f6d10adf"],"updated_at":"2018-07-17T06:34:59Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:35:32,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5d11e21d-1569-4315-a106-61be3c3ba4a9 2018-07-17 06:35:32,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113242149353s 2018-07-17 06:35:32,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5d11e21d-1569-4315-a106-61be3c3ba4a9 2018-07-17 06:35:32,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 06:35:32,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:32,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e45847b9-11b6-4720-ac02-ec6747f850a5 Date: Tue, 17 Jul 2018 06:35:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:35:27Z","admin_state_up":true,"updated_at":"2018-07-17T06:35:30Z","binding:vnic_type":"normal","device_id":"9b034c21-abae-43c1-baf6-2934330f6b0f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:df:3b","id":"f6447959-fed1-4319-b74e-38e9ba551f79","port_security_enabled":true,"project_id":"e07fda03ae2542eaac4918cfcdb79789","fixed_ips":[{"subnet_id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["536fd57a-1420-4faf-b5f9-f4e123cf236d"],"name":""}]} 2018-07-17 06:35:32,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-e45847b9-11b6-4720-ac02-ec6747f850a5 2018-07-17 06:35:32,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575070381165s 2018-07-17 06:35:32,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-e45847b9-11b6-4720-ac02-ec6747f850a5 2018-07-17 06:35:32,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 06:35:32,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"floatingip": {"floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.13", "port_id": "f6447959-fed1-4319-b74e-38e9ba551f79"}}' 2018-07-17 06:35:34,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-fde1f2b7-9038-4026-9cdf-be1f8a83fa2d Date: Tue, 17 Jul 2018 06:35:34 GMT RESP BODY: {"floatingip": {"router_id": "786690fe-f043-452c-a845-7f5937c6c47a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T06:35:33Z", "floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "f6447959-fed1-4319-b74e-38e9ba551f79", "id": "bf49d51f-706a-45ab-8c13-60ea89b8801f", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:33Z", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}} 2018-07-17 06:35:34,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fde1f2b7-9038-4026-9cdf-be1f8a83fa2d 2018-07-17 06:35:34,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.89448404312s 2018-07-17 06:35:34,789 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fde1f2b7-9038-4026-9cdf-be1f8a83fa2d 2018-07-17 06:35:34,792 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'786690fe-f043-452c-a845-7f5937c6c47a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e07fda03ae2542eaac4918cfcdb79789', 'created_at': u'2018-07-17T06:35:33Z', 'attached': True, 'updated_at': u'2018-07-17T06:35:33Z', 'id': u'bf49d51f-706a-45ab-8c13-60ea89b8801f', 'floating_network_id': u'93167f5f-5e97-4553-93f8-5bb87a5adb95', 'fixed_ip_address': u'192.168.0.13', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e07fda03ae2542eaac4918cfcdb79789', 'name': 'cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'786690fe-f043-452c-a845-7f5937c6c47a', 'project_id': u'e07fda03ae2542eaac4918cfcdb79789', 'port_id': u'f6447959-fed1-4319-b74e-38e9ba551f79', 'port': u'f6447959-fed1-4319-b74e-38e9ba551f79', 'network': u'93167f5f-5e97-4553-93f8-5bb87a5adb95'}) 2018-07-17 06:35:34,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 06:35:34,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 06:35:34,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d34c63f-9fc1-47d1-aadc-bedec64732f8 x-compute-request-id: req-3d34c63f-9fc1-47d1-aadc-bedec64732f8 Content-Encoding: gzip Content-Length: 8257 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474071995 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.164188] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.165929] pid_max: default: 32768 minimum: 301\n[ 0.166865] ACPI: Core revision 20150930\n[ 0.168262] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.169641] Security Framework initialized\n[ 0.170487] Yama: becoming mindful.\n[ 0.171276] AppArmor: AppArmor initialized\n[ 0.172176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173557] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.174892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177620] Initializing cgroup subsys io\n[ 0.178472] Initializing cgroup subsys memory\n[ 0.179381] Initializing cgroup subsys devices\n[ 0.180295] Initializing cgroup subsys freezer\n[ 0.181199] Initializing cgroup subsys net_cls\n[ 0.182115] Initializing cgroup subsys perf_event\n[ 0.183067] Initializing cgroup subsys net_prio\n[ 0.184031] Initializing cgroup subsys hugetlb\n[ 0.184940] Initializing cgroup subsys pids\n[ 0.185840] CPU: Physical Processor ID: 0\n[ 0.187370] mce: CPU supports 10 MCE banks\n[ 0.188265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.189306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.204863] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.211046] ftrace: allocating 31920 entries in 125 pages\n[ 0.236183] smpboot: Max logical packages: 1\n[ 0.237093] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.238495] x2apic enabled\n[ 0.239351] Switched APIC routing to physical x2apic.\n[ 0.241115] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.242286] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246308] KVM setup paravirtual spinlock\n[ 0.247633] x86: Booted up 1 node, 1 CPUs\n[ 0.248467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250010] devtmpfs: initialized\n[ 0.251743] evm: security.selinux\n[ 0.252454] evm: security.SMACK64\n[ 0.253156] evm: security.SMACK64EXEC\n[ 0.253945] evm: security.SMACK64TRANSMUTE\n[ 0.254774] evm: security.SMACK64MMAP\n[ 0.255530] evm: security.ima\n[ 0.256179] evm: security.capability\n[ 0.257008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.258899] pinctrl core: initialized pinctrl subsystem\n[ 0.260018] RTC time: 6:35:30, date: 07/17/18\n[ 0.261005] NET: Registered protocol family 16\n[ 0.262011] cpuidle: using governor ladder\n[ 0.262855] cpuidle: using governor menu\n[ 0.263659] PCCT header not found.\n[ 0.264420] ACPI: bus type PCI registered\n[ 0.265238] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266509] PCI: Using configuration type 1 for base access\n[ 0.268309] ACPI: Added _OSI(Module Device)\n[ 0.269168] ACPI: Added _OSI(Processor Device)\n[ 0.270063] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270979] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272817] ACPI: Interpreter enabled\n[ 0.273597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.275470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.277366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.279246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.281131] ACPI: (supports S0 S5)\n[ 0.281848] ACPI: Using IOAPIC for interrupt routing\n[ 0.282813] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.285988] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.288399] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289614] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291897] acpiphp: Slot [3] registered\n[ 0.292714] acpiphp: Slot [4] registered\n[ 0.293523] acpiphp: Slot [5] registered\n[ 0.294343] acpiphp: Slot [6] registered\n[ 0.295156] acpiphp: Slot [7] registered\n[ 0.295968] acpiphp: Slot [8] registered\n[ 0.296778] acpiphp: Slot [9] registered\n[ 0.297591] acpiphp: Slot [10] registered\n[ 0.298420] acpiphp: Slot [11] registered\n[ 0.299253] acpiphp: Slot [12] registered\n[ 0.300076] acpiphp: Slot [13] registered\n[ 0.300898] acpiphp: Slot [14] registered\n[ 0.301721] acpiphp: Slot [15] registered\n[ 0.312418] acpiphp: Slot [16] registered\n[ 0.313287] acpiphp: Slot [17] registered\n[ 0.314116] acpiphp: Slot [18] registered\n[ 0.314944] acpiphp: Slot [19] registered\n[ 0.315767] acpiphp: Slot [20] registered\n[ 0.316594] acpiphp: Slot [21] registered\n[ 0.317424] acpiphp: Slot [22] registered\n[ 0.318251] acpiphp: Slot [23] registered\n[ 0.319077] acpiphp: Slot [24] registered\n[ 0.319918] acpiphp: Slot [25] registered\n[ 0.320756] acpiphp: Slot [26] registered\n[ 0.321580] acpiphp: Slot [27] registered\n[ 0.322406] acpiphp: Slot [28] registered\n[ 0.323270] acpiphp: Slot [29] registered\n[ 0.324097] acpiphp: Slot [30] registered\n[ 0.324927] acpiphp: Slot [31] registered\n[ 0.325749] PCI host bridge to bus 0000:00\n[ 0.326568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327801] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330520] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331996] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333497] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338165] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340658] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344318] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345780] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364495] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366035] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367890] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369351] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372059] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373383] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376037] vgaarb: loaded\n[ 0.376651] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377900] SCSI subsystem initialized\n[ 0.378830] ACPI: bus type USB registered\n[ 0.379676] usbcore: registered new interface driver usbfs\n[ 0.380727] usbcore: registered new interface driver hub\n[ 0.381754] usbcore: registered new device driver usb\n[ 0.382879] PCI: Using ACPI for IRQ routing\n[ 0.384019] NetLabel: Initializing\n[ 0.384768] NetLabel: domain hash size = 128\n[ 0.385634] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386605] NetLabel: unlabeled traffic allowed by default\n[ 0.387780] clocksource: Switched to clocksource kvm-clock\n[ 0.396149] AppArmor: AppArmor Filesystem Enabled\n[ 0.397146] pnp: PnP ACPI init\n[ 0.398103] pnp: PnP ACPI: found 5 devices\n[ 0.404508] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406254] NET: Registered protocol family 2\n[ 0.407321] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408644] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411103] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412210] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413420] NET: Registered protocol family 1\n[ 0.414321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415441] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416551] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444680] Trying to unpack rootfs image as initramfs...\n[ 0.501838] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503529] Scanning for low memory corruption every 60 seconds\n[ 0.504926] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506116] audit: initializing netlink subsys (disabled)\n[ 0.507161] audit: type=2000 audit(1531809331.542:1): initialized\n[ 0.508560] Initialise system trusted keyring\n[ 0.509522] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510709] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512873] zbud: loaded\n[ 0.513624] VFS: Disk quotas dquot_6.6.0\n[ 0.514456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516094] fuse init (API version 7.23)\n[ 0.517019] Key type big_key registered\n[ 0.517840] Allocating IMA MOK and blacklist keyrings.\n[ 0.519098] Key type asymmetric registered\n[ 0.519955] Asymmetric key parser 'x509' registered\n[ 0.520939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522445] io scheduler noop registered\n[ 0.523252] io scheduler deadline registered (default)\n[ 0.524274] io scheduler cfq registered\n[ 0.525139] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528979] ACPI: Power Button [PWRF]\n[ 0.529848] GHES: HEST is not enabled!\n[ 0.543467] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599280] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602172] Linux agpgart interface v0.103\n[ 0.605115] brd: module loaded\n[ 0.606826] loop: module loaded\n[ 0.611020] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612507] GPT:90111 != 2097151\n[ 0.613203] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614316] GPT:90111 != 2097151\n[ 0.615004] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616000] vda: vda1 vda15\n[ 0.617519] scsi host0: ata_piix\n[ 0.618325] scsi host1: ata_piix\n[ 0.619064] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.620318] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.621847] libphy: Fixed MDIO Bus: probed\n[ 0.622689] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626222] PPP generic driver version 2.4.2\n[ 0.627176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628409] ehci-pci: EHCI PCI platform driver\n[ 0.629310] ehci-platform: EHCI generic platform driver\n[ 0.630321] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631476] ohci-pci: OHCI PCI platform driver\n[ 0.632381] ohci-platform: OHCI generic platform driver\n[ 0.633398] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648710] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650201] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651244] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.652433] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655142] usb usb1: Product: UHCI Host Controller\n[ 0.656098] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657266] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658279] hub 1-0:1.0: USB hub found\n[ 0.659086] hub 1-0:1.0: 2 ports detected\n[ 0.660072] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663256] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664334] mousedev: PS/2 mouse device common for all mice\n[ 0.665659] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667634] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668787] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671237] i2c /dev entries driver\n[ 0.672047] device-mapper: uevent: version 1.0.3\n[ 0.673039] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676184] NET: Registered protocol family 10\n[ 0.677353] NET: Registered protocol family 17\n[ 0.678280] Key type dns_resolver registered\n[ 0.679307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680444] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682289] registered taskstats version 1\n[ 0.683162] Loading compiled-in X.509 certificates\n[ 0.684673] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686566] zswap: loaded using pool lzo/zbud\n[ 0.688267] Key type trusted registered\n[ 0.690058] Key type encrypted registered\n[ 0.690907] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691993] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693069] evm: HMAC attrs: 0x1\n[ 0.694068] Magic number: 10:945:569\n[ 0.694945] rtc_cmos 00:00: setting system clock to 2018-07-17 06:35:31 UTC (1531809331)\n[ 0.696622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697767] EDD information not available.\n[ 0.781094] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793108] Write protecting the kernel read-only data: 14336k\n[ 0.795302] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797197] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841801] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.13...\nLease of 192.168.0.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n"} 2018-07-17 06:35:34,887 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/action used request id req-3d34c63f-9fc1-47d1-aadc-bedec64732f8 2018-07-17 06:35:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0944991111755s 2018-07-17 06:35:34,888 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/action used request id req-3d34c63f-9fc1-47d1-aadc-bedec64732f8 2018-07-17 06:35:34,888 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 474071995 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.164188] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.165929] pid_max: default: 32768 minimum: 301 [ 0.166865] ACPI: Core revision 20150930 [ 0.168262] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.169641] Security Framework initialized [ 0.170487] Yama: becoming mindful. [ 0.171276] AppArmor: AppArmor initialized [ 0.172176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.173557] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.174892] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.176146] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.177620] Initializing cgroup subsys io [ 0.178472] Initializing cgroup subsys memory [ 0.179381] Initializing cgroup subsys devices [ 0.180295] Initializing cgroup subsys freezer [ 0.181199] Initializing cgroup subsys net_cls [ 0.182115] Initializing cgroup subsys perf_event [ 0.183067] Initializing cgroup subsys net_prio [ 0.184031] Initializing cgroup subsys hugetlb [ 0.184940] Initializing cgroup subsys pids [ 0.185840] CPU: Physical Processor ID: 0 [ 0.187370] mce: CPU supports 10 MCE banks [ 0.188265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.189306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.204863] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.211046] ftrace: allocating 31920 entries in 125 pages [ 0.236183] smpboot: Max logical packages: 1 [ 0.237093] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.238495] x2apic enabled [ 0.239351] Switched APIC routing to physical x2apic. [ 0.241115] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.242286] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.244437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.246308] KVM setup paravirtual spinlock [ 0.247633] x86: Booted up 1 node, 1 CPUs [ 0.248467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.250010] devtmpfs: initialized [ 0.251743] evm: security.selinux [ 0.252454] evm: security.SMACK64 [ 0.253156] evm: security.SMACK64EXEC [ 0.253945] evm: security.SMACK64TRANSMUTE [ 0.254774] evm: security.SMACK64MMAP [ 0.255530] evm: security.ima [ 0.256179] evm: security.capability [ 0.257008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.258899] pinctrl core: initialized pinctrl subsystem [ 0.260018] RTC time: 6:35:30, date: 07/17/18 [ 0.261005] NET: Registered protocol family 16 [ 0.262011] cpuidle: using governor ladder [ 0.262855] cpuidle: using governor menu [ 0.263659] PCCT header not found. [ 0.264420] ACPI: bus type PCI registered [ 0.265238] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.266509] PCI: Using configuration type 1 for base access [ 0.268309] ACPI: Added _OSI(Module Device) [ 0.269168] ACPI: Added _OSI(Processor Device) [ 0.270063] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.270979] ACPI: Added _OSI(Processor Aggregator Device) [ 0.272817] ACPI: Interpreter enabled [ 0.273597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.275470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.277366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.279246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.281131] ACPI: (supports S0 S5) [ 0.281848] ACPI: Using IOAPIC for interrupt routing [ 0.282813] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.285988] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.287153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.288399] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.289614] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291897] acpiphp: Slot [3] registered [ 0.292714] acpiphp: Slot [4] registered [ 0.293523] acpiphp: Slot [5] registered [ 0.294343] acpiphp: Slot [6] registered [ 0.295156] acpiphp: Slot [7] registered [ 0.295968] acpiphp: Slot [8] registered [ 0.296778] acpiphp: Slot [9] registered [ 0.297591] acpiphp: Slot [10] registered [ 0.298420] acpiphp: Slot [11] registered [ 0.299253] acpiphp: Slot [12] registered [ 0.300076] acpiphp: Slot [13] registered [ 0.300898] acpiphp: Slot [14] registered [ 0.301721] acpiphp: Slot [15] registered [ 0.312418] acpiphp: Slot [16] registered [ 0.313287] acpiphp: Slot [17] registered [ 0.314116] acpiphp: Slot [18] registered [ 0.314944] acpiphp: Slot [19] registered [ 0.315767] acpiphp: Slot [20] registered [ 0.316594] acpiphp: Slot [21] registered [ 0.317424] acpiphp: Slot [22] registered [ 0.318251] acpiphp: Slot [23] registered [ 0.319077] acpiphp: Slot [24] registered [ 0.319918] acpiphp: Slot [25] registered [ 0.320756] acpiphp: Slot [26] registered [ 0.321580] acpiphp: Slot [27] registered [ 0.322406] acpiphp: Slot [28] registered [ 0.323270] acpiphp: Slot [29] registered [ 0.324097] acpiphp: Slot [30] registered [ 0.324927] acpiphp: Slot [31] registered [ 0.325749] PCI host bridge to bus 0000:00 [ 0.326568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.327801] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.329051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.330520] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.331996] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.333497] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.336865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338165] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339361] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.340658] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.344318] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.345780] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364495] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366035] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367890] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369351] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372059] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373383] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376037] vgaarb: loaded [ 0.376651] vgaarb: bridge control possible 0000:00:02.0 [ 0.377900] SCSI subsystem initialized [ 0.378830] ACPI: bus type USB registered [ 0.379676] usbcore: registered new interface driver usbfs [ 0.380727] usbcore: registered new interface driver hub [ 0.381754] usbcore: registered new device driver usb [ 0.382879] PCI: Using ACPI for IRQ routing [ 0.384019] NetLabel: Initializing [ 0.384768] NetLabel: domain hash size = 128 [ 0.385634] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386605] NetLabel: unlabeled traffic allowed by default [ 0.387780] clocksource: Switched to clocksource kvm-clock [ 0.396149] AppArmor: AppArmor Filesystem Enabled [ 0.397146] pnp: PnP ACPI init [ 0.398103] pnp: PnP ACPI: found 5 devices [ 0.404508] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.406254] NET: Registered protocol family 2 [ 0.407321] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.408644] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409874] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411103] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412210] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.413420] NET: Registered protocol family 1 [ 0.414321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.415441] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.416551] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.430663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444680] Trying to unpack rootfs image as initramfs... [ 0.501838] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503529] Scanning for low memory corruption every 60 seconds [ 0.504926] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506116] audit: initializing netlink subsys (disabled) [ 0.507161] audit: type=2000 audit(1531809331.542:1): initialized [ 0.508560] Initialise system trusted keyring [ 0.509522] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.510709] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512873] zbud: loaded [ 0.513624] VFS: Disk quotas dquot_6.6.0 [ 0.514456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516094] fuse init (API version 7.23) [ 0.517019] Key type big_key registered [ 0.517840] Allocating IMA MOK and blacklist keyrings. [ 0.519098] Key type asymmetric registered [ 0.519955] Asymmetric key parser 'x509' registered [ 0.520939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522445] io scheduler noop registered [ 0.523252] io scheduler deadline registered (default) [ 0.524274] io scheduler cfq registered [ 0.525139] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528979] ACPI: Power Button [PWRF] [ 0.529848] GHES: HEST is not enabled! [ 0.543467] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.571348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.573519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599280] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.602172] Linux agpgart interface v0.103 [ 0.605115] brd: module loaded [ 0.606826] loop: module loaded [ 0.611020] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612507] GPT:90111 != 2097151 [ 0.613203] GPT:Alternate GPT header not at the end of the disk. [ 0.614316] GPT:90111 != 2097151 [ 0.615004] GPT: Use GNU Parted to correct GPT errors. [ 0.616000] vda: vda1 vda15 [ 0.617519] scsi host0: ata_piix [ 0.618325] scsi host1: ata_piix [ 0.619064] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.620318] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.621847] libphy: Fixed MDIO Bus: probed [ 0.622689] tun: Universal TUN/TAP device driver, 1.6 [ 0.623659] tun: (C) 1999-2004 Max Krasnyansky [ 0.626222] PPP generic driver version 2.4.2 [ 0.627176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628409] ehci-pci: EHCI PCI platform driver [ 0.629310] ehci-platform: EHCI generic platform driver [ 0.630321] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631476] ohci-pci: OHCI PCI platform driver [ 0.632381] ohci-platform: OHCI generic platform driver [ 0.633398] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647677] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648710] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650201] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651244] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.652433] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655142] usb usb1: Product: UHCI Host Controller [ 0.656098] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657266] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658279] hub 1-0:1.0: USB hub found [ 0.659086] hub 1-0:1.0: 2 ports detected [ 0.660072] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662267] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663256] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664334] mousedev: PS/2 mouse device common for all mice [ 0.665659] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667634] rtc_cmos 00:00: RTC can wake from S4 [ 0.668787] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.671237] i2c /dev entries driver [ 0.672047] device-mapper: uevent: version 1.0.3 [ 0.673039] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674714] ledtrig-cpu: registered to indicate activity on CPUs [ 0.676184] NET: Registered protocol family 10 [ 0.677353] NET: Registered protocol family 17 [ 0.678280] Key type dns_resolver registered [ 0.679307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.680444] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.682289] registered taskstats version 1 [ 0.683162] Loading compiled-in X.509 certificates [ 0.684673] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.686566] zswap: loaded using pool lzo/zbud [ 0.688267] Key type trusted registered [ 0.690058] Key type encrypted registered [ 0.690907] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691993] ima: No TPM chip found, activating TPM-bypass! [ 0.693069] evm: HMAC attrs: 0x1 [ 0.694068] Magic number: 10:945:569 [ 0.694945] rtc_cmos 00:00: setting system clock to 2018-07-17 06:35:31 UTC (1531809331) [ 0.696622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.697767] EDD information not available. [ 0.781094] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.793108] Write protecting the kernel read-only data: 14336k [ 0.795302] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.797197] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841801] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.13... Lease of 192.168.0.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- 2018-07-17 06:35:35,893 - paramiko.transport - DEBUG - starting thread (client mode): 0x880fd950L 2018-07-17 06:35:35,893 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 06:35:35,894 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 06:35:35,894 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 06:35:35,895 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-17 06:35:35,895 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 06:35:35,895 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 06:35:35,896 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 06:35:35,896 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 06:35:35,896 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 06:35:35,948 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 06:35:35,949 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 06:35:35,957 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: c8e60e37ab63b30c6adb7dbf931d9528 2018-07-17 06:35:35,958 - paramiko.transport - DEBUG - Trying discovered key 68943f0c18e295a45e55d03a4d646d3c in /tmp/tmpGjS8ix 2018-07-17 06:35:35,986 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 06:35:35,991 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 06:35:36,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-17 06:35:36,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"volumeAttachment": {"volumeId": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}}' 2018-07-17 06:35:37,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-411ecb38-5339-4e6d-9496-36683d3fc88a x-compute-request-id: req-411ecb38-5339-4e6d-9496-36683d3fc88a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "9b034c21-abae-43c1-baf6-2934330f6b0f", "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "volumeId": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}} 2018-07-17 06:35:37,638 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/os-volume_attachments used request id req-411ecb38-5339-4e6d-9496-36683d3fc88a 2018-07-17 06:35:37,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.61536312103s 2018-07-17 06:35:37,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/os-volume_attachments used request id req-411ecb38-5339-4e6d-9496-36683d3fc88a 2018-07-17 06:35:37,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:37,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:38,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:37 GMT Server: Apache x-compute-request-id: req-b4ec4b4f-fccd-4a48-99cc-8a0bbe7e6e55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4ec4b4f-fccd-4a48-99cc-8a0bbe7e6e55 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:37.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:38,602 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-b4ec4b4f-fccd-4a48-99cc-8a0bbe7e6e55 2018-07-17 06:35:38,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.96235203743s 2018-07-17 06:35:38,602 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-b4ec4b4f-fccd-4a48-99cc-8a0bbe7e6e55 2018-07-17 06:35:38,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:40,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:41,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:40 GMT Server: Apache x-compute-request-id: req-2e24d8d9-d416-4964-9ab0-0b83d6160e30 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e24d8d9-d416-4964-9ab0-0b83d6160e30 Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [{"server_id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "attachment_id": "5076d997-27d2-4fb2-aa1a-17759f848d35", "attached_at": "2018-07-17T06:35:39.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "device": "/dev/vdb", "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:40.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:41,582 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-2e24d8d9-d416-4964-9ab0-0b83d6160e30 2018-07-17 06:35:41,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.97628903389s 2018-07-17 06:35:41,583 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-2e24d8d9-d416-4964-9ab0-0b83d6160e30 2018-07-17 06:35:41,585 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 06:35:41,586 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 06:35:41,586 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 06:35:41,587 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 06:35:41,654 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 06:35:41,655 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-17 06:35:41,656 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 06:35:41,656 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-17 06:35:41,694 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-17 06:35:41,694 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-17 06:35:41,721 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-17 06:35:42,406 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-17 06:35:42,406 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 8daa839f-3b42-4acb-90ff-2ef928ae952b Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-17 06:35:42,407 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-17 06:35:42,407 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-17 06:35:42,408 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-17 06:35:42,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-17 06:35:42,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/os-volume_attachments/20f46bcb-aa1d-47ff-9d09-6d206c9a115b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:43,060 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65ece532-783e-4a19-b330-689c29d0cc2c x-compute-request-id: req-65ece532-783e-4a19-b330-689c29d0cc2c Content-Length: 0 Content-Type: application/json 2018-07-17 06:35:43,060 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/os-volume_attachments/20f46bcb-aa1d-47ff-9d09-6d206c9a115b used request id req-65ece532-783e-4a19-b330-689c29d0cc2c 2018-07-17 06:35:43,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.651569128036s 2018-07-17 06:35:43,060 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f/os-volume_attachments/20f46bcb-aa1d-47ff-9d09-6d206c9a115b used request id req-65ece532-783e-4a19-b330-689c29d0cc2c 2018-07-17 06:35:43,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:43,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:43,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:43 GMT Server: Apache x-compute-request-id: req-8fcb2de4-b617-4261-b05c-ec1e4fe2ad29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8fcb2de4-b617-4261-b05c-ec1e4fe2ad29 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:43.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:43,971 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-8fcb2de4-b617-4261-b05c-ec1e4fe2ad29 2018-07-17 06:35:43,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.910871982574s 2018-07-17 06:35:43,972 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-8fcb2de4-b617-4261-b05c-ec1e4fe2ad29 2018-07-17 06:35:43,973 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-17 06:35:43,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-17 06:35:43,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"volumeAttachment": {"volumeId": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}}' 2018-07-17 06:35:44,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d8ea0dc-70a8-461b-9411-4376bc007703 x-compute-request-id: req-2d8ea0dc-70a8-461b-9411-4376bc007703 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "volumeId": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}} 2018-07-17 06:35:44,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/os-volume_attachments used request id req-2d8ea0dc-70a8-461b-9411-4376bc007703 2018-07-17 06:35:44,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.740231990814s 2018-07-17 06:35:44,714 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/os-volume_attachments used request id req-2d8ea0dc-70a8-461b-9411-4376bc007703 2018-07-17 06:35:44,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:44,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:44,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:44 GMT Server: Apache x-compute-request-id: req-5c5dd5ba-6717-46a5-a3b5-da32c782e18e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c5dd5ba-6717-46a5-a3b5-da32c782e18e Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:44.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:44,786 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-5c5dd5ba-6717-46a5-a3b5-da32c782e18e 2018-07-17 06:35:44,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.071300983429s 2018-07-17 06:35:44,787 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-5c5dd5ba-6717-46a5-a3b5-da32c782e18e 2018-07-17 06:35:44,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:46,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:46,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:47,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:46 GMT Server: Apache x-compute-request-id: req-e44c92bc-2aa4-4d74-88fe-4eef008bb596 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e44c92bc-2aa4-4d74-88fe-4eef008bb596 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [{"server_id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "attachment_id": "9fabea02-68dd-4623-b8e7-03121cb086a3", "attached_at": "2018-07-17T06:35:46.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "device": "/dev/vdb", "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:46.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:47,694 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-e44c92bc-2aa4-4d74-88fe-4eef008bb596 2018-07-17 06:35:47,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.903203010559s 2018-07-17 06:35:47,694 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-e44c92bc-2aa4-4d74-88fe-4eef008bb596 2018-07-17 06:35:47,697 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 06:35:47,699 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 06:35:47,699 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 06:35:47,702 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 06:35:47,771 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 06:35:47,772 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-17 06:35:47,772 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-17 06:35:47,773 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 06:35:47,810 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-17 06:35:47,810 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-17 06:35:47,837 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-17 06:35:47,858 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-17 06:35:47,859 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-17 06:35:47,859 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-17 06:35:47,859 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-17 06:35:47,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-17 06:35:47,861 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-17 06:35:47,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/os-volume_attachments/20f46bcb-aa1d-47ff-9d09-6d206c9a115b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:49,263 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cec64306-a362-45ad-ab37-afb7ff61c6ad x-compute-request-id: req-cec64306-a362-45ad-ab37-afb7ff61c6ad Content-Length: 0 Content-Type: application/json 2018-07-17 06:35:49,263 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/os-volume_attachments/20f46bcb-aa1d-47ff-9d09-6d206c9a115b used request id req-cec64306-a362-45ad-ab37-afb7ff61c6ad 2018-07-17 06:35:49,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.40300297737s 2018-07-17 06:35:49,264 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e/os-volume_attachments/20f46bcb-aa1d-47ff-9d09-6d206c9a115b used request id req-cec64306-a362-45ad-ab37-afb7ff61c6ad 2018-07-17 06:35:49,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:49,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:49 GMT Server: Apache x-compute-request-id: req-9f712127-3823-4e67-b3c6-8e7c9b485e12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f712127-3823-4e67-b3c6-8e7c9b485e12 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [{"server_id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "attachment_id": "9fabea02-68dd-4623-b8e7-03121cb086a3", "attached_at": "2018-07-17T06:35:46.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "device": "/dev/vdb", "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b"}], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:49.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:49,337 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-9f712127-3823-4e67-b3c6-8e7c9b485e12 2018-07-17 06:35:49,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0733160972595s 2018-07-17 06:35:49,338 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-9f712127-3823-4e67-b3c6-8e7c9b485e12 2018-07-17 06:35:49,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:51,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:51,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:51,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:51 GMT Server: Apache x-compute-request-id: req-cbc0f239-57d6-437d-8525-45bdd2fb1b33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cbc0f239-57d6-437d-8525-45bdd2fb1b33 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:50.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:51,404 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-cbc0f239-57d6-437d-8525-45bdd2fb1b33 2018-07-17 06:35:51,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0624859333038s 2018-07-17 06:35:51,405 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-cbc0f239-57d6-437d-8525-45bdd2fb1b33 2018-07-17 06:35:51,542 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:35:51,543 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:54 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-17 06:35:51,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:35:51,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:51,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31b16864-0eae-4f90-b932-3bd1286ddf53 x-compute-request-id: req-31b16864-0eae-4f90-b932-3bd1286ddf53 Content-Type: application/json 2018-07-17 06:35:51,696 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-31b16864-0eae-4f90-b932-3bd1286ddf53 2018-07-17 06:35:51,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.148621797562s 2018-07-17 06:35:51,697 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e used request id req-31b16864-0eae-4f90-b932-3bd1286ddf53 2018-07-17 06:35:51,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:52,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f0e950f-58a8-4c36-ad33-4e37fa3cd7b6 x-compute-request-id: req-0f0e950f-58a8-4c36-ad33-4e37fa3cd7b6 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:30.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:30Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:d4:27", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ee1d349d-fdea-4edd-b92c-208bee3b634e", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:12.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "ee1d349d-fdea-4edd-b92c-208bee3b634e", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:51Z", "hostId": "502ac1072785a6c4102aa7c33fe4e0779e0cb1a5be09fd16dbe41bb7", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm2_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:06Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:52,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f0e950f-58a8-4c36-ad33-4e37fa3cd7b6 2018-07-17 06:35:52,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42200088501s 2018-07-17 06:35:52,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f0e950f-58a8-4c36-ad33-4e37fa3cd7b6 2018-07-17 06:35:52,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:54,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:54,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:54,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0f0eff5-ce02-439d-9282-562b49ae7da9 x-compute-request-id: req-c0f0eff5-ce02-439d-9282-562b49ae7da9 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:30.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:30Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:54,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c0f0eff5-ce02-439d-9282-562b49ae7da9 2018-07-17 06:35:54,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20166015625s 2018-07-17 06:35:54,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c0f0eff5-ce02-439d-9282-562b49ae7da9 2018-07-17 06:35:54,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 06:35:54,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/6e395172-a99c-419b-bf0f-e3dda992d77a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:54,917 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62d66c62-f8a8-40ee-a26d-c671643c4b71 Content-Length: 0 Date: Tue, 17 Jul 2018 06:35:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:35:54,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/6e395172-a99c-419b-bf0f-e3dda992d77a.json used request id req-62d66c62-f8a8-40ee-a26d-c671643c4b71 2018-07-17 06:35:54,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.585193872452s 2018-07-17 06:35:54,917 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/6e395172-a99c-419b-bf0f-e3dda992d77a.json used request id req-62d66c62-f8a8-40ee-a26d-c671643c4b71 2018-07-17 06:35:54,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:35:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:54,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-6fdba7c5-f498-48b5-b90f-87b459e82360 Date: Tue, 17 Jul 2018 06:35:54 GMT RESP BODY: {"floatingips": [{"router_id": "786690fe-f043-452c-a845-7f5937c6c47a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T06:35:33Z", "floating_network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "fixed_ip_address": "192.168.0.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "f6447959-fed1-4319-b74e-38e9ba551f79", "id": "bf49d51f-706a-45ab-8c13-60ea89b8801f", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:33Z", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}]} 2018-07-17 06:35:54,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6fdba7c5-f498-48b5-b90f-87b459e82360 2018-07-17 06:35:54,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0606141090393s 2018-07-17 06:35:54,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6fdba7c5-f498-48b5-b90f-87b459e82360 2018-07-17 06:35:54,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:54,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:55,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:54 GMT Server: Apache x-compute-request-id: req-6983aab0-1b16-4b27-8b8a-9374b473cecb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6983aab0-1b16-4b27-8b8a-9374b473cecb Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:50.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:55,044 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-6983aab0-1b16-4b27-8b8a-9374b473cecb 2018-07-17 06:35:55,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0581741333008s 2018-07-17 06:35:55,044 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-6983aab0-1b16-4b27-8b8a-9374b473cecb 2018-07-17 06:35:55,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-17 06:35:55,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:55,115 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:35:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-31fd1398-cc93-4068-b21c-4281a6af9a02 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:35:55,116 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b used request id req-31fd1398-cc93-4068-b21c-4281a6af9a02 2018-07-17 06:35:55,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0703339576721s 2018-07-17 06:35:55,116 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b used request id req-31fd1398-cc93-4068-b21c-4281a6af9a02 2018-07-17 06:35:55,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:55,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:55,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:55 GMT Server: Apache x-compute-request-id: req-56e469a6-d850-45fa-9436-96154dbba005 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56e469a6-d850-45fa-9436-96154dbba005 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "c67d62ae867649ec92bb2f418ea33730", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "self"}, {"href": "http://172.30.9.28:8776/e07fda03ae2542eaac4918cfcdb79789/volumes/20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-17T06:35:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "updated_at": "2018-07-17T06:35:55.000000", "volume_type": null, "name": "cinder_test-volume_ce2feada-780e-4456-a750-e72a4c496928", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "20f46bcb-aa1d-47ff-9d09-6d206c9a115b", "size": 2}]} 2018-07-17 06:35:55,171 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-56e469a6-d850-45fa-9436-96154dbba005 2018-07-17 06:35:55,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0550241470337s 2018-07-17 06:35:55,171 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-56e469a6-d850-45fa-9436-96154dbba005 2018-07-17 06:35:55,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:35:57,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-17 06:35:57,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:57,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:57 GMT Server: Apache x-compute-request-id: req-faa8b0ae-ba6c-4758-a3ce-fa926d6c3c14 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-faa8b0ae-ba6c-4758-a3ce-fa926d6c3c14 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-17 06:35:57,224 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-faa8b0ae-ba6c-4758-a3ce-fa926d6c3c14 2018-07-17 06:35:57,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0505430698395s 2018-07-17 06:35:57,224 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/e07fda03ae2542eaac4918cfcdb79789/volumes/detail used request id req-faa8b0ae-ba6c-4758-a3ce-fa926d6c3c14 2018-07-17 06:35:57,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 06:35:57,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/bf49d51f-706a-45ab-8c13-60ea89b8801f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:58,213 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bded253-5bca-4c96-a57d-08b0dc3c9a77 Content-Length: 0 Date: Tue, 17 Jul 2018 06:35:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:35:58,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/bf49d51f-706a-45ab-8c13-60ea89b8801f.json used request id req-0bded253-5bca-4c96-a57d-08b0dc3c9a77 2018-07-17 06:35:58,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.985497951508s 2018-07-17 06:35:58,213 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/bf49d51f-706a-45ab-8c13-60ea89b8801f.json used request id req-0bded253-5bca-4c96-a57d-08b0dc3c9a77 2018-07-17 06:35:58,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 06:35:58,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:58,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2a1a007a-280a-4ba8-99a8-9e511d2cb68e Date: Tue, 17 Jul 2018 06:35:58 GMT RESP BODY: {"floatingips": []} 2018-07-17 06:35:58,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2a1a007a-280a-4ba8-99a8-9e511d2cb68e 2018-07-17 06:35:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0526010990143s 2018-07-17 06:35:58,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2a1a007a-280a-4ba8-99a8-9e511d2cb68e 2018-07-17 06:35:58,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 06:35:58,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:58,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d1b5985-46c3-4905-a958-13d59bd45128 x-compute-request-id: req-1d1b5985-46c3-4905-a958-13d59bd45128 Content-Type: application/json 2018-07-17 06:35:58,451 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-1d1b5985-46c3-4905-a958-13d59bd45128 2018-07-17 06:35:58,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.177065849304s 2018-07-17 06:35:58,451 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f used request id req-1d1b5985-46c3-4905-a958-13d59bd45128 2018-07-17 06:35:58,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:35:58,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:35:59,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ff81c01-6820-4437-9db9-ada63c296a04 x-compute-request-id: req-2ff81c01-6820-4437-9db9-ada63c296a04 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:df:3b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9b034c21-abae-43c1-baf6-2934330f6b0f", "rel": "bookmark"}], "image": {"id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "links": [{"href": "http://172.30.9.28:8774/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T06:35:30.000000", "flavor": {"id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0", "links": [{"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}]}, "id": "9b034c21-abae-43c1-baf6-2934330f6b0f", "security_groups": [{"name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}], "user_id": "c67d62ae867649ec92bb2f418ea33730", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-17T06:35:58Z", "hostId": "ade6705281d245dc60112eae92b366dba5e501aa7a15e19e146facef", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928", "name": "cinder_test-vm_ce2feada-780e-4456-a750-e72a4c496928", "created": "2018-07-17T06:35:24Z", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 06:35:59,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ff81c01-6820-4437-9db9-ada63c296a04 2018-07-17 06:35:59,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651888132095s 2018-07-17 06:35:59,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ff81c01-6820-4437-9db9-ada63c296a04 2018-07-17 06:35:59,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 06:36:01,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 06:36:01,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:01,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a521eb59-e755-4c71-a55b-83154e92cf43 x-compute-request-id: req-a521eb59-e755-4c71-a55b-83154e92cf43 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 06:36:01,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a521eb59-e755-4c71-a55b-83154e92cf43 2018-07-17 06:36:01,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0782990455627s 2018-07-17 06:36:01,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a521eb59-e755-4c71-a55b-83154e92cf43 2018-07-17 06:36:01,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 06:36:01,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:01,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-b7e9d8fc-2188-4ee0-aac8-e421a42f4ffa Date: Tue, 17 Jul 2018 06:36:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:34:58Z", "updated_at": "2018-07-17T06:34:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "77a3bdd7-e347-4789-9f09-01b62f3cb4e0", "remote_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "ad1ca6a5-4646-4049-801c-e81261bec118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "d6987c6b-dee7-42d3-891a-f4ef1ef39244", "remote_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:34:58Z", "revision_number": 0, "id": "e048c38a-aeb3-4bf5-8b6c-f5b8238a5c31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:34:58Z", "security_group_id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 1, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "2007fbde-4aa3-4438-a7ac-9a38f2dc69a5", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:35:04Z", "updated_at": "2018-07-17T06:35:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "10ff0bd4-4380-49ae-a766-6fe1c77533c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:04Z", "revision_number": 0, "id": "2044b9f4-d272-4366-adde-6292c4314a58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:04Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv6", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T06:35:05Z", "revision_number": 0, "id": "44f46a9c-28a1-47cf-8970-4a4d306bf25c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:05Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T06:35:05Z", "revision_number": 0, "id": "99b1910d-37fa-45dc-bafc-3551251f18e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T06:35:05Z", "security_group_id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "port_range_min": null, "ethertype": "IPv4", "project_id": "e07fda03ae2542eaac4918cfcdb79789"}], "revision_number": 3, "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "536fd57a-1420-4faf-b5f9-f4e123cf236d", "name": "cinder_test-sg_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:36:01,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b7e9d8fc-2188-4ee0-aac8-e421a42f4ffa 2018-07-17 06:36:01,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0543160438538s 2018-07-17 06:36:01,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b7e9d8fc-2188-4ee0-aac8-e421a42f4ffa 2018-07-17 06:36:01,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 06:36:01,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/536fd57a-1420-4faf-b5f9-f4e123cf236d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:01,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-587c24bb-e264-4329-b1d3-34da014b9b58 Content-Length: 0 Date: Tue, 17 Jul 2018 06:36:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:36:01,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/536fd57a-1420-4faf-b5f9-f4e123cf236d.json used request id req-587c24bb-e264-4329-b1d3-34da014b9b58 2018-07-17 06:36:01,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.183372020721s 2018-07-17 06:36:01,432 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/536fd57a-1420-4faf-b5f9-f4e123cf236d.json used request id req-587c24bb-e264-4329-b1d3-34da014b9b58 2018-07-17 06:36:01,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 06:36:01,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:01,491 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:36:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98c0b925-3a98-42be-bd56-bd9357878607 x-compute-request-id: req-98c0b925-3a98-42be-bd56-bd9357878607 Content-Length: 0 Content-Type: application/json 2018-07-17 06:36:01,492 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928 used request id req-98c0b925-3a98-42be-bd56-bd9357878607 2018-07-17 06:36:01,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.058876991272s 2018-07-17 06:36:01,492 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_ce2feada-780e-4456-a750-e72a4c496928 used request id req-98c0b925-3a98-42be-bd56-bd9357878607 2018-07-17 06:36:01,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 06:36:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" -d '{"subnet_id": "944aacd8-bacb-4216-8d35-f9b7f6d10adf"}' 2018-07-17 06:36:02,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0dd6abe-4066-44ab-aaf5-582feca0eb2a Date: Tue, 17 Jul 2018 06:36:02 GMT RESP BODY: {"network_id": "d020c600-83a6-4e1e-9c04-d6290e10a091", "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "subnet_id": "944aacd8-bacb-4216-8d35-f9b7f6d10adf", "subnet_ids": ["944aacd8-bacb-4216-8d35-f9b7f6d10adf"], "port_id": "512da27f-c904-40fd-826e-8583ed2c8cd9", "id": "786690fe-f043-452c-a845-7f5937c6c47a"} 2018-07-17 06:36:02,975 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a/remove_router_interface.json used request id req-e0dd6abe-4066-44ab-aaf5-582feca0eb2a 2018-07-17 06:36:02,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48212194443s 2018-07-17 06:36:02,975 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a/remove_router_interface.json used request id req-e0dd6abe-4066-44ab-aaf5-582feca0eb2a returning object 786690fe-f043-452c-a845-7f5937c6c47a 2018-07-17 06:36:02,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 06:36:02,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:03,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-697a7df6-217d-430f-aab6-9fd77345b636 Date: Tue, 17 Jul 2018 06:36:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "93167f5f-5e97-4553-93f8-5bb87a5adb95", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01b3b688-ae23-4e66-b1d6-1a11f0a1a40b", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e07fda03ae2542eaac4918cfcdb79789", "created_at": "2018-07-17T06:34:59Z", "admin_state_up": true, "updated_at": "2018-07-17T06:36:02Z", "revision_number": 4, "routes": [], "project_id": "e07fda03ae2542eaac4918cfcdb79789", "id": "786690fe-f043-452c-a845-7f5937c6c47a", "name": "cinder_test-router_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:36:03,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-697a7df6-217d-430f-aab6-9fd77345b636 2018-07-17 06:36:03,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.319141864777s 2018-07-17 06:36:03,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-697a7df6-217d-430f-aab6-9fd77345b636 2018-07-17 06:36:03,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 06:36:03,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:04,705 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-beb4e7f9-2dbd-4627-bf0c-c9dd63c9839c Content-Length: 0 Date: Tue, 17 Jul 2018 06:36:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:36:04,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a.json used request id req-beb4e7f9-2dbd-4627-bf0c-c9dd63c9839c 2018-07-17 06:36:04,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40859889984s 2018-07-17 06:36:04,705 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/786690fe-f043-452c-a845-7f5937c6c47a.json used request id req-beb4e7f9-2dbd-4627-bf0c-c9dd63c9839c 2018-07-17 06:36:04,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 06:36:04,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:04,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bcd04e3c-aabd-464c-b949-388cb98ca7b4 Date: Tue, 17 Jul 2018 06:36:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d020c600-83a6-4e1e-9c04-d6290e10a091","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T06:34:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"944aacd8-bacb-4216-8d35-f9b7f6d10adf","subnetpool_id":null,"name":"cinder_test-subnet_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:36:04,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bcd04e3c-aabd-464c-b949-388cb98ca7b4 2018-07-17 06:36:04,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0500469207764s 2018-07-17 06:36:04,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bcd04e3c-aabd-464c-b949-388cb98ca7b4 2018-07-17 06:36:04,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 06:36:04,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/944aacd8-bacb-4216-8d35-f9b7f6d10adf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:05,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb5d44d2-dcb0-4b43-9b4c-0023d3f8289b Date: Tue, 17 Jul 2018 06:36:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:36:05,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/944aacd8-bacb-4216-8d35-f9b7f6d10adf.json used request id req-fb5d44d2-dcb0-4b43-9b4c-0023d3f8289b 2018-07-17 06:36:05,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.17334008217s 2018-07-17 06:36:05,931 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/944aacd8-bacb-4216-8d35-f9b7f6d10adf.json used request id req-fb5d44d2-dcb0-4b43-9b4c-0023d3f8289b 2018-07-17 06:36:05,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 06:36:05,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:06,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-9f3d65cb-b273-4f27-b059-c950f4c0c60c Date: Tue, 17 Jul 2018 06:36:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01b3b688-ae23-4e66-b1d6-1a11f0a1a40b"],"updated_at":"2018-07-17T06:28:35Z","tenant_id":"a157a773b0f94b8488176a42925137e9","created_at":"2018-07-17T06:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a157a773b0f94b8488176a42925137e9","id":"93167f5f-5e97-4553-93f8-5bb87a5adb95","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-17T06:36:05Z","tenant_id":"e07fda03ae2542eaac4918cfcdb79789","created_at":"2018-07-17T06:34:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e07fda03ae2542eaac4918cfcdb79789","id":"d020c600-83a6-4e1e-9c04-d6290e10a091","name":"cinder_test-net_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:36:06,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9f3d65cb-b273-4f27-b059-c950f4c0c60c 2018-07-17 06:36:06,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115242004395s 2018-07-17 06:36:06,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9f3d65cb-b273-4f27-b059-c950f4c0c60c 2018-07-17 06:36:06,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 06:36:06,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/d020c600-83a6-4e1e-9c04-d6290e10a091.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:07,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23fdf49c-bceb-4f03-b1a0-c75cff590406 Date: Tue, 17 Jul 2018 06:36:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 06:36:07,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d020c600-83a6-4e1e-9c04-d6290e10a091.json used request id req-23fdf49c-bceb-4f03-b1a0-c75cff590406 2018-07-17 06:36:07,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25133395195s 2018-07-17 06:36:07,301 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d020c600-83a6-4e1e-9c04-d6290e10a091.json used request id req-23fdf49c-bceb-4f03-b1a0-c75cff590406 2018-07-17 06:36:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 06:36:07,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:07,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-41806079-1941-4bbc-b778-bf43b3ddeade Date: Tue, 17 Jul 2018 06:36:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/snap", "metadata": {}}], "file": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/file", "owner": "e07fda03ae2542eaac4918cfcdb79789", "id": "ff86fae5-3b49-4229-aae7-0f05cca6cc70", "size": 12716032, "self": "/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70", "disk_format": "qcow2", "direct_url": "rbd://795f1738-6924-4dbc-ba70-a9467193f2ea/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T06:35:04Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_ce2feada-780e-4456-a750-e72a4c496928", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T06:35:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 06:36:07,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-41806079-1941-4bbc-b778-bf43b3ddeade 2018-07-17 06:36:07,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0389499664307s 2018-07-17 06:36:07,344 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-41806079-1941-4bbc-b778-bf43b3ddeade 2018-07-17 06:36:07,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 06:36:07,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b13684e1038589bea02a90231b41d7bb602aaf" 2018-07-17 06:36:08,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c220508-a7ac-4ad2-aaef-4079c65a80aa Date: Tue, 17 Jul 2018 06:36:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-17 06:36:08,146 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70 used request id req-2c220508-a7ac-4ad2-aaef-4079c65a80aa 2018-07-17 06:36:08,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.799896001816s 2018-07-17 06:36:08,147 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ff86fae5-3b49-4229-aae7-0f05cca6cc70 used request id req-2c220508-a7ac-4ad2-aaef-4079c65a80aa 2018-07-17 06:36:08,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 06:36:08,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:08,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a901256-621f-4779-a8a6-4c0505d05d40 x-compute-request-id: req-3a901256-621f-4779-a8a6-4c0505d05d40 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_ce2feada-780e-4456-a750-e72a4c496928", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "36f50803-f2f7-423f-90f5-38b19a8cbcc0"}]} 2018-07-17 06:36:08,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3a901256-621f-4779-a8a6-4c0505d05d40 2018-07-17 06:36:08,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0279738903046s 2018-07-17 06:36:08,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3a901256-621f-4779-a8a6-4c0505d05d40 2018-07-17 06:36:08,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 06:36:08,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:08,211 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9732433e-dfcf-4cbe-af8e-3d61fed8f7a8 x-compute-request-id: req-9732433e-dfcf-4cbe-af8e-3d61fed8f7a8 Content-Length: 0 Content-Type: application/json 2018-07-17 06:36:08,211 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0 used request id req-9732433e-dfcf-4cbe-af8e-3d61fed8f7a8 2018-07-17 06:36:08,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0339820384979s 2018-07-17 06:36:08,212 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/36f50803-f2f7-423f-90f5-38b19a8cbcc0 used request id req-9732433e-dfcf-4cbe-af8e-3d61fed8f7a8 2018-07-17 06:36:08,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:36:08,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:08,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f92d8d-90d0-4ab8-b814-c01313da5021 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/24bf2a4fd1184109b6fd76e7d8eef2a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "24bf2a4fd1184109b6fd76e7d8eef2a6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/383db538323842f88cb77540e6e52c7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "383db538323842f88cb77540e6e52c7c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/3f18722615394e35bb7cea4a421d6a7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f18722615394e35bb7cea4a421d6a7a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/57884fd6876d420c87545898c1c20fd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57884fd6876d420c87545898c1c20fd4", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/72907e7f3950414da6b779c05cf53f06"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72907e7f3950414da6b779c05cf53f06", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/7fc78d56bb3b464787e9a6d12eb8daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7fc78d56bb3b464787e9a6d12eb8daa8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/b02f64c8ad234a488dd1a2d26eaf0f32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b02f64c8ad234a488dd1a2d26eaf0f32", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/b689f97c222e43f68d7a7974bc79836b"}, "domain_id": "6c0bd4e59bbc4eda8b5def0751b22918", "enabled": true, "options": {}, "id": "b689f97c222e43f68d7a7974bc79836b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/be0279da3df0421ca32bd7c308dac33b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0279da3df0421ca32bd7c308dac33b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928", "links": {"self": "http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c67d62ae867649ec92bb2f418ea33730", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ce428fd8ceda4df3834ce810787c2e38"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce428fd8ceda4df3834ce810787c2e38", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/d26a5318c00b489ab131ae24a165793f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d26a5318c00b489ab131ae24a165793f", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d2dc55c38584443db738a30a80d77415"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2dc55c38584443db738a30a80d77415", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e27d8a67ca6e47a782fb0092b2db5e5d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e27d8a67ca6e47a782fb0092b2db5e5d", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/f62feb8ad9fc4e718eca3390ef68b7b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f62feb8ad9fc4e718eca3390ef68b7b7", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-17 06:36:08,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-89f92d8d-90d0-4ab8-b814-c01313da5021 2018-07-17 06:36:08,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.141877889633s 2018-07-17 06:36:08,354 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-89f92d8d-90d0-4ab8-b814-c01313da5021 2018-07-17 06:36:08,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 06:36:08,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:08,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce43b34-56a1-4d28-ad69-dad710fcc7c3 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_ce2feada-780e-4456-a750-e72a4c496928", "links": {"self": "http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c67d62ae867649ec92bb2f418ea33730", "description": null}} 2018-07-17 06:36:08,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730 used request id req-6ce43b34-56a1-4d28-ad69-dad710fcc7c3 2018-07-17 06:36:08,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109223127365s 2018-07-17 06:36:08,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730 used request id req-6ce43b34-56a1-4d28-ad69-dad710fcc7c3 2018-07-17 06:36:08,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 06:36:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:08,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9923db7-9dbd-4f63-b248-71faf41f7c16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:36:08,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730 used request id req-d9923db7-9dbd-4f63-b248-71faf41f7c16 2018-07-17 06:36:08,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.350122928619s 2018-07-17 06:36:08,822 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c67d62ae867649ec92bb2f418ea33730 used request id req-d9923db7-9dbd-4f63-b248-71faf41f7c16 2018-07-17 06:36:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 06:36:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:08,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b437ead2-8b37-42c5-8353-0141d630dedf Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1efef49fb93e45b19b2e687db1e302da"}, "tags": [], "enabled": true, "id": "1efef49fb93e45b19b2e687db1e302da", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/a157a773b0f94b8488176a42925137e9"}, "tags": [], "enabled": true, "id": "a157a773b0f94b8488176a42925137e9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789"}, "tags": [], "enabled": true, "id": "e07fda03ae2542eaac4918cfcdb79789", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_ce2feada-780e-4456-a750-e72a4c496928"}]} 2018-07-17 06:36:08,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b437ead2-8b37-42c5-8353-0141d630dedf 2018-07-17 06:36:08,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103700876236s 2018-07-17 06:36:08,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b437ead2-8b37-42c5-8353-0141d630dedf 2018-07-17 06:36:08,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 06:36:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}deb95307f88d88c3bf1f516754c6fa96aedac3a2" 2018-07-17 06:36:09,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 06:36:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c19ff19a-1d00-4485-8224-201f0d4baad8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-17 06:36:09,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789 used request id req-c19ff19a-1d00-4485-8224-201f0d4baad8 2018-07-17 06:36:09,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153391838074s 2018-07-17 06:36:09,091 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e07fda03ae2542eaac4918cfcdb79789 used request id req-c19ff19a-1d00-4485-8224-201f0d4baad8 2018-07-17 06:36:09,149 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-07-17 06:36:09,288 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-17 06:36:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 06:36:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 06:36:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 06:36:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 06:36:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 06:36:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 06:36:09,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:36:09,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d09ccd-b8a0-42fc-9295-890f479dcfa0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-17 06:36:09,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-94d09ccd-b8a0-42fc-9295-890f479dcfa0 2018-07-17 06:36:09,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-17 06:36:09,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "997b0255656f4410aebb4b10d44bb8a5", "name": "reader"}, {"id": "6e715159a88a4946aa03c57a6e78880f", "name": "member"}, {"id": "f5c1ab26bebd4a01805c3de8e865f233", "name": "admin"}], "expires_at": "2018-07-17T07:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1efef49fb93e45b19b2e687db1e302da", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ce361891e547158460feb5839fcef8"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22598de334b344f4ad5abc794e6b3627"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a6d1702b6e04953ba72631d3f39d7de"}], "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3229af0c39cf4798a59dd72a54945780"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eed6282a79324fbcbbc560d368518dea"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a317f2c1e2134213af52fa918067885e"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a800f575bf6f48219e766b7c90d071de"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f400f271abbe44c4a406da5115bc697f"}], "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e4faa8880fac4e37b5a3916ec43b856b"}], "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"url": "http://192.30.9.9:8004/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f27abbed4857495da928fc721b9cf47e"}], "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"url": "http://172.30.9.28:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b55388f42327442b9ea393dce391b89b"}, {"url": "http://192.30.9.9:8776/v2/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f208a5960956434eb27e1f39b59a0bdc"}], "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f8ce83d7904916b38707a13bc8d168"}], "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d321c46bad415c9c696b457d260011"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dc7f67c005b141b99d8ddd68e35aab44"}], "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"url": "http://192.30.9.9:8776/v1/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb743a66370f4196ad92598592c2d509"}], "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"url": "http://192.30.9.9:8776/v3/1efef49fb93e45b19b2e687db1e302da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}], "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "13e68997a84347f8ab788c74c0af0699"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d86bed241f54c89a1b7b80c32ada86b"}], "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ed83db7118040249b0af80ed2819a96"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}], "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f99d14b89184160b97a477fdc511907"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "525ce8c28b86488b81b5467a912ae0a9"}], "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9001d9cb363d43789c3db53958ced077"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}], "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e27d8a67ca6e47a782fb0092b2db5e5d"}, "audit_ids": ["61sFB0oQQmytMwU1TfdyMg"], "issued_at": "2018-07-17T06:36:09.000000Z"}} 2018-07-17 06:36:09,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:36:09,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c1801bd-3313-4af9-90aa-9a3770a94ca3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}]}} 2018-07-17 06:36:09,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/ used request id req-0c1801bd-3313-4af9-90aa-9a3770a94ca3 2018-07-17 06:36:09,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-17 06:36:09,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-17 06:36:09,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 06:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4e5bfe0-9713-4026-953c-210b79bcf4e1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-07-17 06:36:09,713 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-e4e5bfe0-9713-4026-953c-210b79bcf4e1 2018-07-17 06:36:09,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7c2484150f78e4692ca9ca72092cf21a7226564" 2018-07-17 06:36:09,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2425c0d6-6bab-4711-a9c6-2ad80095e15f Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10030bb77b4d4b44a92e2a33e215beb0"}, "enabled": true, "type": "image", "id": "10030bb77b4d4b44a92e2a33e215beb0", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2634a80c9bc34ce492594343214c35bb"}, "enabled": true, "type": "alarming", "id": "2634a80c9bc34ce492594343214c35bb", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2745f87d6f4a46c282101d934e5073b1"}, "enabled": true, "type": "metering", "id": "2745f87d6f4a46c282101d934e5073b1", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2a43fd218e6c4845ad964139b32048ce"}, "enabled": true, "type": "compute", "id": "2a43fd218e6c4845ad964139b32048ce", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/3198d5c65b3c420caff7524055f409f9"}, "enabled": true, "type": "placement", "id": "3198d5c65b3c420caff7524055f409f9", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/33915309cb2f4938b7df5d738bf075b9"}, "enabled": true, "type": "orchestration", "id": "33915309cb2f4938b7df5d738bf075b9", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/3726e417498748ee971468ad63efc5de"}, "enabled": true, "type": "volumev2", "id": "3726e417498748ee971468ad63efc5de", "name": "cinderv2"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/585c8b8cf4dd44a18d10bfd41db4983b"}, "enabled": true, "type": "object-store", "id": "585c8b8cf4dd44a18d10bfd41db4983b", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5ad5b4d535424aad85af3d4e7393b6ce"}, "enabled": true, "type": "metric", "id": "5ad5b4d535424aad85af3d4e7393b6ce", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/648a7195cd014a28bc9e1706c8506e14"}, "enabled": true, "type": "volume", "id": "648a7195cd014a28bc9e1706c8506e14", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/81a11c327b7b48ae865ff498d638b22a"}, "enabled": true, "type": "volumev3", "id": "81a11c327b7b48ae865ff498d638b22a", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/9abaee6bea894ab08c652b024fc04347"}, "enabled": true, "type": "identity", "id": "9abaee6bea894ab08c652b024fc04347", "name": "keystone"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e621eb322ee54e2eb0a556239fae008c"}, "enabled": true, "type": "event", "id": "e621eb322ee54e2eb0a556239fae008c", "name": "panko"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/f886c20e07fa4b998bb54699b6fab25d"}, "enabled": true, "type": "cloudformation", "id": "f886c20e07fa4b998bb54699b6fab25d", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/fa88dbef47bc4de6aead922b3af7d7b3"}, "enabled": true, "type": "network", "id": "fa88dbef47bc4de6aead922b3af7d7b3", "name": "neutron"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-07-17 06:36:09,804 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-2425c0d6-6bab-4711-a9c6-2ad80095e15f 2018-07-17 06:36:09,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.100660085678s 2018-07-17 06:36:09,804 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-2425c0d6-6bab-4711-a9c6-2ad80095e15f 2018-07-17 06:36:09,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-17 06:36:09,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7c2484150f78e4692ca9ca72092cf21a7226564" 2018-07-17 06:36:09,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 06:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ed96bb-a6e3-4212-919f-f97b05b31797 Content-Encoding: gzip Content-Length: 1962 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0a302de7d4984790bd95ba8f61a7f588"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33915309cb2f4938b7df5d738bf075b9", "id": "0a302de7d4984790bd95ba8f61a7f588"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/12ce361891e547158460feb5839fcef8"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10030bb77b4d4b44a92e2a33e215beb0", "id": "12ce361891e547158460feb5839fcef8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/13e68997a84347f8ab788c74c0af0699"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9abaee6bea894ab08c652b024fc04347", "id": "13e68997a84347f8ab788c74c0af0699"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1fb0f856ada44630ad3b53896fc135f0"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88dbef47bc4de6aead922b3af7d7b3", "id": "1fb0f856ada44630ad3b53896fc135f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2157fa76773946c5be6012c1cf07ae60"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "648a7195cd014a28bc9e1706c8506e14", "id": "2157fa76773946c5be6012c1cf07ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/22598de334b344f4ad5abc794e6b3627"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10030bb77b4d4b44a92e2a33e215beb0", "id": "22598de334b344f4ad5abc794e6b3627"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2294d7f41db94d7d8381c157fa360c4d"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "81a11c327b7b48ae865ff498d638b22a", "id": "2294d7f41db94d7d8381c157fa360c4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f985c0b71bf46d599e51bbfa8aa2ad6"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f886c20e07fa4b998bb54699b6fab25d", "id": "2f985c0b71bf46d599e51bbfa8aa2ad6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2f99d14b89184160b97a477fdc511907"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f886c20e07fa4b998bb54699b6fab25d", "id": "2f99d14b89184160b97a477fdc511907"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/31a0ba7f568b4488a459d9aef626a1b8"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9abaee6bea894ab08c652b024fc04347", "id": "31a0ba7f568b4488a459d9aef626a1b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3229af0c39cf4798a59dd72a54945780"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2634a80c9bc34ce492594343214c35bb", "id": "3229af0c39cf4798a59dd72a54945780"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/36d321c46bad415c9c696b457d260011"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5ad5b4d535424aad85af3d4e7393b6ce", "id": "36d321c46bad415c9c696b457d260011"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/43cb3ddb55734442942f0bd18bfa249c"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3198d5c65b3c420caff7524055f409f9", "id": "43cb3ddb55734442942f0bd18bfa249c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/49afebd1ab5741adb513f0770faeb36e"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3726e417498748ee971468ad63efc5de", "id": "49afebd1ab5741adb513f0770faeb36e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/4a00ed53ec6d4640ba1042b49b529877"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33915309cb2f4938b7df5d738bf075b9", "id": "4a00ed53ec6d4640ba1042b49b529877"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/525ce8c28b86488b81b5467a912ae0a9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f886c20e07fa4b998bb54699b6fab25d", "id": "525ce8c28b86488b81b5467a912ae0a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5a6d1702b6e04953ba72631d3f39d7de"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10030bb77b4d4b44a92e2a33e215beb0", "id": "5a6d1702b6e04953ba72631d3f39d7de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5d86bed241f54c89a1b7b80c32ada86b"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9abaee6bea894ab08c652b024fc04347", "id": "5d86bed241f54c89a1b7b80c32ada86b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5ed83db7118040249b0af80ed2819a96"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e621eb322ee54e2eb0a556239fae008c", "id": "5ed83db7118040249b0af80ed2819a96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/612166e71d2a47fab7a8ca4a7de1e0b1"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e621eb322ee54e2eb0a556239fae008c", "id": "612166e71d2a47fab7a8ca4a7de1e0b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8695ba2b9d8543b8a297d009df8fb0a7"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5ad5b4d535424aad85af3d4e7393b6ce", "id": "8695ba2b9d8543b8a297d009df8fb0a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9001d9cb363d43789c3db53958ced077"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88dbef47bc4de6aead922b3af7d7b3", "id": "9001d9cb363d43789c3db53958ced077"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/94b4d0df6eed4dcdb9ada4a0bcd506f2"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e621eb322ee54e2eb0a556239fae008c", "id": "94b4d0df6eed4dcdb9ada4a0bcd506f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/96cf4305529643c9bdcf9168b298c8e5"}, "url": "http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "585c8b8cf4dd44a18d10bfd41db4983b", "id": "96cf4305529643c9bdcf9168b298c8e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a317f2c1e2134213af52fa918067885e"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2a43fd218e6c4845ad964139b32048ce", "id": "a317f2c1e2134213af52fa918067885e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a31a7488a7a14ad0a7649b618ccd5ae7"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88dbef47bc4de6aead922b3af7d7b3", "id": "a31a7488a7a14ad0a7649b618ccd5ae7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a800f575bf6f48219e766b7c90d071de"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2a43fd218e6c4845ad964139b32048ce", "id": "a800f575bf6f48219e766b7c90d071de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3198d5c65b3c420caff7524055f409f9", "id": "af8ae9c1c0cf4ec19dc6ab3bde8a81ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b427fbac1cf147b0b896f6b6025ebc5f"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "585c8b8cf4dd44a18d10bfd41db4983b", "id": "b427fbac1cf147b0b896f6b6025ebc5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b55388f42327442b9ea393dce391b89b"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3726e417498748ee971468ad63efc5de", "id": "b55388f42327442b9ea393dce391b89b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b7258329cdff43d684290ec0fc20a6e5"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "81a11c327b7b48ae865ff498d638b22a", "id": "b7258329cdff43d684290ec0fc20a6e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d3335ccd9da945a4adbea3ccfe8a152c"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "81a11c327b7b48ae865ff498d638b22a", "id": "d3335ccd9da945a4adbea3ccfe8a152c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d7275dd4fe14423080db8a5ad5b74ec2"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "648a7195cd014a28bc9e1706c8506e14", "id": "d7275dd4fe14423080db8a5ad5b74ec2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/dc7f67c005b141b99d8ddd68e35aab44"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5ad5b4d535424aad85af3d4e7393b6ce", "id": "dc7f67c005b141b99d8ddd68e35aab44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e4f8ce83d7904916b38707a13bc8d168"}, "url": "http://12.0.0.29:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "585c8b8cf4dd44a18d10bfd41db4983b", "id": "e4f8ce83d7904916b38707a13bc8d168"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e4faa8880fac4e37b5a3916ec43b856b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3198d5c65b3c420caff7524055f409f9", "id": "e4faa8880fac4e37b5a3916ec43b856b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/eed6282a79324fbcbbc560d368518dea"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2634a80c9bc34ce492594343214c35bb", "id": "eed6282a79324fbcbbc560d368518dea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f208a5960956434eb27e1f39b59a0bdc"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3726e417498748ee971468ad63efc5de", "id": "f208a5960956434eb27e1f39b59a0bdc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f27abbed4857495da928fc721b9cf47e"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33915309cb2f4938b7df5d738bf075b9", "id": "f27abbed4857495da928fc721b9cf47e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f400f271abbe44c4a406da5115bc697f"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2a43fd218e6c4845ad964139b32048ce", "id": "f400f271abbe44c4a406da5115bc697f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fb743a66370f4196ad92598592c2d509"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "648a7195cd014a28bc9e1706c8506e14", "id": "fb743a66370f4196ad92598592c2d509"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fec089c05de14efb9fe63bb1e3b0a6f6"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2634a80c9bc34ce492594343214c35bb", "id": "fec089c05de14efb9fe63bb1e3b0a6f6"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-17 06:36:09,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-89ed96bb-a6e3-4212-919f-f97b05b31797 2018-07-17 06:36:09,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.102563142776s 2018-07-17 06:36:09,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-89ed96bb-a6e3-4212-919f-f97b05b31797 2018-07-17 06:36:18,954 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | 401 != 200 ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | FAIL | 21 critical tests, 6 passed, 15 failed 21 tests total, 6 passed, 15 failed ============================================================================== Basic & Neutron | FAIL | 22 critical tests, 6 passed, 16 failed 22 tests total, 6 passed, 16 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-07-17 06:36:18,954 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-17 06:36:18,970 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-17 06:36:19,086 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 06:36:19,086 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-17 06:36:19,092 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-07-17 06:36:19,093 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:07 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:27 | PASS | | singlevm2 | functest | healthcheck | 00:24 | PASS | | vping_ssh | functest | healthcheck | 00:52 | PASS | | vping_userdata | functest | healthcheck | 00:28 | PASS | | cinder_test | functest | healthcheck | 00:54 | PASS | | odl | functest | healthcheck | 00:09 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-17 06:36:19,106 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR