2018-07-17 10:02:56,867 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-157 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-17 10:02:56,870 - 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.29,192.30.9.10 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=P1SddnCMv85n5GEgRdm1iWR8j 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=7d76f5cba3604c4084a80c130d6e1b3b export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.10 export OS_REGION_NAME=regionOne 2018-07-17 10:02:56,870 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-17 10:02:56,871 - 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 10:02:56,895 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:02:57,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:02:57,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:02:57,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:02:57,180 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-17 10:02:57,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-17 10:02:57,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:02:57,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc4f3f6-fac0-410f-810d-71e28485ce88 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:02:57,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dbc4f3f6-fac0-410f-810d-71e28485ce88 2018-07-17 10:02:57,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:02:57,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["14qDPjNoTbemlGo9-07x9A"], "issued_at": "2018-07-17T10:02:57.000000Z"}} 2018-07-17 10:02:57,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:02:58,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:02: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-a1034048-e23d-484c-a865-031a3a420f64 x-compute-request-id: req-a1034048-e23d-484c-a865-031a3a420f64 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-17 10:02:58,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-aggregates used request id req-a1034048-e23d-484c-a865-031a3a420f64 2018-07-17 10:02:58,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.35297608376s 2018-07-17 10:02:58,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-aggregates used request id req-a1034048-e23d-484c-a865-031a3a420f64 2018-07-17 10:02:58,535 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-17 10:02:58,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:02:58,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a0c9512-9dc7-451e-ac93-98538155cd8b 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:02:58,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-6a0c9512-9dc7-451e-ac93-98538155cd8b 2018-07-17 10:02:58,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:02:58,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:02:58,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84832fb1-1b55-41c2-bff9-9145cf26bb0a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:02:58,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-84832fb1-1b55-41c2-bff9-9145cf26bb0a 2018-07-17 10:02:58,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.175611019135s 2018-07-17 10:02:58,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-84832fb1-1b55-41c2-bff9-9145cf26bb0a 2018-07-17 10:02:58,721 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'a811bd6f79304a3baa84844c7bdf186d', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-17 10:02:58,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-17 10:02:58,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:02:58,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0861f493-2328-45f3-9a25-3e92c891f8c8 Content-Encoding: gzip Content-Length: 1978 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/053c8362c98f43acbc456a429b1f3786"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e4822d8398104937bcdd73d0ab67b320", "id": "053c8362c98f43acbc456a429b1f3786"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0a87fa5a8a4b400ba0a04463970c8223"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "81d50ec6a7094788a35fd2c2d80666f2", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0b765c7a244345d1b9a19150b7782e4d"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d3b168adb5249f993d60b9304ca00fc", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/141a75dbf5d8464d9dbcc1f5374ccfed"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e3b493943b45456db1ad2dba824df9dc", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1a466ecd43c84c19b06697a97edd759a"}, "url": "http://172.30.9.29:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b83389689e1a4be6abd4710137cd57fe", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/205958641f7f442090649ffe7714e426"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6cfc3937e574da7a907ad2f807ca6c0", "id": "205958641f7f442090649ffe7714e426"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/206a6196d82345929b43ab232ad9f57a"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "337ad7083aa0413396ec0fd9b28b8df7", "id": "206a6196d82345929b43ab232ad9f57a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/21812f44979c490e8ec5ee6bdbbae34b"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5298dafaccc74edfb49949e549cc4a1d", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/263e0970326e41c59f10f5dabec9c9a4"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6cfc3937e574da7a907ad2f807ca6c0", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2c103328cae149cc8ba57dbf4565f165"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "037acdadc802419d962c3b9ae27aa93f", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/36eb3448b7af41a7bd6370746898b6ac"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39ce7c131dcb494fb4c4fe029036be6e", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/39e2ce140df847d5ad7fbd0a63076eee"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b83389689e1a4be6abd4710137cd57fe", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3da1c35de8d4483386fdb7e67f5b1121"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e4822d8398104937bcdd73d0ab67b320", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/45229611f68345e3abb50f479e96e85b"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c438d43ee2b4d479983aa0d34fbe2d2", "id": "45229611f68345e3abb50f479e96e85b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/46a1b0be217247268f5153b101f72330"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16d41f96b0134dedac356dfa03edfe88", "id": "46a1b0be217247268f5153b101f72330"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4781fb6bf7a24a8093b5328689be21c2"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5298dafaccc74edfb49949e549cc4a1d", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ba04c4d64fe4fe08d33bdc7b768882a"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4fb3f794273743af840d3dcddf1c3c31"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16d41f96b0134dedac356dfa03edfe88", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/511bfd0f5d7e4c7a89c0faa7eb25d594"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c60df4efb7234f06aebdfaf0aa7f6567", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5eaf0333731e439892a024683964b1c6"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d3b168adb5249f993d60b9304ca00fc", "id": "5eaf0333731e439892a024683964b1c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/6e20b0ca7dce4f91bec19c690fa5d119"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e4822d8398104937bcdd73d0ab67b320", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/76432258785547eab8d71aeaa690820a"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39ce7c131dcb494fb4c4fe029036be6e", "id": "76432258785547eab8d71aeaa690820a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/78ad45c0a1e34b4bb07f0421bd032996"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e3b493943b45456db1ad2dba824df9dc", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/874dede9a96c442abc7eec4f27e1c097"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/8771f0d4b8f14387a006a31a418400dd"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39ce7c131dcb494fb4c4fe029036be6e", "id": "8771f0d4b8f14387a006a31a418400dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/94389465cd094ba3a39c0ad65eadd665"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5298dafaccc74edfb49949e549cc4a1d", "id": "94389465cd094ba3a39c0ad65eadd665"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/96132c6b55074a53952802e1401c26d3"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6cfc3937e574da7a907ad2f807ca6c0", "id": "96132c6b55074a53952802e1401c26d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ab40cf73d08a4a3082b9917a1cb891ee"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c438d43ee2b4d479983aa0d34fbe2d2", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ab4d2e2f2ba448d1a0f4fa8d81039e85"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "337ad7083aa0413396ec0fd9b28b8df7", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b1d7e520933c4828a76e3334d14b1100"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "037acdadc802419d962c3b9ae27aa93f", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b9ced84913bb4bdda5d9371a33e2fdb6"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d3b168adb5249f993d60b9304ca00fc", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/bac2a4a015ac475ca5c7300a180bb585"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "81d50ec6a7094788a35fd2c2d80666f2", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/bb6b77638c344ad09926430c18527aa3"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c60df4efb7234f06aebdfaf0aa7f6567", "id": "bb6b77638c344ad09926430c18527aa3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c4b0237e505f46cb860025bee10a025f"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b83389689e1a4be6abd4710137cd57fe", "id": "c4b0237e505f46cb860025bee10a025f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c6cc8d4d3fa348028ae54cbb60a86dea"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "337ad7083aa0413396ec0fd9b28b8df7", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d25b6adbdec141babe91bca84e233e9f"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16d41f96b0134dedac356dfa03edfe88", "id": "d25b6adbdec141babe91bca84e233e9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d4df8ac91481477fab598e70a89bb15a"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "81d50ec6a7094788a35fd2c2d80666f2", "id": "d4df8ac91481477fab598e70a89bb15a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e01e232418e34a6cb4b2e06a328f8320"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e3b493943b45456db1ad2dba824df9dc", "id": "e01e232418e34a6cb4b2e06a328f8320"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e16ee51e70ad42f8a1bc07710defb024"}, "url": "http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c60df4efb7234f06aebdfaf0aa7f6567", "id": "e16ee51e70ad42f8a1bc07710defb024"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e89dae9b2adb4da98b58181bc4660a0c"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "id": "e89dae9b2adb4da98b58181bc4660a0c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ef67e450517f4eba99894a81f0184151"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c438d43ee2b4d479983aa0d34fbe2d2", "id": "ef67e450517f4eba99894a81f0184151"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/fa014ebcbc5d45fe82863cbc2780ce6c"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "037acdadc802419d962c3b9ae27aa93f", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-17 10:02:58,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-0861f493-2328-45f3-9a25-3e92c891f8c8 2018-07-17 10:02:58,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.112987041473s 2018-07-17 10:02:58,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-0861f493-2328-45f3-9a25-3e92c891f8c8 2018-07-17 10:02:58,845 - 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.29:5000/v3/endpoints/053c8362c98f43acbc456a429b1f3786'}, u'url': u'http://172.30.9.29:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e4822d8398104937bcdd73d0ab67b320', u'id': u'053c8362c98f43acbc456a429b1f3786'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/0a87fa5a8a4b400ba0a04463970c8223'}, u'url': u'http://192.30.9.10:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'81d50ec6a7094788a35fd2c2d80666f2', u'id': u'0a87fa5a8a4b400ba0a04463970c8223'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/0b765c7a244345d1b9a19150b7782e4d'}, u'url': u'http://192.30.9.10:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3d3b168adb5249f993d60b9304ca00fc', u'id': u'0b765c7a244345d1b9a19150b7782e4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/141a75dbf5d8464d9dbcc1f5374ccfed'}, u'url': u'http://192.30.9.10:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e3b493943b45456db1ad2dba824df9dc', u'id': u'141a75dbf5d8464d9dbcc1f5374ccfed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/1a466ecd43c84c19b06697a97edd759a'}, u'url': u'http://172.30.9.29:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b83389689e1a4be6abd4710137cd57fe', u'id': u'1a466ecd43c84c19b06697a97edd759a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/205958641f7f442090649ffe7714e426'}, u'url': u'http://192.30.9.10:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b6cfc3937e574da7a907ad2f807ca6c0', u'id': u'205958641f7f442090649ffe7714e426'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/206a6196d82345929b43ab232ad9f57a'}, u'url': u'http://192.30.9.10:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'337ad7083aa0413396ec0fd9b28b8df7', u'id': u'206a6196d82345929b43ab232ad9f57a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/21812f44979c490e8ec5ee6bdbbae34b'}, u'url': u'http://192.30.9.10:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5298dafaccc74edfb49949e549cc4a1d', u'id': u'21812f44979c490e8ec5ee6bdbbae34b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/263e0970326e41c59f10f5dabec9c9a4'}, u'url': u'http://192.30.9.10:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b6cfc3937e574da7a907ad2f807ca6c0', u'id': u'263e0970326e41c59f10f5dabec9c9a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/2c103328cae149cc8ba57dbf4565f165'}, u'url': u'http://172.30.9.29:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'037acdadc802419d962c3b9ae27aa93f', u'id': u'2c103328cae149cc8ba57dbf4565f165'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/36eb3448b7af41a7bd6370746898b6ac'}, u'url': u'http://192.30.9.10:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'39ce7c131dcb494fb4c4fe029036be6e', u'id': u'36eb3448b7af41a7bd6370746898b6ac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/39e2ce140df847d5ad7fbd0a63076eee'}, u'url': u'http://192.30.9.10:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b83389689e1a4be6abd4710137cd57fe', u'id': u'39e2ce140df847d5ad7fbd0a63076eee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/3da1c35de8d4483386fdb7e67f5b1121'}, u'url': u'http://192.30.9.10:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e4822d8398104937bcdd73d0ab67b320', u'id': u'3da1c35de8d4483386fdb7e67f5b1121'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/45229611f68345e3abb50f479e96e85b'}, u'url': u'http://192.30.9.10:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8c438d43ee2b4d479983aa0d34fbe2d2', u'id': u'45229611f68345e3abb50f479e96e85b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/46a1b0be217247268f5153b101f72330'}, u'url': u'http://192.30.9.10:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'16d41f96b0134dedac356dfa03edfe88', u'id': u'46a1b0be217247268f5153b101f72330'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/4781fb6bf7a24a8093b5328689be21c2'}, u'url': u'http://192.30.9.10:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5298dafaccc74edfb49949e549cc4a1d', u'id': u'4781fb6bf7a24a8093b5328689be21c2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/4ba04c4d64fe4fe08d33bdc7b768882a'}, u'url': u'http://192.30.9.10:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f8c07c8d725b442aa140b2e1ab5dcb6a', u'id': u'4ba04c4d64fe4fe08d33bdc7b768882a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/4fb3f794273743af840d3dcddf1c3c31'}, u'url': u'http://172.30.9.29:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'16d41f96b0134dedac356dfa03edfe88', u'id': u'4fb3f794273743af840d3dcddf1c3c31'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/511bfd0f5d7e4c7a89c0faa7eb25d594'}, u'url': u'http://12.0.0.23:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c60df4efb7234f06aebdfaf0aa7f6567', u'id': u'511bfd0f5d7e4c7a89c0faa7eb25d594'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/5eaf0333731e439892a024683964b1c6'}, u'url': u'http://192.30.9.10:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3d3b168adb5249f993d60b9304ca00fc', u'id': u'5eaf0333731e439892a024683964b1c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/6e20b0ca7dce4f91bec19c690fa5d119'}, u'url': u'http://192.30.9.10:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e4822d8398104937bcdd73d0ab67b320', u'id': u'6e20b0ca7dce4f91bec19c690fa5d119'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/76432258785547eab8d71aeaa690820a'}, u'url': u'http://192.30.9.10:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'39ce7c131dcb494fb4c4fe029036be6e', u'id': u'76432258785547eab8d71aeaa690820a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/78ad45c0a1e34b4bb07f0421bd032996'}, u'url': u'http://192.30.9.10:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e3b493943b45456db1ad2dba824df9dc', u'id': u'78ad45c0a1e34b4bb07f0421bd032996'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/874dede9a96c442abc7eec4f27e1c097'}, u'url': u'http://192.30.9.10:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f8c07c8d725b442aa140b2e1ab5dcb6a', u'id': u'874dede9a96c442abc7eec4f27e1c097'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/8771f0d4b8f14387a006a31a418400dd'}, u'url': u'http://172.30.9.29:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'39ce7c131dcb494fb4c4fe029036be6e', u'id': u'8771f0d4b8f14387a006a31a418400dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/94389465cd094ba3a39c0ad65eadd665'}, u'url': u'http://172.30.9.29:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5298dafaccc74edfb49949e549cc4a1d', u'id': u'94389465cd094ba3a39c0ad65eadd665'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/96132c6b55074a53952802e1401c26d3'}, u'url': u'http://172.30.9.29:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b6cfc3937e574da7a907ad2f807ca6c0', u'id': u'96132c6b55074a53952802e1401c26d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ab40cf73d08a4a3082b9917a1cb891ee'}, u'url': u'http://192.30.9.10:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8c438d43ee2b4d479983aa0d34fbe2d2', u'id': u'ab40cf73d08a4a3082b9917a1cb891ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ab4d2e2f2ba448d1a0f4fa8d81039e85'}, u'url': u'http://192.30.9.10:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'337ad7083aa0413396ec0fd9b28b8df7', u'id': u'ab4d2e2f2ba448d1a0f4fa8d81039e85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/b1d7e520933c4828a76e3334d14b1100'}, u'url': u'http://192.30.9.10:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'037acdadc802419d962c3b9ae27aa93f', u'id': u'b1d7e520933c4828a76e3334d14b1100'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/b9ced84913bb4bdda5d9371a33e2fdb6'}, u'url': u'http://172.30.9.29:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3d3b168adb5249f993d60b9304ca00fc', u'id': u'b9ced84913bb4bdda5d9371a33e2fdb6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/bac2a4a015ac475ca5c7300a180bb585'}, u'url': u'http://192.30.9.10:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'81d50ec6a7094788a35fd2c2d80666f2', u'id': u'bac2a4a015ac475ca5c7300a180bb585'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/bb6b77638c344ad09926430c18527aa3'}, u'url': u'http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c60df4efb7234f06aebdfaf0aa7f6567', u'id': u'bb6b77638c344ad09926430c18527aa3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/c4b0237e505f46cb860025bee10a025f'}, u'url': u'http://192.30.9.10:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b83389689e1a4be6abd4710137cd57fe', u'id': u'c4b0237e505f46cb860025bee10a025f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/c6cc8d4d3fa348028ae54cbb60a86dea'}, u'url': u'http://172.30.9.29:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'337ad7083aa0413396ec0fd9b28b8df7', u'id': u'c6cc8d4d3fa348028ae54cbb60a86dea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/d25b6adbdec141babe91bca84e233e9f'}, u'url': u'http://192.30.9.10:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'16d41f96b0134dedac356dfa03edfe88', u'id': u'd25b6adbdec141babe91bca84e233e9f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/d4df8ac91481477fab598e70a89bb15a'}, u'url': u'http://172.30.9.29:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'81d50ec6a7094788a35fd2c2d80666f2', u'id': u'd4df8ac91481477fab598e70a89bb15a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e01e232418e34a6cb4b2e06a328f8320'}, u'url': u'http://172.30.9.29:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e3b493943b45456db1ad2dba824df9dc', u'id': u'e01e232418e34a6cb4b2e06a328f8320'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e16ee51e70ad42f8a1bc07710defb024'}, u'url': u'http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c60df4efb7234f06aebdfaf0aa7f6567', u'id': u'e16ee51e70ad42f8a1bc07710defb024'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e89dae9b2adb4da98b58181bc4660a0c'}, u'url': u'http://172.30.9.29:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f8c07c8d725b442aa140b2e1ab5dcb6a', u'id': u'e89dae9b2adb4da98b58181bc4660a0c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ef67e450517f4eba99894a81f0184151'}, u'url': u'http://172.30.9.29:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8c438d43ee2b4d479983aa0d34fbe2d2', u'id': u'ef67e450517f4eba99894a81f0184151'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/fa014ebcbc5d45fe82863cbc2780ce6c'}, u'url': u'http://192.30.9.10:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'037acdadc802419d962c3b9ae27aa93f', u'id': u'fa014ebcbc5d45fe82863cbc2780ce6c'})] 2018-07-17 10:02:58,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-17 10:02:58,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:02:58,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:02: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-851b0059-ed00-4af9-a317-6a5cffe2596a x-compute-request-id: req-851b0059-ed00-4af9-a317-6a5cffe2596a 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 10:02:58,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/extensions used request id req-851b0059-ed00-4af9-a317-6a5cffe2596a 2018-07-17 10:02:58,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.1216609478s 2018-07-17 10:02:58,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/extensions used request id req-851b0059-ed00-4af9-a317-6a5cffe2596a 2018-07-17 10:02:58,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-17 10:02:58,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:00,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:02: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-c1043492-2e30-48b3-8034-f189a85a1c99 x-compute-request-id: req-c1043492-2e30-48b3-8034-f189a85a1c99 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-17 10:03:00,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-floating-ip-pools used request id req-c1043492-2e30-48b3-8034-f189a85a1c99 2018-07-17 10:03:00,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.30858111382s 2018-07-17 10:03:00,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-floating-ip-pools used request id req-c1043492-2e30-48b3-8034-f189a85a1c99 2018-07-17 10:03:00,293 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-17 10:03:00,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:03:00,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:00,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-655d8562-c29f-4fd3-a7a8-9fadb3f44532 Date: Tue, 17 Jul 2018 10:03:00 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:03:00,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-655d8562-c29f-4fd3-a7a8-9fadb3f44532 2018-07-17 10:03:00,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0554180145264s 2018-07-17 10:03:00,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-655d8562-c29f-4fd3-a7a8-9fadb3f44532 2018-07-17 10:03:00,355 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-17 10:03:00,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-17 10:03:00,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:00,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03: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-e28f44a9-d71a-4cb2-8aaf-1a860d6dfefd x-compute-request-id: req-e28f44a9-d71a-4cb2-8aaf-1a860d6dfefd Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 44}, "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.6", "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": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 47}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2404, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "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": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-17 10:03:00,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-e28f44a9-d71a-4cb2-8aaf-1a860d6dfefd 2018-07-17 10:03:00,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191956043243s 2018-07-17 10:03:00,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-e28f44a9-d71a-4cb2-8aaf-1a860d6dfefd 2018-07-17 10:03:00,549 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', 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': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 44}, 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.7', 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': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 47}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2404, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-17 10:03:00,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-17 10:03:00,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:00,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03: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 x-openstack-request-id: req-fcf4be98-b261-4652-a601-6e6284b79cad x-compute-request-id: req-fcf4be98-b261-4652-a601-6e6284b79cad Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-17 10:03:00,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-fcf4be98-b261-4652-a601-6e6284b79cad 2018-07-17 10:03:00,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.136515855789s 2018-07-17 10:03:00,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-fcf4be98-b261-4652-a601-6e6284b79cad 2018-07-17 10:03:00,686 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-17 10:03:00,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:00,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:01,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-73dd62cd-74d1-44d7-b7f6-a3cc040c80ab Date: Tue, 17 Jul 2018 10:03:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:03:01,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-73dd62cd-74d1-44d7-b7f6-a3cc040c80ab 2018-07-17 10:03:01,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16051888466s 2018-07-17 10:03:01,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-73dd62cd-74d1-44d7-b7f6-a3cc040c80ab 2018-07-17 10:03:01,848 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'c9a89a40-ceb9-409f-b018-9fc14593a1c6'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-17T10:00:11Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', 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'ca28ae33194943248316fbb231780561', u'created_at': u'2018-07-17T10:00:03Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ca28ae33194943248316fbb231780561'})] 2018-07-17 10:03:01,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:03:01,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:02,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e57851b6-c7b9-4c81-8232-f8aa4ada8161 Date: Tue, 17 Jul 2018 10:03:02 GMT RESP BODY: {"ports":[]} 2018-07-17 10:03:02,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json used request id req-e57851b6-c7b9-4c81-8232-f8aa4ada8161 2018-07-17 10:03:02,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.883369922638s 2018-07-17 10:03:02,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json used request id req-e57851b6-c7b9-4c81-8232-f8aa4ada8161 2018-07-17 10:03:02,733 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-17 10:03:02,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:03:02,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:02,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bddc25-fb09-4a10-a8a8-08f1e85edcf7 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "076adf58e125476fa96450518ca95599"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/076adf58e125476fa96450518ca95599/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "085da56db704486991467370ad501676"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/085da56db704486991467370ad501676/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "0aa78ce7799947ac97b9273a0408775f"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/0aa78ce7799947ac97b9273a0408775f/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "152017f473704e0d8ca172519bcc7293"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/152017f473704e0d8ca172519bcc7293/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "27afd6a2924a49cca47257372a2ab26d"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/27afd6a2924a49cca47257372a2ab26d/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "5664bbc76fdf4540bae26ce46da5f467"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/5664bbc76fdf4540bae26ce46da5f467/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "7d76f5cba3604c4084a80c130d6e1b3b"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "61829707052a40f3b3c36574fd9c5a49"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b/users/61829707052a40f3b3c36574fd9c5a49/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "622f525f9dd2422c8a105a5f3e60efaa"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/622f525f9dd2422c8a105a5f3e60efaa/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "6f992f3f716b48d98f592d4efc3bdcb8"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/6f992f3f716b48d98f592d4efc3bdcb8/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "9fda1ae9e9254797b29512197b497938"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/9fda1ae9e9254797b29512197b497938/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "3add73adaf5441d4afe77e9a7c695546"}, "user": {"id": "9fda1ae9e9254797b29512197b497938"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/9fda1ae9e9254797b29512197b497938/roles/3add73adaf5441d4afe77e9a7c695546"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "a0020e0f75104aac9d6dda79b3fce2a9"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/a0020e0f75104aac9d6dda79b3fce2a9/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "e91bfe2bc5434a4082258b604578ed4b"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/e91bfe2bc5434a4082258b604578ed4b/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"project": {"id": "ca28ae33194943248316fbb231780561"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "ffbf7d903df3483f881dcb8e1865b5c6"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561/users/ffbf7d903df3483f881dcb8e1865b5c6/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"domain": {"id": "a811bd6f79304a3baa84844c7bdf186d"}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "1120028b69474ad48c53d151d53fd64d"}, "links": {"assignment": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d/users/1120028b69474ad48c53d151d53fd64d/roles/1df037485f884431b02a12ae87459bf2"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1df037485f884431b02a12ae87459bf2"}, "user": {"id": "61829707052a40f3b3c36574fd9c5a49"}, "links": {"assignment": "http://172.30.9.29:5000/v3/system/users/61829707052a40f3b3c36574fd9c5a49/roles/1df037485f884431b02a12ae87459bf2"}}], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-17 10:03:02,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments used request id req-21bddc25-fb09-4a10-a8a8-08f1e85edcf7 2018-07-17 10:03:02,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106552839279s 2018-07-17 10:03:02,843 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments used request id req-21bddc25-fb09-4a10-a8a8-08f1e85edcf7 2018-07-17 10:03:02,846 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'076adf58e125476fa96450518ca95599'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'085da56db704486991467370ad501676'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'0aa78ce7799947ac97b9273a0408775f'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'152017f473704e0d8ca172519bcc7293'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'27afd6a2924a49cca47257372a2ab26d'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'5664bbc76fdf4540bae26ce46da5f467'}), Munch({'project': u'7d76f5cba3604c4084a80c130d6e1b3b', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'61829707052a40f3b3c36574fd9c5a49'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'622f525f9dd2422c8a105a5f3e60efaa'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'6f992f3f716b48d98f592d4efc3bdcb8'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'9fda1ae9e9254797b29512197b497938'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'3add73adaf5441d4afe77e9a7c695546', 'user': u'9fda1ae9e9254797b29512197b497938'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'a0020e0f75104aac9d6dda79b3fce2a9'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'e91bfe2bc5434a4082258b604578ed4b'}), Munch({'project': u'ca28ae33194943248316fbb231780561', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'ffbf7d903df3483f881dcb8e1865b5c6'}), Munch({'domain': u'a811bd6f79304a3baa84844c7bdf186d', 'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'1120028b69474ad48c53d151d53fd64d'}), Munch({'id': u'1df037485f884431b02a12ae87459bf2', 'user': u'61829707052a40f3b3c36574fd9c5a49'})] 2018-07-17 10:03:02,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:03:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:03,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d26e78e-c453-4a40-a49d-8eeeda060361 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:03:03,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1d26e78e-c453-4a40-a49d-8eeeda060361 2018-07-17 10:03:03,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.214591026306s 2018-07-17 10:03:03,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1d26e78e-c453-4a40-a49d-8eeeda060361 2018-07-17 10:03:03,066 - 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'swiftoperator', 'id': u'00955d5b04da4ec8a5ad3f7ef0a343dc'}), 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'1df037485f884431b02a12ae87459bf2'}), 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'3add73adaf5441d4afe77e9a7c695546'}), 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'3cb53474d36147b1aefbe8db51431925'}), 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'6c16b40c56454d849f51f4d088e2c0bc'}), 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'9cb77e8f0b6947f69395a6c9dca28469'}), 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'})] 2018-07-17 10:03:03,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:03:03,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:04,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9ce47bff-ecf6-4b4f-b1dd-e01f7cb429a8 Date: Tue, 17 Jul 2018 10:03:04 GMT RESP BODY: {"routers": []} 2018-07-17 10:03:04,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-9ce47bff-ecf6-4b4f-b1dd-e01f7cb429a8 2018-07-17 10:03:04,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.01731085777s 2018-07-17 10:03:04,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-9ce47bff-ecf6-4b4f-b1dd-e01f7cb429a8 2018-07-17 10:03:04,085 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-17 10:03:04,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:03:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:04,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03: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-f3b5f44a-a283-4b3e-8188-a55eae2e92b0 x-compute-request-id: req-f3b5f44a-a283-4b3e-8188-a55eae2e92b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 10:03:04,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f3b5f44a-a283-4b3e-8188-a55eae2e92b0 2018-07-17 10:03:04,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.238753080368s 2018-07-17 10:03:04,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f3b5f44a-a283-4b3e-8188-a55eae2e92b0 2018-07-17 10:03:04,325 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-17 10:03:04,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-17 10:03:04,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10: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 10:03:04,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:03:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cce075d-0fae-40b6-b1d7-dae6ae6ec139 Content-Length: 267 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.10:35357/v3/", "rel": "self"}]}]}} 2018-07-17 10:03:04,338 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-5cce075d-0fae-40b6-b1d7-dae6ae6ec139 2018-07-17 10:03:04,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:04,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-974ab35b-d174-4c8b-97ea-ab5f4c90ac48 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/037acdadc802419d962c3b9ae27aa93f"}, "enabled": true, "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/16d41f96b0134dedac356dfa03edfe88"}, "enabled": true, "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/337ad7083aa0413396ec0fd9b28b8df7"}, "enabled": true, "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/39ce7c131dcb494fb4c4fe029036be6e"}, "enabled": true, "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/3d3b168adb5249f993d60b9304ca00fc"}, "enabled": true, "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/5298dafaccc74edfb49949e549cc4a1d"}, "enabled": true, "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/81d50ec6a7094788a35fd2c2d80666f2"}, "enabled": true, "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8c438d43ee2b4d479983aa0d34fbe2d2"}, "enabled": true, "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/b6cfc3937e574da7a907ad2f807ca6c0"}, "enabled": true, "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/b83389689e1a4be6abd4710137cd57fe"}, "enabled": true, "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c60df4efb7234f06aebdfaf0aa7f6567"}, "enabled": true, "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/cae3fe5ffd00496b96e0d857b64881fa"}, "enabled": true, "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/e3b493943b45456db1ad2dba824df9dc"}, "enabled": true, "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/e4822d8398104937bcdd73d0ab67b320"}, "enabled": true, "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/f8c07c8d725b442aa140b2e1ab5dcb6a"}, "enabled": true, "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-07-17 10:03:04,436 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-974ab35b-d174-4c8b-97ea-ab5f4c90ac48 2018-07-17 10:03:04,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.10749912262s 2018-07-17 10:03:04,436 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-974ab35b-d174-4c8b-97ea-ab5f4c90ac48 2018-07-17 10:03:04,441 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'037acdadc802419d962c3b9ae27aa93f', 'name': u'heat'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'16d41f96b0134dedac356dfa03edfe88', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'337ad7083aa0413396ec0fd9b28b8df7', 'name': u'aodh'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'39ce7c131dcb494fb4c4fe029036be6e', 'name': u'keystone'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'3d3b168adb5249f993d60b9304ca00fc', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'5298dafaccc74edfb49949e549cc4a1d', 'name': u'cinder'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'81d50ec6a7094788a35fd2c2d80666f2', 'name': u'neutron'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'8c438d43ee2b4d479983aa0d34fbe2d2', 'name': u'nova'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'b6cfc3937e574da7a907ad2f807ca6c0', 'name': u'glance'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'b83389689e1a4be6abd4710137cd57fe', 'name': u'panko'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'c60df4efb7234f06aebdfaf0aa7f6567', 'name': u'swift'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'cae3fe5ffd00496b96e0d857b64881fa', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'e3b493943b45456db1ad2dba824df9dc', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'e4822d8398104937bcdd73d0ab67b320', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'f8c07c8d725b442aa140b2e1ab5dcb6a', 'name': u'heat-cfn'})] 2018-07-17 10:03:04,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:03:04,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f180e0bef7034e57031fa795dbd87afc0d06e093" 2018-07-17 10:03:05,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-abe197f1-0c54-46cf-9b73-cb0140ab3a58 Date: Tue, 17 Jul 2018 10:03:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36f838cc-89e7-4f15-8737-731e4b3baf82","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:11Z","dns_nameservers":[],"updated_at":"2018-07-17T10:00:11Z","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":"ca28ae33194943248316fbb231780561","id":"c9a89a40-ceb9-409f-b018-9fc14593a1c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-17 10:03:05,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-abe197f1-0c54-46cf-9b73-cb0140ab3a58 2018-07-17 10:03:05,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.96023106575s 2018-07-17 10:03:05,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-abe197f1-0c54-46cf-9b73-cb0140ab3a58 2018-07-17 10:03:05,403 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:00:11Z', 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'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'tenant_id': u'ca28ae33194943248316fbb231780561', u'created_at': u'2018-07-17T10:00:11Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'ca28ae33194943248316fbb231780561'})] 2018-07-17 10:03:05,526 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:03:05,526 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-17 10:03:05,589 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:03:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:03:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:03:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:03:05,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f528474-4bca-4997-b6e7-70a2359bd2fe 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:03:05,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8f528474-4bca-4997-b6e7-70a2359bd2fe 2018-07-17 10:03:05,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:03:06,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["a28bFxNITrCTOstSnH9eFQ"], "issued_at": "2018-07-17T10:03:06.000000Z"}} 2018-07-17 10:03:06,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:06,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:07,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-57c32b16-fb54-461f-9861-41e52c3b48a4 Date: Tue, 17 Jul 2018 10:03:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:03:07,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57c32b16-fb54-461f-9861-41e52c3b48a4 2018-07-17 10:03:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02700591087s 2018-07-17 10:03:07,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57c32b16-fb54-461f-9861-41e52c3b48a4 2018-07-17 10:03:07,216 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-17 10:03:07,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:03:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" -d '{"network": {"name": "tenantnetwork1-net_b937b6d4-f452-4b09-a782-7abf9a09ff86", "admin_state_up": true}}' 2018-07-17 10:03:08,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a5ff4e52-96be-40ec-ac09-c63ea7db6207 Date: Tue, 17 Jul 2018 10:03:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f4edbefd-bb3f-4094-a48b-6f0650f0ba21","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:03:08Z","is_default":false,"provider:segmentation_id":11,"name":"tenantnetwork1-net_b937b6d4-f452-4b09-a782-7abf9a09ff86","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:08Z","mtu":1450}} 2018-07-17 10:03:08,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a5ff4e52-96be-40ec-ac09-c63ea7db6207 2018-07-17 10:03:08,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.39112496376s 2018-07-17 10:03:08,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a5ff4e52-96be-40ec-ac09-c63ea7db6207 2018-07-17 10:03:08,608 - 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-17T10:03:08Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f4edbefd-bb3f-4094-a48b-6f0650f0ba21', u'provider:segmentation_id': 11, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_b937b6d4-f452-4b09-a782-7abf9a09ff86', u'admin_state_up': True, u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:03:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b'}) 2018-07-17 10:03:08,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:08,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:09,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-60871c8c-7e77-4584-bec2-2019decba928 Date: Tue, 17 Jul 2018 10:03:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f4edbefd-bb3f-4094-a48b-6f0650f0ba21","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:03:08Z","provider:segmentation_id":11,"name":"tenantnetwork1-net_b937b6d4-f452-4b09-a782-7abf9a09ff86","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:08Z","provider:network_type":"vxlan"}]} 2018-07-17 10:03:09,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-60871c8c-7e77-4584-bec2-2019decba928 2018-07-17 10:03:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.401440143585s 2018-07-17 10:03:09,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-60871c8c-7e77-4584-bec2-2019decba928 2018-07-17 10:03:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:03:09,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" -d '{"subnet": {"name": "tenantnetwork1-subnet_b937b6d4-f452-4b09-a782-7abf9a09ff86", "enable_dhcp": true, "network_id": "f4edbefd-bb3f-4094-a48b-6f0650f0ba21", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:03:10,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-665a7dfe-cc09-485c-87e9-55e362994e78 Date: Tue, 17 Jul 2018 10:03:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4edbefd-bb3f-4094-a48b-6f0650f0ba21","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:03:10Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"07f7aa66-2163-417e-a91e-0d21c83fea4c","subnetpool_id":null,"name":"tenantnetwork1-subnet_b937b6d4-f452-4b09-a782-7abf9a09ff86"}} 2018-07-17 10:03:10,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-665a7dfe-cc09-485c-87e9-55e362994e78 2018-07-17 10:03:10,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.39664888382s 2018-07-17 10:03:10,411 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-665a7dfe-cc09-485c-87e9-55e362994e78 2018-07-17 10:03:10,411 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:03:10Z', 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'07f7aa66-2163-417e-a91e-0d21c83fea4c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_b937b6d4-f452-4b09-a782-7abf9a09ff86', u'enable_dhcp': True, u'network_id': u'f4edbefd-bb3f-4094-a48b-6f0650f0ba21', u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:03:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b'}) 2018-07-17 10:03:10,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:03:10,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "tenantnetwork1-router_b937b6d4-f452-4b09-a782-7abf9a09ff86", "admin_state_up": true}}' 2018-07-17 10:03:12,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-1d69131d-0396-45d4-8cb1-7651a715c98c Date: Tue, 17 Jul 2018 10:03:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T10:03:12Z", "revision_number": 2, "routes": [], "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f", "name": "tenantnetwork1-router_b937b6d4-f452-4b09-a782-7abf9a09ff86"}} 2018-07-17 10:03:12,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-1d69131d-0396-45d4-8cb1-7651a715c98c 2018-07-17 10:03:12,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.29532003403s 2018-07-17 10:03:12,708 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-1d69131d-0396-45d4-8cb1-7651a715c98c 2018-07-17 10:03:12,708 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:03:11Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-17T10:03:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'id': u'd6bd35cf-ec5c-4a30-ba9a-601a26df2b2f', u'name': u'tenantnetwork1-router_b937b6d4-f452-4b09-a782-7abf9a09ff86'}) 2018-07-17 10:03:12,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:03:12,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f/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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" -d '{"subnet_id": "07f7aa66-2163-417e-a91e-0d21c83fea4c"}' 2018-07-17 10:03:14,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8e83658b-a27b-46f8-bb3f-55ecaacd5e95 Date: Tue, 17 Jul 2018 10:03:14 GMT RESP BODY: {"network_id": "f4edbefd-bb3f-4094-a48b-6f0650f0ba21", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "subnet_id": "07f7aa66-2163-417e-a91e-0d21c83fea4c", "subnet_ids": ["07f7aa66-2163-417e-a91e-0d21c83fea4c"], "port_id": "fbe1c1df-291d-4591-a46f-5d8eeecc9d63", "id": "d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f"} 2018-07-17 10:03:14,661 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f/add_router_interface.json used request id req-8e83658b-a27b-46f8-bb3f-55ecaacd5e95 2018-07-17 10:03:14,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95257401466s 2018-07-17 10:03:14,662 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f/add_router_interface.json used request id req-8e83658b-a27b-46f8-bb3f-55ecaacd5e95 returning object d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f 2018-07-17 10:03:14,783 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:03:14,784 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-17 10:03:14,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:03:14,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f/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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" -d '{"subnet_id": "07f7aa66-2163-417e-a91e-0d21c83fea4c"}' 2018-07-17 10:03:17,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-926fdc4b-7d64-43a3-8095-86e25499dde7 Date: Tue, 17 Jul 2018 10:03:17 GMT RESP BODY: {"network_id": "f4edbefd-bb3f-4094-a48b-6f0650f0ba21", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "subnet_id": "07f7aa66-2163-417e-a91e-0d21c83fea4c", "subnet_ids": ["07f7aa66-2163-417e-a91e-0d21c83fea4c"], "port_id": "fbe1c1df-291d-4591-a46f-5d8eeecc9d63", "id": "d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f"} 2018-07-17 10:03:17,606 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f/remove_router_interface.json used request id req-926fdc4b-7d64-43a3-8095-86e25499dde7 2018-07-17 10:03:17,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.81712293625s 2018-07-17 10:03:17,607 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f/remove_router_interface.json used request id req-926fdc4b-7d64-43a3-8095-86e25499dde7 returning object d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f 2018-07-17 10:03:17,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:03:17,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:18,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9f0bd4b6-6002-4916-83d1-d5b057671647 Date: Tue, 17 Jul 2018 10:03:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T10:03:16Z", "revision_number": 4, "routes": [], "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f", "name": "tenantnetwork1-router_b937b6d4-f452-4b09-a782-7abf9a09ff86"}]} 2018-07-17 10:03:18,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-9f0bd4b6-6002-4916-83d1-d5b057671647 2018-07-17 10:03:18,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.999769926071s 2018-07-17 10:03:18,607 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-9f0bd4b6-6002-4916-83d1-d5b057671647 2018-07-17 10:03:18,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:03:18,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f.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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:21,184 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef8a8778-ae82-471d-afef-f796bba29a73 Content-Length: 0 Date: Tue, 17 Jul 2018 10:03:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:03:21,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f.json used request id req-ef8a8778-ae82-471d-afef-f796bba29a73 2018-07-17 10:03:21,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.57564902306s 2018-07-17 10:03:21,185 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d6bd35cf-ec5c-4a30-ba9a-601a26df2b2f.json used request id req-ef8a8778-ae82-471d-afef-f796bba29a73 2018-07-17 10:03:21,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:03:21,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:22,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-cb538201-7bc4-4ca1-9ed7-3875a0ca5e8f Date: Tue, 17 Jul 2018 10:03:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4edbefd-bb3f-4094-a48b-6f0650f0ba21","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:03:10Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"07f7aa66-2163-417e-a91e-0d21c83fea4c","subnetpool_id":null,"name":"tenantnetwork1-subnet_b937b6d4-f452-4b09-a782-7abf9a09ff86"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36f838cc-89e7-4f15-8737-731e4b3baf82","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:11Z","dns_nameservers":[],"updated_at":"2018-07-17T10:00:11Z","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":"ca28ae33194943248316fbb231780561","id":"c9a89a40-ceb9-409f-b018-9fc14593a1c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-17 10:03:22,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cb538201-7bc4-4ca1-9ed7-3875a0ca5e8f 2018-07-17 10:03:22,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.05729389191s 2018-07-17 10:03:22,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cb538201-7bc4-4ca1-9ed7-3875a0ca5e8f 2018-07-17 10:03:22,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:03:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/07f7aa66-2163-417e-a91e-0d21c83fea4c.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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:25,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55a070c9-b8d1-4ab2-b5d2-0d2cf4e081c7 Date: Tue, 17 Jul 2018 10:03:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:03:25,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/07f7aa66-2163-417e-a91e-0d21c83fea4c.json used request id req-55a070c9-b8d1-4ab2-b5d2-0d2cf4e081c7 2018-07-17 10:03:25,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.07518196106s 2018-07-17 10:03:25,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/07f7aa66-2163-417e-a91e-0d21c83fea4c.json used request id req-55a070c9-b8d1-4ab2-b5d2-0d2cf4e081c7 2018-07-17 10:03:25,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:25,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:26,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-b7712367-425b-42ae-a449-6b0215be82ec Date: Tue, 17 Jul 2018 10:03:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4edbefd-bb3f-4094-a48b-6f0650f0ba21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:03:25Z","provider:segmentation_id":11,"name":"tenantnetwork1-net_b937b6d4-f452-4b09-a782-7abf9a09ff86","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:08Z","provider:network_type":"vxlan"}]} 2018-07-17 10:03:26,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b7712367-425b-42ae-a449-6b0215be82ec 2018-07-17 10:03:26,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12041902542s 2018-07-17 10:03:26,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b7712367-425b-42ae-a449-6b0215be82ec 2018-07-17 10:03:26,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:03:26,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/f4edbefd-bb3f-4094-a48b-6f0650f0ba21.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}433e2231c2a92f5241c03e515c6a7a9c2ef1c29a" 2018-07-17 10:03:27,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-706de3c8-6331-490b-bdd1-c9adb7348ac3 Date: Tue, 17 Jul 2018 10:03:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:03:27,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f4edbefd-bb3f-4094-a48b-6f0650f0ba21.json used request id req-706de3c8-6331-490b-bdd1-c9adb7348ac3 2018-07-17 10:03:27,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.900137901306s 2018-07-17 10:03:27,343 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f4edbefd-bb3f-4094-a48b-6f0650f0ba21.json used request id req-706de3c8-6331-490b-bdd1-c9adb7348ac3 2018-07-17 10:03:27,397 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-17 10:03:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:03:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:03:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:03:27,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:03:27,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:03:27,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca51ced-68ea-4425-8ada-783d00f1e545 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:03:27,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5ca51ced-68ea-4425-8ada-783d00f1e545 2018-07-17 10:03:27,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:03:27,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["9gbKbxDBQdCuH_sPrNV9sA"], "issued_at": "2018-07-17T10:03:27.000000Z"}} 2018-07-17 10:03:27,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:27,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:28,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6ae45ebf-39db-4652-ae1b-15c1909b115a Date: Tue, 17 Jul 2018 10:03:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:03:28,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6ae45ebf-39db-4652-ae1b-15c1909b115a 2018-07-17 10:03:28,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.985601186752s 2018-07-17 10:03:28,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6ae45ebf-39db-4652-ae1b-15c1909b115a 2018-07-17 10:03:28,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:03:28,840 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9d3016e-5efa-4e51-b3e4-613d879022ca 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:03:28,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-c9d3016e-5efa-4e51-b3e4-613d879022ca 2018-07-17 10:03:28,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:03:28,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:28,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3280238a-d9a5-4912-938d-b5956ce26d9d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:03:28,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-3280238a-d9a5-4912-938d-b5956ce26d9d 2018-07-17 10:03:28,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.119401931763s 2018-07-17 10:03:28,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-3280238a-d9a5-4912-938d-b5956ce26d9d 2018-07-17 10:03:28,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 10:03:28,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f"}}' 2018-07-17 10:03:29,236 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7bc1243-1580-44c9-900c-95c27c8b85e0 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.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9"}, "tags": [], "enabled": true, "id": "58481528d3104761be535b1f8d2cdbe9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f"}} 2018-07-17 10:03:29,237 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a7bc1243-1580-44c9-900c-95c27c8b85e0 2018-07-17 10:03:29,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.268427848816s 2018-07-17 10:03:29,237 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a7bc1243-1580-44c9-900c-95c27c8b85e0 2018-07-17 10:03:29,238 - 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'58481528d3104761be535b1f8d2cdbe9', '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_b7dec9d4-857f-4041-b777-af3b6769457f'}) 2018-07-17 10:03:29,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 10:03:29,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2467751f-3109-44b0-9edd-0218b868defb", "email": null, "name": "tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f"}}' 2018-07-17 10:03:29,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:03:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00a36755-fd71-421c-934f-f6ead6cd6633 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f", "links": {"self": "http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e36e2f3f1dd24b379d593cb05a9b0158", "domain_id": "default", "password_expires_at": null}} 2018-07-17 10:03:29,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-00a36755-fd71-421c-934f-f6ead6cd6633 2018-07-17 10:03:29,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.421550035477s 2018-07-17 10:03:29,666 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-00a36755-fd71-421c-934f-f6ead6cd6633 2018-07-17 10:03:29,666 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e36e2f3f1dd24b379d593cb05a9b0158', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f'}) 2018-07-17 10:03:29,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:03:29,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:29,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ea8d4db-e2d9-464a-aae1-0f5a8a29619c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:03:29,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0ea8d4db-e2d9-464a-aae1-0f5a8a29619c 2018-07-17 10:03:29,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0905020236969s 2018-07-17 10:03:29,761 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0ea8d4db-e2d9-464a-aae1-0f5a8a29619c 2018-07-17 10:03:29,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:03:29,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:29,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a6f11b-6deb-4f0d-bd71-4dbac6a11d41 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:03:29,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-28a6f11b-6deb-4f0d-bd71-4dbac6a11d41 2018-07-17 10:03:29,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.218616008759s 2018-07-17 10:03:29,985 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-28a6f11b-6deb-4f0d-bd71-4dbac6a11d41 2018-07-17 10:03:29,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:03:29,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:30,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbe6a5ea-969f-4287-a4bc-6a67a0f0b9bf Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:03:30,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fbe6a5ea-969f-4287-a4bc-6a67a0f0b9bf 2018-07-17 10:03:30,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178441047668s 2018-07-17 10:03:30,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fbe6a5ea-969f-4287-a4bc-6a67a0f0b9bf 2018-07-17 10:03:30,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:03:30,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:30,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c1e73c-8c41-4629-886c-c5fcb07edbd8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 10:03:30,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d0c1e73c-8c41-4629-886c-c5fcb07edbd8 2018-07-17 10:03:30,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182945966721s 2018-07-17 10:03:30,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d0c1e73c-8c41-4629-886c-c5fcb07edbd8 2018-07-17 10:03:30,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:03:30,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:30,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8556a008-85a4-45c8-bc81-dcf1afc3bd40 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f", "links": {"self": "http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e36e2f3f1dd24b379d593cb05a9b0158", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:03:30,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8556a008-85a4-45c8-bc81-dcf1afc3bd40 2018-07-17 10:03:30,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124812841415s 2018-07-17 10:03:30,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8556a008-85a4-45c8-bc81-dcf1afc3bd40 2018-07-17 10:03:30,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:03:30,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:30,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c657f1a-f47c-4eb4-bfce-ad780e9ee904 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9"}, "tags": [], "enabled": true, "id": "58481528d3104761be535b1f8d2cdbe9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f"}]} 2018-07-17 10:03:30,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-4c657f1a-f47c-4eb4-bfce-ad780e9ee904 2018-07-17 10:03:30,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.171358108521s 2018-07-17 10:03:30,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-4c657f1a-f47c-4eb4-bfce-ad780e9ee904 2018-07-17 10:03:30,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:03:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=e36e2f3f1dd24b379d593cb05a9b0158&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=58481528d3104761be535b1f8d2cdbe9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:30,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a39f33-ee92-437d-a8e3-9c891c841da5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=e36e2f3f1dd24b379d593cb05a9b0158&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=58481528d3104761be535b1f8d2cdbe9", "previous": null, "next": null}} 2018-07-17 10:03:30,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e36e2f3f1dd24b379d593cb05a9b0158&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=58481528d3104761be535b1f8d2cdbe9 used request id req-34a39f33-ee92-437d-a8e3-9c891c841da5 2018-07-17 10:03:30,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.114997148514s 2018-07-17 10:03:30,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e36e2f3f1dd24b379d593cb05a9b0158&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=58481528d3104761be535b1f8d2cdbe9 used request id req-34a39f33-ee92-437d-a8e3-9c891c841da5 2018-07-17 10:03:30,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 10:03:30,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9/users/e36e2f3f1dd24b379d593cb05a9b0158/roles/9cb77e8f0b6947f69395a6c9dca28469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:31,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:03:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20260f9f-2f5a-4f6f-90d9-1df35063a4b9 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 10:03:31,007 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9/users/e36e2f3f1dd24b379d593cb05a9b0158/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-20260f9f-2f5a-4f6f-90d9-1df35063a4b9 2018-07-17 10:03:31,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.215106010437s 2018-07-17 10:03:31,008 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9/users/e36e2f3f1dd24b379d593cb05a9b0158/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-20260f9f-2f5a-4f6f-90d9-1df35063a4b9 2018-07-17 10:03:31,009 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f', 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'58481528d3104761be535b1f8d2cdbe9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '2467751f-3109-44b0-9edd-0218b868defb', 'username': u'tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29: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 10:03:31,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:03:31,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:03:31,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:03:31,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:03:31,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:03:31,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:03:31,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:03:31,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:03:31,014 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f', 'password': '2467751f-3109-44b0-9edd-0218b868defb', 'project_name': 'tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '58481528d3104761be535b1f8d2cdbe9', 'project_domain_name': 'Default'} 2018-07-17 10:03:31,014 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-17 10:03:31,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:03:31,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c107f9e-b069-4f94-898b-449093b1e623 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:03:31,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1c107f9e-b069-4f94-898b-449093b1e623 2018-07-17 10:03:31,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:03:31,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}, {"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}], "expires_at": "2018-07-17T11:03:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58481528d3104761be535b1f8d2cdbe9", "name": "tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/58481528d3104761be535b1f8d2cdbe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/58481528d3104761be535b1f8d2cdbe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/58481528d3104761be535b1f8d2cdbe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/58481528d3104761be535b1f8d2cdbe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/58481528d3104761be535b1f8d2cdbe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/58481528d3104761be535b1f8d2cdbe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/58481528d3104761be535b1f8d2cdbe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/58481528d3104761be535b1f8d2cdbe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/58481528d3104761be535b1f8d2cdbe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_58481528d3104761be535b1f8d2cdbe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_58481528d3104761be535b1f8d2cdbe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/58481528d3104761be535b1f8d2cdbe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/58481528d3104761be535b1f8d2cdbe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/58481528d3104761be535b1f8d2cdbe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f", "id": "e36e2f3f1dd24b379d593cb05a9b0158"}, "audit_ids": ["ZGvb-RM6S7Ss2ApxycISbw"], "issued_at": "2018-07-17T10:03:31.000000Z"}} 2018-07-17 10:03:31,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:03:31,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" -d '{"network": {"name": "tenantnetwork2-net_b7dec9d4-857f-4041-b777-af3b6769457f", "admin_state_up": true}}' 2018-07-17 10:03:32,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-7d2ed5bf-a911-4299-89e0-2d13cde7daeb Date: Tue, 17 Jul 2018 10:03:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"58481528d3104761be535b1f8d2cdbe9","created_at":"2018-07-17T10:03:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T10:03:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"58481528d3104761be535b1f8d2cdbe9","id":"f38176be-7e22-4cc0-af64-ec474d6a8a7d","name":"tenantnetwork2-net_b7dec9d4-857f-4041-b777-af3b6769457f"}} 2018-07-17 10:03:32,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7d2ed5bf-a911-4299-89e0-2d13cde7daeb 2018-07-17 10:03:32,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.792176008224s 2018-07-17 10:03:32,302 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7d2ed5bf-a911-4299-89e0-2d13cde7daeb 2018-07-17 10:03:32,303 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:03:32Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'f38176be-7e22-4cc0-af64-ec474d6a8a7d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_b7dec9d4-857f-4041-b777-af3b6769457f', u'admin_state_up': True, u'tenant_id': u'58481528d3104761be535b1f8d2cdbe9', u'created_at': u'2018-07-17T10:03:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'58481528d3104761be535b1f8d2cdbe9'}) 2018-07-17 10:03:32,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:32,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:32,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-604563de-e65d-4b37-9476-1deefadcd2a2 Date: Tue, 17 Jul 2018 10:03: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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:03:32Z","tenant_id":"58481528d3104761be535b1f8d2cdbe9","created_at":"2018-07-17T10:03:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"58481528d3104761be535b1f8d2cdbe9","id":"f38176be-7e22-4cc0-af64-ec474d6a8a7d","name":"tenantnetwork2-net_b7dec9d4-857f-4041-b777-af3b6769457f"}]} 2018-07-17 10:03:32,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-604563de-e65d-4b37-9476-1deefadcd2a2 2018-07-17 10:03:32,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3811211586s 2018-07-17 10:03:32,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-604563de-e65d-4b37-9476-1deefadcd2a2 2018-07-17 10:03:32,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:03:32,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" -d '{"subnet": {"name": "tenantnetwork2-subnet_b7dec9d4-857f-4041-b777-af3b6769457f", "enable_dhcp": true, "network_id": "f38176be-7e22-4cc0-af64-ec474d6a8a7d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:03:34,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b62fe142-fdac-49fc-8302-092e42b806a6 Date: Tue, 17 Jul 2018 10:03:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f38176be-7e22-4cc0-af64-ec474d6a8a7d","tenant_id":"58481528d3104761be535b1f8d2cdbe9","created_at":"2018-07-17T10:03:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:03:33Z","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":"58481528d3104761be535b1f8d2cdbe9","id":"afefc65a-e6b1-4d55-b32c-17603c0c2509","subnetpool_id":null,"name":"tenantnetwork2-subnet_b7dec9d4-857f-4041-b777-af3b6769457f"}} 2018-07-17 10:03:34,452 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b62fe142-fdac-49fc-8302-092e42b806a6 2018-07-17 10:03:34,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.76610994339s 2018-07-17 10:03:34,453 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b62fe142-fdac-49fc-8302-092e42b806a6 2018-07-17 10:03:34,453 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:03:33Z', 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'afefc65a-e6b1-4d55-b32c-17603c0c2509', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_b7dec9d4-857f-4041-b777-af3b6769457f', u'enable_dhcp': True, u'network_id': u'f38176be-7e22-4cc0-af64-ec474d6a8a7d', u'tenant_id': u'58481528d3104761be535b1f8d2cdbe9', u'created_at': u'2018-07-17T10:03:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'58481528d3104761be535b1f8d2cdbe9'}) 2018-07-17 10:03:34,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:03:34,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "tenantnetwork2-router_b7dec9d4-857f-4041-b777-af3b6769457f", "admin_state_up": true}}' 2018-07-17 10:03:35,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6cde3225-2af1-4a22-83b7-b4a1e0f9406e Date: Tue, 17 Jul 2018 10:03:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "created_at": "2018-07-17T10:03:34Z", "admin_state_up": true, "updated_at": "2018-07-17T10:03:35Z", "revision_number": 2, "routes": [], "project_id": "58481528d3104761be535b1f8d2cdbe9", "id": "ec7aa494-111f-4616-9ba0-13fe2cd18993", "name": "tenantnetwork2-router_b7dec9d4-857f-4041-b777-af3b6769457f"}} 2018-07-17 10:03:35,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-6cde3225-2af1-4a22-83b7-b4a1e0f9406e 2018-07-17 10:03:35,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37182092667s 2018-07-17 10:03:35,826 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-6cde3225-2af1-4a22-83b7-b4a1e0f9406e 2018-07-17 10:03:35,827 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'58481528d3104761be535b1f8d2cdbe9', u'created_at': u'2018-07-17T10:03:34Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T10:03:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'58481528d3104761be535b1f8d2cdbe9', u'id': u'ec7aa494-111f-4616-9ba0-13fe2cd18993', u'name': u'tenantnetwork2-router_b7dec9d4-857f-4041-b777-af3b6769457f'}) 2018-07-17 10:03:35,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:03:35,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993/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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" -d '{"subnet_id": "afefc65a-e6b1-4d55-b32c-17603c0c2509"}' 2018-07-17 10:03:39,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce9f8dab-845d-482c-ab12-45a443c617ac Date: Tue, 17 Jul 2018 10:03:39 GMT RESP BODY: {"network_id": "f38176be-7e22-4cc0-af64-ec474d6a8a7d", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "subnet_id": "afefc65a-e6b1-4d55-b32c-17603c0c2509", "subnet_ids": ["afefc65a-e6b1-4d55-b32c-17603c0c2509"], "port_id": "dc2430cc-2450-4791-88e9-89940f5f185e", "id": "ec7aa494-111f-4616-9ba0-13fe2cd18993"} 2018-07-17 10:03:39,453 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993/add_router_interface.json used request id req-ce9f8dab-845d-482c-ab12-45a443c617ac 2018-07-17 10:03:39,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.62585496902s 2018-07-17 10:03:39,453 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993/add_router_interface.json used request id req-ce9f8dab-845d-482c-ab12-45a443c617ac returning object ec7aa494-111f-4616-9ba0-13fe2cd18993 2018-07-17 10:03:39,575 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:03:39,576 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-17 10:03:39,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:03:39,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993/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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" -d '{"subnet_id": "afefc65a-e6b1-4d55-b32c-17603c0c2509"}' 2018-07-17 10:03:41,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-02ee4231-c2bf-4674-9a84-faf03755bc8a Date: Tue, 17 Jul 2018 10:03:41 GMT RESP BODY: {"network_id": "f38176be-7e22-4cc0-af64-ec474d6a8a7d", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "subnet_id": "afefc65a-e6b1-4d55-b32c-17603c0c2509", "subnet_ids": ["afefc65a-e6b1-4d55-b32c-17603c0c2509"], "port_id": "dc2430cc-2450-4791-88e9-89940f5f185e", "id": "ec7aa494-111f-4616-9ba0-13fe2cd18993"} 2018-07-17 10:03:41,238 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993/remove_router_interface.json used request id req-02ee4231-c2bf-4674-9a84-faf03755bc8a 2018-07-17 10:03:41,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6575088501s 2018-07-17 10:03:41,238 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993/remove_router_interface.json used request id req-02ee4231-c2bf-4674-9a84-faf03755bc8a returning object ec7aa494-111f-4616-9ba0-13fe2cd18993 2018-07-17 10:03:41,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:03:41,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:42,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-714ed092-b1cf-4140-a6eb-9a5c77493bc5 Date: Tue, 17 Jul 2018 10:03:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "created_at": "2018-07-17T10:03:34Z", "admin_state_up": true, "updated_at": "2018-07-17T10:03:40Z", "revision_number": 4, "routes": [], "project_id": "58481528d3104761be535b1f8d2cdbe9", "id": "ec7aa494-111f-4616-9ba0-13fe2cd18993", "name": "tenantnetwork2-router_b7dec9d4-857f-4041-b777-af3b6769457f"}]} 2018-07-17 10:03:42,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-714ed092-b1cf-4140-a6eb-9a5c77493bc5 2018-07-17 10:03:42,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.09760904312s 2018-07-17 10:03:42,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-714ed092-b1cf-4140-a6eb-9a5c77493bc5 2018-07-17 10:03:42,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:03:42,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993.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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:43,780 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e79a7fcf-f738-44db-a336-975218f77a80 Content-Length: 0 Date: Tue, 17 Jul 2018 10:03:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:03:43,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993.json used request id req-e79a7fcf-f738-44db-a336-975218f77a80 2018-07-17 10:03:43,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.44286394119s 2018-07-17 10:03:43,781 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ec7aa494-111f-4616-9ba0-13fe2cd18993.json used request id req-e79a7fcf-f738-44db-a336-975218f77a80 2018-07-17 10:03:43,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:03:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:44,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c72145af-2815-43c4-84fb-60c0fbaad7a0 Date: Tue, 17 Jul 2018 10:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f38176be-7e22-4cc0-af64-ec474d6a8a7d","tenant_id":"58481528d3104761be535b1f8d2cdbe9","created_at":"2018-07-17T10:03:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:03:33Z","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":"58481528d3104761be535b1f8d2cdbe9","id":"afefc65a-e6b1-4d55-b32c-17603c0c2509","subnetpool_id":null,"name":"tenantnetwork2-subnet_b7dec9d4-857f-4041-b777-af3b6769457f"}]} 2018-07-17 10:03:44,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-c72145af-2815-43c4-84fb-60c0fbaad7a0 2018-07-17 10:03:44,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.257107973099s 2018-07-17 10:03:44,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-c72145af-2815-43c4-84fb-60c0fbaad7a0 2018-07-17 10:03:44,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:03:44,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/afefc65a-e6b1-4d55-b32c-17603c0c2509.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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:46,546 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a97c7c4-4b67-4866-b829-6f2f5121f3a0 Date: Tue, 17 Jul 2018 10:03:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:03:46,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/afefc65a-e6b1-4d55-b32c-17603c0c2509.json used request id req-0a97c7c4-4b67-4866-b829-6f2f5121f3a0 2018-07-17 10:03:46,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50615000725s 2018-07-17 10:03:46,547 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/afefc65a-e6b1-4d55-b32c-17603c0c2509.json used request id req-0a97c7c4-4b67-4866-b829-6f2f5121f3a0 2018-07-17 10:03:46,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:46,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9f3b7ff2-c135-4218-a86b-0ca608382ce5 Date: Tue, 17 Jul 2018 10:03:46 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:03:46Z","tenant_id":"58481528d3104761be535b1f8d2cdbe9","created_at":"2018-07-17T10:03:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"58481528d3104761be535b1f8d2cdbe9","id":"f38176be-7e22-4cc0-af64-ec474d6a8a7d","name":"tenantnetwork2-net_b7dec9d4-857f-4041-b777-af3b6769457f"}]} 2018-07-17 10:03:46,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9f3b7ff2-c135-4218-a86b-0ca608382ce5 2018-07-17 10:03:46,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126163005829s 2018-07-17 10:03:46,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9f3b7ff2-c135-4218-a86b-0ca608382ce5 2018-07-17 10:03:46,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:03:46,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/f38176be-7e22-4cc0-af64-ec474d6a8a7d.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}a5a7479b1c628ecf2eec4624c04817d5f62973b3" 2018-07-17 10:03:48,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0afba259-9758-4342-895e-0391ba12eb39 Date: Tue, 17 Jul 2018 10:03:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:03:48,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f38176be-7e22-4cc0-af64-ec474d6a8a7d.json used request id req-0afba259-9758-4342-895e-0391ba12eb39 2018-07-17 10:03:48,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.75182199478s 2018-07-17 10:03:48,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f38176be-7e22-4cc0-af64-ec474d6a8a7d.json used request id req-0afba259-9758-4342-895e-0391ba12eb39 2018-07-17 10:03:48,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:03:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:48,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-077b3e64-2ea9-4481-8b5a-9ef798d193d6 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f", "links": {"self": "http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e36e2f3f1dd24b379d593cb05a9b0158", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:03:48,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-077b3e64-2ea9-4481-8b5a-9ef798d193d6 2018-07-17 10:03:48,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146218061447s 2018-07-17 10:03:48,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-077b3e64-2ea9-4481-8b5a-9ef798d193d6 2018-07-17 10:03:48,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:03:48,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:48,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef64157-920a-4021-a57e-8f857c4b39c1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b7dec9d4-857f-4041-b777-af3b6769457f", "links": {"self": "http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e36e2f3f1dd24b379d593cb05a9b0158", "description": null}} 2018-07-17 10:03:48,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158 used request id req-aef64157-920a-4021-a57e-8f857c4b39c1 2018-07-17 10:03:48,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114032030106s 2018-07-17 10:03:48,693 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158 used request id req-aef64157-920a-4021-a57e-8f857c4b39c1 2018-07-17 10:03:48,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 10:03:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:49,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:03:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b5c5890-4f11-4716-b750-a5c9c2bc781c 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 10:03:49,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158 used request id req-7b5c5890-4f11-4716-b750-a5c9c2bc781c 2018-07-17 10:03:49,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.348986148834s 2018-07-17 10:03:49,043 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e36e2f3f1dd24b379d593cb05a9b0158 used request id req-7b5c5890-4f11-4716-b750-a5c9c2bc781c 2018-07-17 10:03:49,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:03:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:49,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b793ea7-20d1-4a88-9225-59856969fee0 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9"}, "tags": [], "enabled": true, "id": "58481528d3104761be535b1f8d2cdbe9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b7dec9d4-857f-4041-b777-af3b6769457f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:03:49,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-4b793ea7-20d1-4a88-9225-59856969fee0 2018-07-17 10:03:49,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108587026596s 2018-07-17 10:03:49,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-4b793ea7-20d1-4a88-9225-59856969fee0 2018-07-17 10:03:49,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 10:03:49,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcfa59e277126b7a96e45d63de11ce6fe59dfddb" 2018-07-17 10:03:49,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:03:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61832a6c-7768-4642-ac39-0801b4074f2e 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 10:03:49,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9 used request id req-61832a6c-7768-4642-ac39-0801b4074f2e 2018-07-17 10:03:49,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231679916382s 2018-07-17 10:03:49,389 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/58481528d3104761be535b1f8d2cdbe9 used request id req-61832a6c-7768-4642-ac39-0801b4074f2e 2018-07-17 10:03:49,440 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:03:49,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:03:49,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:03:49,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:03:49,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f711302a-9689-4e82-b1c1-4cd4902edc02 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:03:49,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f711302a-9689-4e82-b1c1-4cd4902edc02 2018-07-17 10:03:49,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:03:49,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["UzWZAzQLQgqpGqhNdI-gvw"], "issued_at": "2018-07-17T10:03:49.000000Z"}} 2018-07-17 10:03:49,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:49,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:03:51,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5828c261-f12f-48e4-8b02-0acebffea537 Date: Tue, 17 Jul 2018 10:03:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:03:51,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5828c261-f12f-48e4-8b02-0acebffea537 2018-07-17 10:03:51,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18239808083s 2018-07-17 10:03:51,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5828c261-f12f-48e4-8b02-0acebffea537 2018-07-17 10:03:51,121 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-17 10:03:51,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:03:51,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"network": {"name": "vmready1-net_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "admin_state_up": true}}' 2018-07-17 10:03:51,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-d290e6f4-6b60-41c6-9803-1603b1091598 Date: Tue, 17 Jul 2018 10:03:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cbe3ce0d-e94f-4595-b1ae-b946e84564b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:03:51Z","is_default":false,"provider:segmentation_id":12,"name":"vmready1-net_7ef5387b-7ceb-4976-8224-f7fc2c563a1a","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:51Z","mtu":1450}} 2018-07-17 10:03:51,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d290e6f4-6b60-41c6-9803-1603b1091598 2018-07-17 10:03:51,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.665703058243s 2018-07-17 10:03:51,788 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d290e6f4-6b60-41c6-9803-1603b1091598 2018-07-17 10:03:51,788 - 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-17T10:03:51Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cbe3ce0d-e94f-4595-b1ae-b946e84564b4', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_7ef5387b-7ceb-4976-8224-f7fc2c563a1a', u'admin_state_up': True, u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:03:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b'}) 2018-07-17 10:03:51,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:03:51,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:03:52,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-31082bcb-e9d3-4a42-b8d0-83b0d107efd1 Date: Tue, 17 Jul 2018 10:03:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cbe3ce0d-e94f-4595-b1ae-b946e84564b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:03:51Z","provider:segmentation_id":12,"name":"vmready1-net_7ef5387b-7ceb-4976-8224-f7fc2c563a1a","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:51Z","provider:network_type":"vxlan"}]} 2018-07-17 10:03:52,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-31082bcb-e9d3-4a42-b8d0-83b0d107efd1 2018-07-17 10:03:52,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.992204189301s 2018-07-17 10:03:52,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-31082bcb-e9d3-4a42-b8d0-83b0d107efd1 2018-07-17 10:03:52,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:03:52,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"subnet": {"name": "vmready1-subnet_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "enable_dhcp": true, "network_id": "cbe3ce0d-e94f-4595-b1ae-b946e84564b4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:03:53,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-80597f66-67c6-4bbb-b2bf-e2e68121af79 Date: Tue, 17 Jul 2018 10:03:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbe3ce0d-e94f-4595-b1ae-b946e84564b4","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:03:53Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"7aeda9f3-01db-4756-b557-83faa03b4fac","subnetpool_id":null,"name":"vmready1-subnet_7ef5387b-7ceb-4976-8224-f7fc2c563a1a"}} 2018-07-17 10:03:53,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-80597f66-67c6-4bbb-b2bf-e2e68121af79 2018-07-17 10:03:53,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03358602524s 2018-07-17 10:03:53,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-80597f66-67c6-4bbb-b2bf-e2e68121af79 2018-07-17 10:03:53,818 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:03:53Z', 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'7aeda9f3-01db-4756-b557-83faa03b4fac', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_7ef5387b-7ceb-4976-8224-f7fc2c563a1a', u'enable_dhcp': True, u'network_id': u'cbe3ce0d-e94f-4595-b1ae-b946e84564b4', u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:03:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b'}) 2018-07-17 10:03:53,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:03:53,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "vmready1-router_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "admin_state_up": true}}' 2018-07-17 10:03:55,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-4c14804a-c975-4862-bb75-e3446db365e7 Date: Tue, 17 Jul 2018 10:03:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T10:03:55Z", "revision_number": 2, "routes": [], "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "219a1f3d-da5b-4fd1-8615-b8ac13e95c96", "name": "vmready1-router_7ef5387b-7ceb-4976-8224-f7fc2c563a1a"}} 2018-07-17 10:03:55,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-4c14804a-c975-4862-bb75-e3446db365e7 2018-07-17 10:03:55,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.54660105705s 2018-07-17 10:03:55,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-4c14804a-c975-4862-bb75-e3446db365e7 2018-07-17 10:03:55,366 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:03:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-17T10:03:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'id': u'219a1f3d-da5b-4fd1-8615-b8ac13e95c96', u'name': u'vmready1-router_7ef5387b-7ceb-4976-8224-f7fc2c563a1a'}) 2018-07-17 10:03:55,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:03:55,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96/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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"subnet_id": "7aeda9f3-01db-4756-b557-83faa03b4fac"}' 2018-07-17 10:03:57,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d40c570-e9c4-4846-aa46-3845621a36cf Date: Tue, 17 Jul 2018 10:03:57 GMT RESP BODY: {"network_id": "cbe3ce0d-e94f-4595-b1ae-b946e84564b4", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "subnet_id": "7aeda9f3-01db-4756-b557-83faa03b4fac", "subnet_ids": ["7aeda9f3-01db-4756-b557-83faa03b4fac"], "port_id": "cd15bc2f-6993-4258-9a81-84e0573607fe", "id": "219a1f3d-da5b-4fd1-8615-b8ac13e95c96"} 2018-07-17 10:03:57,241 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96/add_router_interface.json used request id req-6d40c570-e9c4-4846-aa46-3845621a36cf 2018-07-17 10:03:57,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.87456798553s 2018-07-17 10:03:57,242 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96/add_router_interface.json used request id req-6d40c570-e9c4-4846-aa46-3845621a36cf returning object 219a1f3d-da5b-4fd1-8615-b8ac13e95c96 2018-07-17 10:03:57,242 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:03:57,374 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:03:57,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:03:57,381 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:03:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:03:57,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:03:57,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:03:58,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba179ff1-94ab-47e3-a6e4-cc0433709065 Date: Tue, 17 Jul 2018 10:03:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:03:58,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ba179ff1-94ab-47e3-a6e4-cc0433709065 2018-07-17 10:03:58,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.694403886795s 2018-07-17 10:03:58,081 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ba179ff1-94ab-47e3-a6e4-cc0433709065 2018-07-17 10:03:58,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:03:58,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a"}' 2018-07-17 10:03:58,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d3cd432c-9884-407c-a432-ba0a1dad7a91 Date: Tue, 17 Jul 2018 10:03:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/file", "owner": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f", "size": null, "self": "/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:03:58Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "checksum": null, "created_at": "2018-07-17T10:03:58Z", "protected": false} 2018-07-17 10:03:58,938 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d3cd432c-9884-407c-a432-ba0a1dad7a91 2018-07-17 10:03:58,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.849491834641s 2018-07-17 10:03:58,939 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d3cd432c-9884-407c-a432-ba0a1dad7a91 returning object d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f 2018-07-17 10:03:58,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:03:58,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/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}554204bb2ca4677085896135de1ea4761a7dd314" -d '' 2018-07-17 10:04:03,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f4e5e37-98eb-4fe7-aa53-30eb207203bb Date: Tue, 17 Jul 2018 10:04:03 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 10:04:03,124 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/file used request id req-6f4e5e37-98eb-4fe7-aa53-30eb207203bb 2018-07-17 10:04:03,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.18458104134s 2018-07-17 10:04:03,124 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/file used request id req-6f4e5e37-98eb-4fe7-aa53-30eb207203bb 2018-07-17 10:04:03,124 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:03:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/file', u'owner': u'7d76f5cba3604c4084a80c130d6e1b3b', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd084c4d4-0bcc-4cbb-a1ce-b16a82a4790f', u'size': None, u'name': u'vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a', u'checksum': None, u'self': u'/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:03:58Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:04:03,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:04:03,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "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 10:04:03,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:03 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-ccf8d04f-6a90-4337-8d0b-8a0850663557 x-compute-request-id: req-ccf8d04f-6a90-4337-8d0b-8a0850663557 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/890237bb-567c-4762-9a01-f98f99f11f0e", "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": "890237bb-567c-4762-9a01-f98f99f11f0e"}} 2018-07-17 10:04:03,910 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ccf8d04f-6a90-4337-8d0b-8a0850663557 2018-07-17 10:04:03,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.78520488739s 2018-07-17 10:04:03,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ccf8d04f-6a90-4337-8d0b-8a0850663557 2018-07-17 10:04:03,912 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_7ef5387b-7ceb-4976-8224-f7fc2c563a1a', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'890237bb-567c-4762-9a01-f98f99f11f0e', 'swap': 0}) 2018-07-17 10:04:03,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:04:03,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e/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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"extra_specs": {}}' 2018-07-17 10:04:03,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:03 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-4241d462-cf4e-419e-bec5-1646c30a0b76 x-compute-request-id: req-4241d462-cf4e-419e-bec5-1646c30a0b76 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:04:03,945 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e/os-extra_specs used request id req-4241d462-cf4e-419e-bec5-1646c30a0b76 2018-07-17 10:04:03,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0327980518341s 2018-07-17 10:04:03,946 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e/os-extra_specs used request id req-4241d462-cf4e-419e-bec5-1646c30a0b76 2018-07-17 10:04:04,065 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:04:04,066 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 10:04:04,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:04:04,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96/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}554204bb2ca4677085896135de1ea4761a7dd314" -d '{"subnet_id": "7aeda9f3-01db-4756-b557-83faa03b4fac"}' 2018-07-17 10:04:05,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6916f3ca-23ac-4cc1-83ff-7a009647281a Date: Tue, 17 Jul 2018 10:04:05 GMT RESP BODY: {"network_id": "cbe3ce0d-e94f-4595-b1ae-b946e84564b4", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "subnet_id": "7aeda9f3-01db-4756-b557-83faa03b4fac", "subnet_ids": ["7aeda9f3-01db-4756-b557-83faa03b4fac"], "port_id": "cd15bc2f-6993-4258-9a81-84e0573607fe", "id": "219a1f3d-da5b-4fd1-8615-b8ac13e95c96"} 2018-07-17 10:04:05,890 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96/remove_router_interface.json used request id req-6916f3ca-23ac-4cc1-83ff-7a009647281a 2018-07-17 10:04:05,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81946206093s 2018-07-17 10:04:05,891 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96/remove_router_interface.json used request id req-6916f3ca-23ac-4cc1-83ff-7a009647281a returning object 219a1f3d-da5b-4fd1-8615-b8ac13e95c96 2018-07-17 10:04:05,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:04:05,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:06,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-b2e59dab-92cc-4b99-adfa-174549a6bc7a Date: Tue, 17 Jul 2018 10:04:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T10:04:05Z", "revision_number": 4, "routes": [], "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "219a1f3d-da5b-4fd1-8615-b8ac13e95c96", "name": "vmready1-router_7ef5387b-7ceb-4976-8224-f7fc2c563a1a"}]} 2018-07-17 10:04:06,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-b2e59dab-92cc-4b99-adfa-174549a6bc7a 2018-07-17 10:04:06,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115020990372s 2018-07-17 10:04:06,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-b2e59dab-92cc-4b99-adfa-174549a6bc7a 2018-07-17 10:04:06,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:04:06,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96.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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:07,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80b9eaee-5566-4e9a-81d7-e4e23de3931a Content-Length: 0 Date: Tue, 17 Jul 2018 10:04:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:04:07,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96.json used request id req-80b9eaee-5566-4e9a-81d7-e4e23de3931a 2018-07-17 10:04:07,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47026801109s 2018-07-17 10:04:07,479 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/219a1f3d-da5b-4fd1-8615-b8ac13e95c96.json used request id req-80b9eaee-5566-4e9a-81d7-e4e23de3931a 2018-07-17 10:04:07,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:04:07,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:07,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1282 X-Openstack-Request-Id: req-3d7d4e97-f400-4861-951c-cadc4b1e6c91 Date: Tue, 17 Jul 2018 10:04:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbe3ce0d-e94f-4595-b1ae-b946e84564b4","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:03:53Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"7aeda9f3-01db-4756-b557-83faa03b4fac","subnetpool_id":null,"name":"vmready1-subnet_7ef5387b-7ceb-4976-8224-f7fc2c563a1a"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36f838cc-89e7-4f15-8737-731e4b3baf82","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:11Z","dns_nameservers":[],"updated_at":"2018-07-17T10:00:11Z","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":"ca28ae33194943248316fbb231780561","id":"c9a89a40-ceb9-409f-b018-9fc14593a1c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-17 10:04:07,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3d7d4e97-f400-4861-951c-cadc4b1e6c91 2018-07-17 10:04:07,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.241562128067s 2018-07-17 10:04:07,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3d7d4e97-f400-4861-951c-cadc4b1e6c91 2018-07-17 10:04:07,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:04:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/7aeda9f3-01db-4756-b557-83faa03b4fac.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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:10,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e9c2a60-5900-497f-a0e6-8a56551762f8 Date: Tue, 17 Jul 2018 10:04:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:04:10,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7aeda9f3-01db-4756-b557-83faa03b4fac.json used request id req-2e9c2a60-5900-497f-a0e6-8a56551762f8 2018-07-17 10:04:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.22914004326s 2018-07-17 10:04:10,952 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7aeda9f3-01db-4756-b557-83faa03b4fac.json used request id req-2e9c2a60-5900-497f-a0e6-8a56551762f8 2018-07-17 10:04:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:10,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:11,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-32d08177-ec36-479e-a64a-4ada35318005 Date: Tue, 17 Jul 2018 10:04:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cbe3ce0d-e94f-4595-b1ae-b946e84564b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:04:10Z","provider:segmentation_id":12,"name":"vmready1-net_7ef5387b-7ceb-4976-8224-f7fc2c563a1a","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:03:51Z","provider:network_type":"vxlan"}]} 2018-07-17 10:04:11,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-32d08177-ec36-479e-a64a-4ada35318005 2018-07-17 10:04:11,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03580188751s 2018-07-17 10:04:11,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-32d08177-ec36-479e-a64a-4ada35318005 2018-07-17 10:04:11,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:04:11,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/cbe3ce0d-e94f-4595-b1ae-b946e84564b4.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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:12,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-429f2e67-4cca-478a-9601-d05a21a3de59 Date: Tue, 17 Jul 2018 10:04:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:04:12,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/cbe3ce0d-e94f-4595-b1ae-b946e84564b4.json used request id req-429f2e67-4cca-478a-9601-d05a21a3de59 2018-07-17 10:04:12,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.956562042236s 2018-07-17 10:04:12,947 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/cbe3ce0d-e94f-4595-b1ae-b946e84564b4.json used request id req-429f2e67-4cca-478a-9601-d05a21a3de59 2018-07-17 10:04:12,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:04:12,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:13,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-95ec0d30-9307-4b19-b31b-e2433521d7a1 Date: Tue, 17 Jul 2018 10:04:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/snap", "metadata": {}}], "file": "/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/file", "owner": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f", "size": 12716032, "self": "/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:04:03Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:03:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:04:13,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-95ec0d30-9307-4b19-b31b-e2433521d7a1 2018-07-17 10:04:13,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.698460102081s 2018-07-17 10:04:13,649 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-95ec0d30-9307-4b19-b31b-e2433521d7a1 2018-07-17 10:04:13,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:04:13,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:14,774 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d42247e9-87bb-413e-8695-21686cf33c30 Date: Tue, 17 Jul 2018 10:04:14 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 10:04:14,775 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f used request id req-d42247e9-87bb-413e-8695-21686cf33c30 2018-07-17 10:04:14,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12356495857s 2018-07-17 10:04:14,775 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/d084c4d4-0bcc-4cbb-a1ce-b16a82a4790f used request id req-d42247e9-87bb-413e-8695-21686cf33c30 2018-07-17 10:04:14,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:04:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:14,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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-12d7a12b-ac18-499f-beaa-eb8494e9570e x-compute-request-id: req-12d7a12b-ac18-499f-beaa-eb8494e9570e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_7ef5387b-7ceb-4976-8224-f7fc2c563a1a", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/890237bb-567c-4762-9a01-f98f99f11f0e", "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": "890237bb-567c-4762-9a01-f98f99f11f0e"}]} 2018-07-17 10:04:14,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-12d7a12b-ac18-499f-beaa-eb8494e9570e 2018-07-17 10:04:14,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.146209001541s 2018-07-17 10:04:14,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-12d7a12b-ac18-499f-beaa-eb8494e9570e 2018-07-17 10:04:14,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:04:14,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}554204bb2ca4677085896135de1ea4761a7dd314" 2018-07-17 10:04:15,075 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:04: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 x-openstack-request-id: req-9f850dac-6131-453c-a5cc-892a7d6293fa x-compute-request-id: req-9f850dac-6131-453c-a5cc-892a7d6293fa Content-Length: 0 Content-Type: application/json 2018-07-17 10:04:15,075 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e used request id req-9f850dac-6131-453c-a5cc-892a7d6293fa 2018-07-17 10:04:15,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.150973081589s 2018-07-17 10:04:15,075 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/890237bb-567c-4762-9a01-f98f99f11f0e used request id req-9f850dac-6131-453c-a5cc-892a7d6293fa 2018-07-17 10:04:15,125 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-17 10:04:15,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:04:15,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:04:15,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:04:15,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:04:15,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:04:15,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:04:15,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:04:15,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:04:15,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:04:15,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:04:15,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:04:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f97d8df-60f7-4088-a978-643d3d292bfe 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:04:15,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f97d8df-60f7-4088-a978-643d3d292bfe 2018-07-17 10:04:15,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:04:15,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["HtMWFTZgTFaW1at_CgsqeQ"], "issued_at": "2018-07-17T10:04:15.000000Z"}} 2018-07-17 10:04:15,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:15,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:15,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a6533736-d3b0-4fa5-8a80-5a39a2ce4b62 Date: Tue, 17 Jul 2018 10:04:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:04:15,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6533736-d3b0-4fa5-8a80-5a39a2ce4b62 2018-07-17 10:04:15,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269853115082s 2018-07-17 10:04:15,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6533736-d3b0-4fa5-8a80-5a39a2ce4b62 2018-07-17 10:04:15,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:04:15,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92e5c6c6-dc4c-40a5-a87c-44b530ef1d92 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:04:15,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-92e5c6c6-dc4c-40a5-a87c-44b530ef1d92 2018-07-17 10:04:15,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:04:15,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:15,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beced109-c2be-465f-9bd5-e48f0afdf373 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:04:15,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-beced109-c2be-465f-9bd5-e48f0afdf373 2018-07-17 10:04:15,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102621078491s 2018-07-17 10:04:15,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-beced109-c2be-465f-9bd5-e48f0afdf373 2018-07-17 10:04:15,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 10:04:15,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}}' 2018-07-17 10:04:16,152 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6260cdba-71c3-452c-8745-7a270aeb643c 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.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219"}, "tags": [], "enabled": true, "id": "4dd7182a81a843f4a808715e84e3c219", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}} 2018-07-17 10:04:16,152 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6260cdba-71c3-452c-8745-7a270aeb643c 2018-07-17 10:04:16,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.186115026474s 2018-07-17 10:04:16,152 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6260cdba-71c3-452c-8745-7a270aeb643c 2018-07-17 10:04:16,153 - 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'4dd7182a81a843f4a808715e84e3c219', '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_c8553dfe-3f9a-4f8b-95fc-2fb79932a351'}) 2018-07-17 10:04:16,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 10:04:16,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "616b6273-d528-4ecc-ad3b-d21df0f5ff98", "email": null, "name": "vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}}' 2018-07-17 10:04:16,634 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:04:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50af53b7-0508-45bf-8999-83619a7ea59c Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "links": {"self": "http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f3c4af4615b14b248c7f8b9dfbc2ed8e", "domain_id": "default", "password_expires_at": null}} 2018-07-17 10:04:16,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-50af53b7-0508-45bf-8999-83619a7ea59c 2018-07-17 10:04:16,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.475534200668s 2018-07-17 10:04:16,635 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-50af53b7-0508-45bf-8999-83619a7ea59c 2018-07-17 10:04:16,636 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f3c4af4615b14b248c7f8b9dfbc2ed8e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351'}) 2018-07-17 10:04:16,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:04:16,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:16,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b1389d3-e51a-4e39-977b-8b080d192fc9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:04:16,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1b1389d3-e51a-4e39-977b-8b080d192fc9 2018-07-17 10:04:16,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174652099609s 2018-07-17 10:04:16,815 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1b1389d3-e51a-4e39-977b-8b080d192fc9 2018-07-17 10:04:16,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:04:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:16,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5faf5c0-fd48-4b88-ac97-c484c3a05dab Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:04:16,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c5faf5c0-fd48-4b88-ac97-c484c3a05dab 2018-07-17 10:04:16,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100863933563s 2018-07-17 10:04:16,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c5faf5c0-fd48-4b88-ac97-c484c3a05dab 2018-07-17 10:04:16,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:04:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:17,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-864b330e-f5ca-4276-8293-04d4125d16bf Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:04:17,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-864b330e-f5ca-4276-8293-04d4125d16bf 2018-07-17 10:04:17,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104650974274s 2018-07-17 10:04:17,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-864b330e-f5ca-4276-8293-04d4125d16bf 2018-07-17 10:04:17,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:04:17,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:17,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f964ca5f-79ea-4ff3-a01e-a45b9ed3f791 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 10:04:17,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-f964ca5f-79ea-4ff3-a01e-a45b9ed3f791 2018-07-17 10:04:17,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106789112091s 2018-07-17 10:04:17,143 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-f964ca5f-79ea-4ff3-a01e-a45b9ed3f791 2018-07-17 10:04:17,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:04:17,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:17,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17234118-2ab3-408e-a2dd-ec1048b2e084 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "links": {"self": "http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f3c4af4615b14b248c7f8b9dfbc2ed8e", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:04:17,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-17234118-2ab3-408e-a2dd-ec1048b2e084 2018-07-17 10:04:17,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.135657072067s 2018-07-17 10:04:17,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-17234118-2ab3-408e-a2dd-ec1048b2e084 2018-07-17 10:04:17,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:04:17,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:17,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29633d8-2425-4d00-965a-d1b2aac46f4e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219"}, "tags": [], "enabled": true, "id": "4dd7182a81a843f4a808715e84e3c219", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}]} 2018-07-17 10:04:17,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e29633d8-2425-4d00-965a-d1b2aac46f4e 2018-07-17 10:04:17,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.116312980652s 2018-07-17 10:04:17,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e29633d8-2425-4d00-965a-d1b2aac46f4e 2018-07-17 10:04:17,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:04:17,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=f3c4af4615b14b248c7f8b9dfbc2ed8e&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=4dd7182a81a843f4a808715e84e3c219" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:17,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70a1ab3-35d7-40df-9822-48e76f1577d9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=f3c4af4615b14b248c7f8b9dfbc2ed8e&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=4dd7182a81a843f4a808715e84e3c219", "previous": null, "next": null}} 2018-07-17 10:04:17,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=f3c4af4615b14b248c7f8b9dfbc2ed8e&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=4dd7182a81a843f4a808715e84e3c219 used request id req-c70a1ab3-35d7-40df-9822-48e76f1577d9 2018-07-17 10:04:17,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106679916382s 2018-07-17 10:04:17,523 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=f3c4af4615b14b248c7f8b9dfbc2ed8e&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=4dd7182a81a843f4a808715e84e3c219 used request id req-c70a1ab3-35d7-40df-9822-48e76f1577d9 2018-07-17 10:04:17,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 10:04:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219/users/f3c4af4615b14b248c7f8b9dfbc2ed8e/roles/9cb77e8f0b6947f69395a6c9dca28469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:17,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b759496-719a-4fd7-aa88-c6dbdab32506 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 10:04:17,679 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219/users/f3c4af4615b14b248c7f8b9dfbc2ed8e/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-0b759496-719a-4fd7-aa88-c6dbdab32506 2018-07-17 10:04:17,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.152396917343s 2018-07-17 10:04:17,679 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219/users/f3c4af4615b14b248c7f8b9dfbc2ed8e/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-0b759496-719a-4fd7-aa88-c6dbdab32506 2018-07-17 10:04:17,680 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', 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'4dd7182a81a843f4a808715e84e3c219', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '616b6273-d528-4ecc-ad3b-d21df0f5ff98', 'username': u'vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29: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 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:04:17,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:04:17,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:04:17,683 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', 'password': '616b6273-d528-4ecc-ad3b-d21df0f5ff98', 'project_name': 'vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '4dd7182a81a843f4a808715e84e3c219', 'project_domain_name': 'Default'} 2018-07-17 10:04:17,683 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-17 10:04:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:04:17,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45b45b9-0ed3-4f6f-8374-7c3626e8bf6f 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:04:17,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f45b45b9-0ed3-4f6f-8374-7c3626e8bf6f 2018-07-17 10:04:17,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:04:18,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}, {"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}], "expires_at": "2018-07-17T11:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4dd7182a81a843f4a808715e84e3c219", "name": "vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/4dd7182a81a843f4a808715e84e3c219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/4dd7182a81a843f4a808715e84e3c219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/4dd7182a81a843f4a808715e84e3c219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4dd7182a81a843f4a808715e84e3c219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/4dd7182a81a843f4a808715e84e3c219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/4dd7182a81a843f4a808715e84e3c219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/4dd7182a81a843f4a808715e84e3c219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/4dd7182a81a843f4a808715e84e3c219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/4dd7182a81a843f4a808715e84e3c219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_4dd7182a81a843f4a808715e84e3c219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_4dd7182a81a843f4a808715e84e3c219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4dd7182a81a843f4a808715e84e3c219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/4dd7182a81a843f4a808715e84e3c219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/4dd7182a81a843f4a808715e84e3c219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "id": "f3c4af4615b14b248c7f8b9dfbc2ed8e"}, "audit_ids": ["bIkQDY3oS4qIhGXOiSsWDg"], "issued_at": "2018-07-17T10:04:18.000000Z"}} 2018-07-17 10:04:18,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:04:18,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '{"network": {"name": "vmready2-net_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "admin_state_up": true}}' 2018-07-17 10:04:18,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-da05e027-d4a3-409b-b5b6-855ac3f5b52e Date: Tue, 17 Jul 2018 10:04:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4dd7182a81a843f4a808715e84e3c219","created_at":"2018-07-17T10:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T10:04:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4dd7182a81a843f4a808715e84e3c219","id":"471b3de8-54d6-4109-ba84-a63af72e1f1b","name":"vmready2-net_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}} 2018-07-17 10:04:18,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-da05e027-d4a3-409b-b5b6-855ac3f5b52e 2018-07-17 10:04:18,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.595340967178s 2018-07-17 10:04:18,692 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-da05e027-d4a3-409b-b5b6-855ac3f5b52e 2018-07-17 10:04:18,693 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:04:18Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'471b3de8-54d6-4109-ba84-a63af72e1f1b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', u'admin_state_up': True, u'tenant_id': u'4dd7182a81a843f4a808715e84e3c219', u'created_at': u'2018-07-17T10:04:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4dd7182a81a843f4a808715e84e3c219'}) 2018-07-17 10:04:18,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:18,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:18,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-1622e7e7-d3a4-44a4-a5a2-67004e305b44 Date: Tue, 17 Jul 2018 10:04:18 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:04:18Z","tenant_id":"4dd7182a81a843f4a808715e84e3c219","created_at":"2018-07-17T10:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4dd7182a81a843f4a808715e84e3c219","id":"471b3de8-54d6-4109-ba84-a63af72e1f1b","name":"vmready2-net_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}]} 2018-07-17 10:04:18,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1622e7e7-d3a4-44a4-a5a2-67004e305b44 2018-07-17 10:04:18,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304227113724s 2018-07-17 10:04:18,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1622e7e7-d3a4-44a4-a5a2-67004e305b44 2018-07-17 10:04:19,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:04:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '{"subnet": {"name": "vmready2-subnet_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "enable_dhcp": true, "network_id": "471b3de8-54d6-4109-ba84-a63af72e1f1b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:04:20,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4f1963c7-64fb-46b1-b63d-bef551839359 Date: Tue, 17 Jul 2018 10:04:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"471b3de8-54d6-4109-ba84-a63af72e1f1b","tenant_id":"4dd7182a81a843f4a808715e84e3c219","created_at":"2018-07-17T10:04:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:04:20Z","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":"4dd7182a81a843f4a808715e84e3c219","id":"acd60ec3-3b9b-4db8-aca6-9d796012b5bc","subnetpool_id":null,"name":"vmready2-subnet_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}} 2018-07-17 10:04:20,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-4f1963c7-64fb-46b1-b63d-bef551839359 2018-07-17 10:04:20,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.6443798542s 2018-07-17 10:04:20,644 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-4f1963c7-64fb-46b1-b63d-bef551839359 2018-07-17 10:04:20,645 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:04:20Z', 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'acd60ec3-3b9b-4db8-aca6-9d796012b5bc', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', u'enable_dhcp': True, u'network_id': u'471b3de8-54d6-4109-ba84-a63af72e1f1b', u'tenant_id': u'4dd7182a81a843f4a808715e84e3c219', u'created_at': u'2018-07-17T10:04:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'4dd7182a81a843f4a808715e84e3c219'}) 2018-07-17 10:04:20,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:04:20,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "vmready2-router_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "admin_state_up": true}}' 2018-07-17 10:04:22,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-681fd2f7-6614-44e7-a369-6cb46779d2c8 Date: Tue, 17 Jul 2018 10:04:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "created_at": "2018-07-17T10:04:20Z", "admin_state_up": true, "updated_at": "2018-07-17T10:04:21Z", "revision_number": 2, "routes": [], "project_id": "4dd7182a81a843f4a808715e84e3c219", "id": "85b853f5-4307-42bb-b86f-2b1e3b2332c9", "name": "vmready2-router_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}} 2018-07-17 10:04:22,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-681fd2f7-6614-44e7-a369-6cb46779d2c8 2018-07-17 10:04:22,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45321512222s 2018-07-17 10:04:22,099 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-681fd2f7-6614-44e7-a369-6cb46779d2c8 2018-07-17 10:04:22,100 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4dd7182a81a843f4a808715e84e3c219', u'created_at': u'2018-07-17T10:04:20Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T10:04:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'4dd7182a81a843f4a808715e84e3c219', u'id': u'85b853f5-4307-42bb-b86f-2b1e3b2332c9', u'name': u'vmready2-router_c8553dfe-3f9a-4f8b-95fc-2fb79932a351'}) 2018-07-17 10:04:22,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:04:22,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9/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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '{"subnet_id": "acd60ec3-3b9b-4db8-aca6-9d796012b5bc"}' 2018-07-17 10:04:24,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-daf26af0-98da-441f-9d8e-292e6d28b153 Date: Tue, 17 Jul 2018 10:04:24 GMT RESP BODY: {"network_id": "471b3de8-54d6-4109-ba84-a63af72e1f1b", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "subnet_id": "acd60ec3-3b9b-4db8-aca6-9d796012b5bc", "subnet_ids": ["acd60ec3-3b9b-4db8-aca6-9d796012b5bc"], "port_id": "424a63b4-a9db-4229-974a-b0d6589d45a2", "id": "85b853f5-4307-42bb-b86f-2b1e3b2332c9"} 2018-07-17 10:04:24,439 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9/add_router_interface.json used request id req-daf26af0-98da-441f-9d8e-292e6d28b153 2018-07-17 10:04:24,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.33834791183s 2018-07-17 10:04:24,439 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9/add_router_interface.json used request id req-daf26af0-98da-441f-9d8e-292e6d28b153 returning object 85b853f5-4307-42bb-b86f-2b1e3b2332c9 2018-07-17 10:04:24,439 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:04:24,575 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:04:24,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:04:24,582 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:04:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:04:24,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:04:24,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:24,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7ffaae03-a9d0-43ed-81a1-d51773245736 Date: Tue, 17 Jul 2018 10:04:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:04:24,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-7ffaae03-a9d0-43ed-81a1-d51773245736 2018-07-17 10:04:24,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.217286109924s 2018-07-17 10:04:24,804 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-7ffaae03-a9d0-43ed-81a1-d51773245736 2018-07-17 10:04:24,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:04:24,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}' 2018-07-17 10:04:25,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a77b6cd0-11d1-4eae-a323-584107ddc456 Date: Tue, 17 Jul 2018 10:04:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/file", "owner": "4dd7182a81a843f4a808715e84e3c219", "id": "451dc9a8-44c9-4abc-b6a6-6adcc6444792", "size": null, "self": "/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:04:25Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "checksum": null, "created_at": "2018-07-17T10:04:25Z", "protected": false} 2018-07-17 10:04:25,560 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a77b6cd0-11d1-4eae-a323-584107ddc456 2018-07-17 10:04:25,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.748219966888s 2018-07-17 10:04:25,560 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a77b6cd0-11d1-4eae-a323-584107ddc456 returning object 451dc9a8-44c9-4abc-b6a6-6adcc6444792 2018-07-17 10:04:25,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:04:25,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '' 2018-07-17 10:04:26,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ca52447-4e8c-4a97-b573-ac57e707df83 Date: Tue, 17 Jul 2018 10:04: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 10:04:26,819 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/file used request id req-6ca52447-4e8c-4a97-b573-ac57e707df83 2018-07-17 10:04:26,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25872278214s 2018-07-17 10:04:26,820 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/file used request id req-6ca52447-4e8c-4a97-b573-ac57e707df83 2018-07-17 10:04:26,820 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:04:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/file', u'owner': u'4dd7182a81a843f4a808715e84e3c219', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'451dc9a8-44c9-4abc-b6a6-6adcc6444792', u'size': None, u'name': u'vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', u'checksum': None, u'self': u'/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:04:25Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:04:26,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:04:26,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "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 10:04:27,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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-9b6cb703-6313-477f-8d87-8ceb6a5e9a92 x-compute-request-id: req-9b6cb703-6313-477f-8d87-8ceb6a5e9a92 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438", "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": "8993edae-e1a1-4ec2-ad98-0482d96b9438"}} 2018-07-17 10:04:27,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9b6cb703-6313-477f-8d87-8ceb6a5e9a92 2018-07-17 10:04:27,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.769361972809s 2018-07-17 10:04:27,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9b6cb703-6313-477f-8d87-8ceb6a5e9a92 2018-07-17 10:04:27,591 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_c8553dfe-3f9a-4f8b-95fc-2fb79932a351', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'8993edae-e1a1-4ec2-ad98-0482d96b9438', 'swap': 0}) 2018-07-17 10:04:27,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:04:27,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438/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}f8bb4b34f36171a7422284c8e605df951618893e" -d '{"extra_specs": {}}' 2018-07-17 10:04:27,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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 x-openstack-request-id: req-a4dee4fa-600d-4167-8a19-ad9940905214 x-compute-request-id: req-a4dee4fa-600d-4167-8a19-ad9940905214 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:04:27,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438/os-extra_specs used request id req-a4dee4fa-600d-4167-8a19-ad9940905214 2018-07-17 10:04:27,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.145663022995s 2018-07-17 10:04:27,738 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438/os-extra_specs used request id req-a4dee4fa-600d-4167-8a19-ad9940905214 2018-07-17 10:04:27,862 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:04:27,862 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 10:04:27,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:04:27,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9/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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" -d '{"subnet_id": "acd60ec3-3b9b-4db8-aca6-9d796012b5bc"}' 2018-07-17 10:04:29,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6aaebcd-2137-41a6-a70c-170ae6caa473 Date: Tue, 17 Jul 2018 10:04:29 GMT RESP BODY: {"network_id": "471b3de8-54d6-4109-ba84-a63af72e1f1b", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "subnet_id": "acd60ec3-3b9b-4db8-aca6-9d796012b5bc", "subnet_ids": ["acd60ec3-3b9b-4db8-aca6-9d796012b5bc"], "port_id": "424a63b4-a9db-4229-974a-b0d6589d45a2", "id": "85b853f5-4307-42bb-b86f-2b1e3b2332c9"} 2018-07-17 10:04:29,843 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9/remove_router_interface.json used request id req-d6aaebcd-2137-41a6-a70c-170ae6caa473 2018-07-17 10:04:29,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97595500946s 2018-07-17 10:04:29,844 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9/remove_router_interface.json used request id req-d6aaebcd-2137-41a6-a70c-170ae6caa473 returning object 85b853f5-4307-42bb-b86f-2b1e3b2332c9 2018-07-17 10:04:29,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:04:29,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:30,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-982138ae-1837-4d7b-a4b2-2dc82a936cdc Date: Tue, 17 Jul 2018 10:04:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "created_at": "2018-07-17T10:04:20Z", "admin_state_up": true, "updated_at": "2018-07-17T10:04:29Z", "revision_number": 4, "routes": [], "project_id": "4dd7182a81a843f4a808715e84e3c219", "id": "85b853f5-4307-42bb-b86f-2b1e3b2332c9", "name": "vmready2-router_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}]} 2018-07-17 10:04:30,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-982138ae-1837-4d7b-a4b2-2dc82a936cdc 2018-07-17 10:04:30,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.05846714973s 2018-07-17 10:04:30,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-982138ae-1837-4d7b-a4b2-2dc82a936cdc 2018-07-17 10:04:30,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:04:30,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9.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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:32,527 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9889cec-0145-4894-a94c-f1be114c293a Content-Length: 0 Date: Tue, 17 Jul 2018 10:04:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:04:32,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9.json used request id req-f9889cec-0145-4894-a94c-f1be114c293a 2018-07-17 10:04:32,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62180304527s 2018-07-17 10:04:32,527 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/85b853f5-4307-42bb-b86f-2b1e3b2332c9.json used request id req-f9889cec-0145-4894-a94c-f1be114c293a 2018-07-17 10:04:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:04:32,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:32,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-a6eafca8-dbab-4cb7-b4b8-a237633ca57f Date: Tue, 17 Jul 2018 10:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"471b3de8-54d6-4109-ba84-a63af72e1f1b","tenant_id":"4dd7182a81a843f4a808715e84e3c219","created_at":"2018-07-17T10:04:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:04:20Z","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":"4dd7182a81a843f4a808715e84e3c219","id":"acd60ec3-3b9b-4db8-aca6-9d796012b5bc","subnetpool_id":null,"name":"vmready2-subnet_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}]} 2018-07-17 10:04:32,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-a6eafca8-dbab-4cb7-b4b8-a237633ca57f 2018-07-17 10:04:32,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.24575304985s 2018-07-17 10:04:32,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-a6eafca8-dbab-4cb7-b4b8-a237633ca57f 2018-07-17 10:04:32,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:04:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/acd60ec3-3b9b-4db8-aca6-9d796012b5bc.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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:35,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78b403dc-a6ac-489e-ba1a-ac5af97c0804 Date: Tue, 17 Jul 2018 10:04:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:04:35,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/acd60ec3-3b9b-4db8-aca6-9d796012b5bc.json used request id req-78b403dc-a6ac-489e-ba1a-ac5af97c0804 2018-07-17 10:04:35,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39120197296s 2018-07-17 10:04:35,167 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/acd60ec3-3b9b-4db8-aca6-9d796012b5bc.json used request id req-78b403dc-a6ac-489e-ba1a-ac5af97c0804 2018-07-17 10:04:35,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:35,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:35,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a896e001-0b16-4766-b9f8-3b6be5b24fce Date: Tue, 17 Jul 2018 10:04:35 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:04:35Z","tenant_id":"4dd7182a81a843f4a808715e84e3c219","created_at":"2018-07-17T10:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4dd7182a81a843f4a808715e84e3c219","id":"471b3de8-54d6-4109-ba84-a63af72e1f1b","name":"vmready2-net_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}]} 2018-07-17 10:04:35,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a896e001-0b16-4766-b9f8-3b6be5b24fce 2018-07-17 10:04:35,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342196941376s 2018-07-17 10:04:35,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a896e001-0b16-4766-b9f8-3b6be5b24fce 2018-07-17 10:04:35,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:04:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/471b3de8-54d6-4109-ba84-a63af72e1f1b.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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:37,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9263805-3345-4b43-bffa-7fba0315e3c4 Date: Tue, 17 Jul 2018 10:04:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:04:37,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/471b3de8-54d6-4109-ba84-a63af72e1f1b.json used request id req-d9263805-3345-4b43-bffa-7fba0315e3c4 2018-07-17 10:04:37,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65866494179s 2018-07-17 10:04:37,170 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/471b3de8-54d6-4109-ba84-a63af72e1f1b.json used request id req-d9263805-3345-4b43-bffa-7fba0315e3c4 2018-07-17 10:04:37,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:04:37,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:37,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-5c91ee0b-dda0-4c8c-b730-1d4127bfb3bf Date: Tue, 17 Jul 2018 10:04:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/snap", "metadata": {}}], "file": "/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/file", "owner": "4dd7182a81a843f4a808715e84e3c219", "id": "451dc9a8-44c9-4abc-b6a6-6adcc6444792", "size": 12716032, "self": "/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:04:26Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:04:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:04:37,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5c91ee0b-dda0-4c8c-b730-1d4127bfb3bf 2018-07-17 10:04:37,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.765954017639s 2018-07-17 10:04:37,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5c91ee0b-dda0-4c8c-b730-1d4127bfb3bf 2018-07-17 10:04:37,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:04:37,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8081ced476274b3a6c3b2ac4f18361227a8e1df1" 2018-07-17 10:04:39,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2d1c9d3-2a06-4319-a29d-16bbe5eb2dbb Date: Tue, 17 Jul 2018 10:04:39 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 10:04:39,853 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792 used request id req-e2d1c9d3-2a06-4319-a29d-16bbe5eb2dbb 2018-07-17 10:04:39,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.91017508507s 2018-07-17 10:04:39,853 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/451dc9a8-44c9-4abc-b6a6-6adcc6444792 used request id req-e2d1c9d3-2a06-4319-a29d-16bbe5eb2dbb 2018-07-17 10:04:39,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:04:39,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:39,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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-428c126e-e65f-4291-93ac-f22160efcbd8 x-compute-request-id: req-428c126e-e65f-4291-93ac-f22160efcbd8 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438", "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": "8993edae-e1a1-4ec2-ad98-0482d96b9438"}]} 2018-07-17 10:04:39,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-428c126e-e65f-4291-93ac-f22160efcbd8 2018-07-17 10:04:39,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0295870304108s 2018-07-17 10:04:39,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-428c126e-e65f-4291-93ac-f22160efcbd8 2018-07-17 10:04:39,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:04:39,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:40,033 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:04: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-7399445a-ce7f-4ace-a426-8d1234c5dcb0 x-compute-request-id: req-7399445a-ce7f-4ace-a426-8d1234c5dcb0 Content-Length: 0 Content-Type: application/json 2018-07-17 10:04:40,033 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438 used request id req-7399445a-ce7f-4ace-a426-8d1234c5dcb0 2018-07-17 10:04:40,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.147957086563s 2018-07-17 10:04:40,034 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/8993edae-e1a1-4ec2-ad98-0482d96b9438 used request id req-7399445a-ce7f-4ace-a426-8d1234c5dcb0 2018-07-17 10:04:40,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:04:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:40,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b63b047-15d3-401b-a395-9a98abdaccc8 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "links": {"self": "http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f3c4af4615b14b248c7f8b9dfbc2ed8e", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:04:40,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1b63b047-15d3-401b-a395-9a98abdaccc8 2018-07-17 10:04:40,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126130819321s 2018-07-17 10:04:40,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1b63b047-15d3-401b-a395-9a98abdaccc8 2018-07-17 10:04:40,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:04:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:40,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fab9bdd-0bc4-46f5-a334-76c3496d793a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_c8553dfe-3f9a-4f8b-95fc-2fb79932a351", "links": {"self": "http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f3c4af4615b14b248c7f8b9dfbc2ed8e", "description": null}} 2018-07-17 10:04:40,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e used request id req-8fab9bdd-0bc4-46f5-a334-76c3496d793a 2018-07-17 10:04:40,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120085000992s 2018-07-17 10:04:40,287 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e used request id req-8fab9bdd-0bc4-46f5-a334-76c3496d793a 2018-07-17 10:04:40,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 10:04:40,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:40,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5219a130-886a-496d-ba25-45da804f8b30 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 10:04:40,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e used request id req-5219a130-886a-496d-ba25-45da804f8b30 2018-07-17 10:04:40,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.313362121582s 2018-07-17 10:04:40,601 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f3c4af4615b14b248c7f8b9dfbc2ed8e used request id req-5219a130-886a-496d-ba25-45da804f8b30 2018-07-17 10:04:40,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:04:40,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:40,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b2343b-dbb8-428d-9502-600e8dac0ebb Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219"}, "tags": [], "enabled": true, "id": "4dd7182a81a843f4a808715e84e3c219", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_c8553dfe-3f9a-4f8b-95fc-2fb79932a351"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:04:40,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-12b2343b-dbb8-428d-9502-600e8dac0ebb 2018-07-17 10:04:40,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112930059433s 2018-07-17 10:04:40,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-12b2343b-dbb8-428d-9502-600e8dac0ebb 2018-07-17 10:04:40,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 10:04:40,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8bb4b34f36171a7422284c8e605df951618893e" 2018-07-17 10:04:41,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69160471-f138-4d28-9360-72ebe899ea90 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 10:04:41,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219 used request id req-69160471-f138-4d28-9360-72ebe899ea90 2018-07-17 10:04:41,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.332587957382s 2018-07-17 10:04:41,057 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4dd7182a81a843f4a808715e84e3c219 used request id req-69160471-f138-4d28-9360-72ebe899ea90 2018-07-17 10:04:41,112 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:04:41,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:04:41,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:04:41,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:04:41,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:04:41,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b39736-0d7e-4a13-842d-167711e7ff13 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:04:41,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39b39736-0d7e-4a13-842d-167711e7ff13 2018-07-17 10:04:41,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:04:41,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["BXwUL7z4RSidm6ThXaJQvg"], "issued_at": "2018-07-17T10:04:41.000000Z"}} 2018-07-17 10:04:41,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:41,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:41,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b7b72bf9-d699-4853-9ef4-431e0555794b Date: Tue, 17 Jul 2018 10:04:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:04:41,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b7b72bf9-d699-4853-9ef4-431e0555794b 2018-07-17 10:04:41,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348721981049s 2018-07-17 10:04:41,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b7b72bf9-d699-4853-9ef4-431e0555794b 2018-07-17 10:04:41,921 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-17 10:04:41,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:04:41,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"network": {"name": "singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "admin_state_up": true}}' 2018-07-17 10:04:42,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1050f0db-65b9-40fe-9d0d-fda8a945cb6e Date: Tue, 17 Jul 2018 10:04:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d899922e-ba6a-4724-97a6-2106171fc25e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:04:42Z","is_default":false,"provider:segmentation_id":76,"name":"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:42Z","mtu":1450}} 2018-07-17 10:04:42,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1050f0db-65b9-40fe-9d0d-fda8a945cb6e 2018-07-17 10:04:42,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.493823051453s 2018-07-17 10:04:42,416 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1050f0db-65b9-40fe-9d0d-fda8a945cb6e 2018-07-17 10:04:42,416 - 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-17T10:04:42Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd899922e-ba6a-4724-97a6-2106171fc25e', u'provider:segmentation_id': 76, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712', u'admin_state_up': True, u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:04:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b'}) 2018-07-17 10:04:42,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:42,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:43,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-baed2e78-a03b-44f8-aad6-68469de1f8ab Date: Tue, 17 Jul 2018 10:04:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d899922e-ba6a-4724-97a6-2106171fc25e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:04:42Z","provider:segmentation_id":76,"name":"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:42Z","provider:network_type":"vxlan"}]} 2018-07-17 10:04:43,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-baed2e78-a03b-44f8-aad6-68469de1f8ab 2018-07-17 10:04:43,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.961812019348s 2018-07-17 10:04:43,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-baed2e78-a03b-44f8-aad6-68469de1f8ab 2018-07-17 10:04:43,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:04:43,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"subnet": {"name": "singlevm1-subnet_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "enable_dhcp": true, "network_id": "d899922e-ba6a-4724-97a6-2106171fc25e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:04:44,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-5cb55b22-c023-4413-8c34-e77f24b3e2b0 Date: Tue, 17 Jul 2018 10:04:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d899922e-ba6a-4724-97a6-2106171fc25e","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:04:43Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"fd0eb3e1-388c-4fac-8664-63975139335b","subnetpool_id":null,"name":"singlevm1-subnet_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}} 2018-07-17 10:04:44,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-5cb55b22-c023-4413-8c34-e77f24b3e2b0 2018-07-17 10:04:44,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.771944046021s 2018-07-17 10:04:44,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-5cb55b22-c023-4413-8c34-e77f24b3e2b0 2018-07-17 10:04:44,154 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:04:43Z', 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'fd0eb3e1-388c-4fac-8664-63975139335b', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_0e284b6f-9435-4c8a-85bd-1e631c1c4712', u'enable_dhcp': True, u'network_id': u'd899922e-ba6a-4724-97a6-2106171fc25e', u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:04:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b'}) 2018-07-17 10:04:44,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:04:44,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "singlevm1-router_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "admin_state_up": true}}' 2018-07-17 10:04:45,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6dbccdbb-31e3-4c20-b2d9-ce4a8d2bf743 Date: Tue, 17 Jul 2018 10:04:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T10:04:45Z", "revision_number": 2, "routes": [], "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "1deb87e4-623b-48b7-8aa5-dca42eb26f12", "name": "singlevm1-router_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}} 2018-07-17 10:04:45,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-6dbccdbb-31e3-4c20-b2d9-ce4a8d2bf743 2018-07-17 10:04:45,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.49258089066s 2018-07-17 10:04:45,647 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-6dbccdbb-31e3-4c20-b2d9-ce4a8d2bf743 2018-07-17 10:04:45,648 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'created_at': u'2018-07-17T10:04:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-17T10:04:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b', u'id': u'1deb87e4-623b-48b7-8aa5-dca42eb26f12', u'name': u'singlevm1-router_0e284b6f-9435-4c8a-85bd-1e631c1c4712'}) 2018-07-17 10:04:45,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:04:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12/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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"subnet_id": "fd0eb3e1-388c-4fac-8664-63975139335b"}' 2018-07-17 10:04:47,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b03eb96a-346b-4474-b0f2-c036dd722650 Date: Tue, 17 Jul 2018 10:04:47 GMT RESP BODY: {"network_id": "d899922e-ba6a-4724-97a6-2106171fc25e", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "subnet_id": "fd0eb3e1-388c-4fac-8664-63975139335b", "subnet_ids": ["fd0eb3e1-388c-4fac-8664-63975139335b"], "port_id": "ef7db6f8-1f86-4db6-8051-4174705e1aa6", "id": "1deb87e4-623b-48b7-8aa5-dca42eb26f12"} 2018-07-17 10:04:47,610 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12/add_router_interface.json used request id req-b03eb96a-346b-4474-b0f2-c036dd722650 2018-07-17 10:04:47,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96130204201s 2018-07-17 10:04:47,610 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12/add_router_interface.json used request id req-b03eb96a-346b-4474-b0f2-c036dd722650 returning object 1deb87e4-623b-48b7-8aa5-dca42eb26f12 2018-07-17 10:04:47,610 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:04:47,680 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:04:47,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:04:47,686 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:04:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:04:47,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:04:47,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:48,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4d75d205-e6e3-492b-937a-44751a800aff Date: Tue, 17 Jul 2018 10:04:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:04:48,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4d75d205-e6e3-492b-937a-44751a800aff 2018-07-17 10:04:48,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.796798944473s 2018-07-17 10:04:48,485 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4d75d205-e6e3-492b-937a-44751a800aff 2018-07-17 10:04:48,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:04:48,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}' 2018-07-17 10:04:49,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-10aeddc7-8483-498c-befd-9fb14b333196 Date: Tue, 17 Jul 2018 10:04:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/file", "owner": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "size": null, "self": "/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:04:49Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "checksum": null, "created_at": "2018-07-17T10:04:49Z", "protected": false} 2018-07-17 10:04:49,410 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-10aeddc7-8483-498c-befd-9fb14b333196 2018-07-17 10:04:49,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.916124105453s 2018-07-17 10:04:49,411 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-10aeddc7-8483-498c-befd-9fb14b333196 returning object 43ec7c8c-b4e2-43b1-b326-d9c8b861ba63 2018-07-17 10:04:49,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:04:49,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '' 2018-07-17 10:04:50,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac34aa9f-36df-4d6f-a8be-48a9956db121 Date: Tue, 17 Jul 2018 10:04:50 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 10:04:50,706 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/file used request id req-ac34aa9f-36df-4d6f-a8be-48a9956db121 2018-07-17 10:04:50,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.29472994804s 2018-07-17 10:04:50,706 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/file used request id req-ac34aa9f-36df-4d6f-a8be-48a9956db121 2018-07-17 10:04:50,707 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:04:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/file', u'owner': u'7d76f5cba3604c4084a80c130d6e1b3b', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'43ec7c8c-b4e2-43b1-b326-d9c8b861ba63', u'size': None, u'name': u'singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712', u'checksum': None, u'self': u'/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:04:49Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:04:50,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:04:50,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "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 10:04:51,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:50 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-4ffcc577-5d0f-4c7c-97de-acf6dbb3bef5 x-compute-request-id: req-4ffcc577-5d0f-4c7c-97de-acf6dbb3bef5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "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": "0841885c-4218-402b-b463-49117b4bff21"}} 2018-07-17 10:04:51,508 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4ffcc577-5d0f-4c7c-97de-acf6dbb3bef5 2018-07-17 10:04:51,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.800397872925s 2018-07-17 10:04:51,508 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4ffcc577-5d0f-4c7c-97de-acf6dbb3bef5 2018-07-17 10:04:51,509 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_0e284b6f-9435-4c8a-85bd-1e631c1c4712', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'0841885c-4218-402b-b463-49117b4bff21', 'swap': 0}) 2018-07-17 10:04:51,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:04:51,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21/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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"extra_specs": {}}' 2018-07-17 10:04:51,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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-fe02f381-0096-4c62-bd8a-55cb125e95a0 x-compute-request-id: req-fe02f381-0096-4c62-bd8a-55cb125e95a0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:04:51,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21/os-extra_specs used request id req-fe02f381-0096-4c62-bd8a-55cb125e95a0 2018-07-17 10:04:51,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.135820865631s 2018-07-17 10:04:51,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21/os-extra_specs used request id req-fe02f381-0096-4c62-bd8a-55cb125e95a0 2018-07-17 10:04:51,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 10:04:51,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"keypair": {"name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}}' 2018-07-17 10:04:51,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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-b276a42a-da1f-4c07-b0a5-57b44ef1395e x-compute-request-id: req-b276a42a-da1f-4c07-b0a5-57b44ef1395e Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCS7UGvgErwqqVbgPscyDq+Fsh4aI4SUah+ZDdQx4lZM7wry/eubwbypW0UFTZYJFwnIt8R3cHy7XT7aY8g5tHvYysIhct2i3Jk8JlmJKcnPTqTftdryNoDelRbSLw7WDuTduFi961ykCufWY9xuQ3dSgWHB7zS0INQsFd5PtBLHrmgb5JuIBoMoxTW2VW8K2oiBEYdCIyfny32C4SFJo24o1I7uI2NnTd/+hl128lWezFbMJGCUtqboWKZzWONEYtLwmusrZaz57ENaRWOeWULrhfFT2vPkT4TdrfpSwJXxrHzInckFk0AXD06ZJ0/mcLzXI3k/9S1rmF6DgGYwnEt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAku1Br4BK8KqlW4D7HMg6vhbIeGiOElGofmQ3UMeJWTO8K8v3\nrm8G8qVtFBU2WCRcJyLfEd3B8u10+2mPIObR72MrCIXLdotyZPCZZiSnJz06k37X\na8jaA3pUW0i8O1g7k3bhYvetcpArn1mPcbkN3UoFhwe80tCDULBXeT7QSx65oG+S\nbiAaDKMU1tlVvCtqIgRGHQiMn58t9guEhSaNuKNSO7iNjZ03f/oZddvJVnsxWzCR\nglLam6Fimc1jjRGLS8JrrK2Ws+exDWkVjnllC64XxU9rz5E+E3a36UsCV8ax8yJ3\nJBZNAFw9OmSdP5nC81yN5P/Uta5heg4BmMJxLQIDAQABAoIBADp2N0W62ZbLf8Ja\nHxEDxwPuEtR+XdGCNnYcMDpvOwKIaF5Q6Xu559zS4AU2r4oA5b4YzQPR5iNgQsTq\n6q2fynbjUbMxcZT4xYrOhWs0OGKPpWgc92CG6eCqYzhzR5qhcAssKWB0xson/YOJ\nYl9Qz+h2VJ63AHYty6JmmFfBG6ZXuBOb8eBo/S2nYMKyO/MRxC74d0lwZlh4e5gM\ndkX+dnTBNLst0Z5mKu4/T99bq7KhTYDFLxYTZxno7qZ5RSNFn2lx6sseb5hTEV20\n2zQSsBJYTTYIECEuQYgxjalJSVSoK+01OJ5+SfeCK7AhTMT0iXQby9TOLCcZKd/m\ncSq2DsECgYEAwpIXFelyo1IWVOXYWW5WD1YXW0ylcxsI0ND5kSS/ibIR4ivUz/AL\nfZEmR50aC/LGww/lioKS0AqDY6NF+ZbGPBmJCjDwxp7ME8lhLT/uXvNhJSvegEur\nn4YODYZvNzZXawRkVS4n8OF5R4D5tsjHm13x1sDkFu6i5b9XVNbq/V0CgYEAwVBq\nFWpymsfRKTMNn6W/h2DnMPzIdA1j2rW5aEOaB9oosc2jeGIhANt0uHF+03cS6z7F\nAYdCpV6Mj2rXrqMWQs5uJ7MdCusnKYjOoq9NIC23wITpL/ypst6L0mv6qYH2Ckxv\netttBm3ppzbSMlF2w27r8C6kXbR1QLffkncuNhECgYEAiHtXjDxD+MI0/fp4R0s5\nPOrD2XwrNlHJXkioNyLS5HCvULo0PmQAe2Uct/FAew8iU2PMPNuYxiwJvBOkmw4j\nIbc7xJVN39U2C88fxlDpEVuhUiSyn8X0riKnqt8ZFl6c9WmQQ5vr0nEm1HxpLckr\nExXT9TM7C8b7JzOPu+hBz9UCgYAIIqA0QoSMKviMaU+bdlg3FEbmctzktWOMYrVo\nw9+JkQ7BXMwSVt7YsGObF3uk3o/3Qm77/3s4hmAX8QEeolJfgVx1Yz5HpVnCj7VS\nd1ohjor7GRzPHizuEBuGQXENDSETkd/nJbDS4nFAzjfOUktTMinPs8bLArskfBh2\ni3lwYQKBgAsvZkzj4iksfiKzxbx63dbnCoMMYeDIgtX3k73GwyYcpJrhnwIrHkQz\n0pY/0Q+uZ3FQHYB0ObVnRwUAEZ8sDiXFoCCq9Jfoc10R1nYmxfs9BoTKXn2GjapM\nZPk+odhlxJ3+mCG3l5CUImAttFGBHb0WDM2En5KRQadBtJOrk05I\n-----END RSA PRIVATE KEY-----\n", "user_id": "61829707052a40f3b3c36574fd9c5a49", "name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "fingerprint": "b6:10:72:20:f5:f3:d5:d1:28:27:69:05:56:84:9c:80"}} 2018-07-17 10:04:51,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-b276a42a-da1f-4c07-b0a5-57b44ef1395e 2018-07-17 10:04:51,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.26398897171s 2018-07-17 10:04:51,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-b276a42a-da1f-4c07-b0a5-57b44ef1395e 2018-07-17 10:04:51,912 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCS7UGvgErwqqVbgPscyDq+Fsh4aI4SUah+ZDdQx4lZM7wry/eubwbypW0UFTZYJFwnIt8R3cHy7XT7aY8g5tHvYysIhct2i3Jk8JlmJKcnPTqTftdryNoDelRbSLw7WDuTduFi961ykCufWY9xuQ3dSgWHB7zS0INQsFd5PtBLHrmgb5JuIBoMoxTW2VW8K2oiBEYdCIyfny32C4SFJo24o1I7uI2NnTd/+hl128lWezFbMJGCUtqboWKZzWONEYtLwmusrZaz57ENaRWOeWULrhfFT2vPkT4TdrfpSwJXxrHzInckFk0AXD06ZJ0/mcLzXI3k/9S1rmF6DgGYwnEt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAku1Br4BK8KqlW4D7HMg6vhbIeGiOElGofmQ3UMeJWTO8K8v3\nrm8G8qVtFBU2WCRcJyLfEd3B8u10+2mPIObR72MrCIXLdotyZPCZZiSnJz06k37X\na8jaA3pUW0i8O1g7k3bhYvetcpArn1mPcbkN3UoFhwe80tCDULBXeT7QSx65oG+S\nbiAaDKMU1tlVvCtqIgRGHQiMn58t9guEhSaNuKNSO7iNjZ03f/oZddvJVnsxWzCR\nglLam6Fimc1jjRGLS8JrrK2Ws+exDWkVjnllC64XxU9rz5E+E3a36UsCV8ax8yJ3\nJBZNAFw9OmSdP5nC81yN5P/Uta5heg4BmMJxLQIDAQABAoIBADp2N0W62ZbLf8Ja\nHxEDxwPuEtR+XdGCNnYcMDpvOwKIaF5Q6Xu559zS4AU2r4oA5b4YzQPR5iNgQsTq\n6q2fynbjUbMxcZT4xYrOhWs0OGKPpWgc92CG6eCqYzhzR5qhcAssKWB0xson/YOJ\nYl9Qz+h2VJ63AHYty6JmmFfBG6ZXuBOb8eBo/S2nYMKyO/MRxC74d0lwZlh4e5gM\ndkX+dnTBNLst0Z5mKu4/T99bq7KhTYDFLxYTZxno7qZ5RSNFn2lx6sseb5hTEV20\n2zQSsBJYTTYIECEuQYgxjalJSVSoK+01OJ5+SfeCK7AhTMT0iXQby9TOLCcZKd/m\ncSq2DsECgYEAwpIXFelyo1IWVOXYWW5WD1YXW0ylcxsI0ND5kSS/ibIR4ivUz/AL\nfZEmR50aC/LGww/lioKS0AqDY6NF+ZbGPBmJCjDwxp7ME8lhLT/uXvNhJSvegEur\nn4YODYZvNzZXawRkVS4n8OF5R4D5tsjHm13x1sDkFu6i5b9XVNbq/V0CgYEAwVBq\nFWpymsfRKTMNn6W/h2DnMPzIdA1j2rW5aEOaB9oosc2jeGIhANt0uHF+03cS6z7F\nAYdCpV6Mj2rXrqMWQs5uJ7MdCusnKYjOoq9NIC23wITpL/ypst6L0mv6qYH2Ckxv\netttBm3ppzbSMlF2w27r8C6kXbR1QLffkncuNhECgYEAiHtXjDxD+MI0/fp4R0s5\nPOrD2XwrNlHJXkioNyLS5HCvULo0PmQAe2Uct/FAew8iU2PMPNuYxiwJvBOkmw4j\nIbc7xJVN39U2C88fxlDpEVuhUiSyn8X0riKnqt8ZFl6c9WmQQ5vr0nEm1HxpLckr\nExXT9TM7C8b7JzOPu+hBz9UCgYAIIqA0QoSMKviMaU+bdlg3FEbmctzktWOMYrVo\nw9+JkQ7BXMwSVt7YsGObF3uk3o/3Qm77/3s4hmAX8QEeolJfgVx1Yz5HpVnCj7VS\nd1ohjor7GRzPHizuEBuGQXENDSETkd/nJbDS4nFAzjfOUktTMinPs8bLArskfBh2\ni3lwYQKBgAsvZkzj4iksfiKzxbx63dbnCoMMYeDIgtX3k73GwyYcpJrhnwIrHkQz\n0pY/0Q+uZ3FQHYB0ObVnRwUAEZ8sDiXFoCCq9Jfoc10R1nYmxfs9BoTKXn2GjapM\nZPk+odhlxJ3+mCG3l5CUImAttFGBHb0WDM2En5KRQadBtJOrk05I\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'61829707052a40f3b3c36574fd9c5a49', 'name': u'singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712', 'created_at': '2018-07-17T10:04:51.912295', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d76f5cba3604c4084a80c130d6e1b3b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b6:10:72:20:f5:f3:d5:d1:28:27:69:05:56:84:9c:80', 'type': 'ssh', 'id': u'singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712'}) 2018-07-17 10:04:51,912 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAku1Br4BK8KqlW4D7HMg6vhbIeGiOElGofmQ3UMeJWTO8K8v3 rm8G8qVtFBU2WCRcJyLfEd3B8u10+2mPIObR72MrCIXLdotyZPCZZiSnJz06k37X a8jaA3pUW0i8O1g7k3bhYvetcpArn1mPcbkN3UoFhwe80tCDULBXeT7QSx65oG+S biAaDKMU1tlVvCtqIgRGHQiMn58t9guEhSaNuKNSO7iNjZ03f/oZddvJVnsxWzCR glLam6Fimc1jjRGLS8JrrK2Ws+exDWkVjnllC64XxU9rz5E+E3a36UsCV8ax8yJ3 JBZNAFw9OmSdP5nC81yN5P/Uta5heg4BmMJxLQIDAQABAoIBADp2N0W62ZbLf8Ja HxEDxwPuEtR+XdGCNnYcMDpvOwKIaF5Q6Xu559zS4AU2r4oA5b4YzQPR5iNgQsTq 6q2fynbjUbMxcZT4xYrOhWs0OGKPpWgc92CG6eCqYzhzR5qhcAssKWB0xson/YOJ Yl9Qz+h2VJ63AHYty6JmmFfBG6ZXuBOb8eBo/S2nYMKyO/MRxC74d0lwZlh4e5gM dkX+dnTBNLst0Z5mKu4/T99bq7KhTYDFLxYTZxno7qZ5RSNFn2lx6sseb5hTEV20 2zQSsBJYTTYIECEuQYgxjalJSVSoK+01OJ5+SfeCK7AhTMT0iXQby9TOLCcZKd/m cSq2DsECgYEAwpIXFelyo1IWVOXYWW5WD1YXW0ylcxsI0ND5kSS/ibIR4ivUz/AL fZEmR50aC/LGww/lioKS0AqDY6NF+ZbGPBmJCjDwxp7ME8lhLT/uXvNhJSvegEur n4YODYZvNzZXawRkVS4n8OF5R4D5tsjHm13x1sDkFu6i5b9XVNbq/V0CgYEAwVBq FWpymsfRKTMNn6W/h2DnMPzIdA1j2rW5aEOaB9oosc2jeGIhANt0uHF+03cS6z7F AYdCpV6Mj2rXrqMWQs5uJ7MdCusnKYjOoq9NIC23wITpL/ypst6L0mv6qYH2Ckxv etttBm3ppzbSMlF2w27r8C6kXbR1QLffkncuNhECgYEAiHtXjDxD+MI0/fp4R0s5 POrD2XwrNlHJXkioNyLS5HCvULo0PmQAe2Uct/FAew8iU2PMPNuYxiwJvBOkmw4j Ibc7xJVN39U2C88fxlDpEVuhUiSyn8X0riKnqt8ZFl6c9WmQQ5vr0nEm1HxpLckr ExXT9TM7C8b7JzOPu+hBz9UCgYAIIqA0QoSMKviMaU+bdlg3FEbmctzktWOMYrVo w9+JkQ7BXMwSVt7YsGObF3uk3o/3Qm77/3s4hmAX8QEeolJfgVx1Yz5HpVnCj7VS d1ohjor7GRzPHizuEBuGQXENDSETkd/nJbDS4nFAzjfOUktTMinPs8bLArskfBh2 i3lwYQKBgAsvZkzj4iksfiKzxbx63dbnCoMMYeDIgtX3k73GwyYcpJrhnwIrHkQz 0pY/0Q+uZ3FQHYB0ObVnRwUAEZ8sDiXFoCCq9Jfoc10R1nYmxfs9BoTKXn2GjapM ZPk+odhlxJ3+mCG3l5CUImAttFGBHb0WDM2En5KRQadBtJOrk05I -----END RSA PRIVATE KEY----- 2018-07-17 10:04:51,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 10:04:51,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"security_group": {"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-17 10:04:52,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-513c9619-d8ca-4b28-80e5-474a385bd49c Date: Tue, 17 Jul 2018 10:04:52 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:52Z", "updated_at": "2018-07-17T10:04:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "37d593a5-860a-40ca-8afe-b256f7121992", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "a3b2b81b-da6c-449d-97a7-a23b56c08f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 1, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}} 2018-07-17 10:04:52,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-513c9619-d8ca-4b28-80e5-474a385bd49c 2018-07-17 10:04:52,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.479318141937s 2018-07-17 10:04:52,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-513c9619-d8ca-4b28-80e5-474a385bd49c 2018-07-17 10:04:52,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:04:52,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:53,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-d98ce2be-86b4-4d6c-af81-dd1ff6197128 Date: Tue, 17 Jul 2018 10:04:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-17T10:03:11Z", "updated_at": "2018-07-17T10:03:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:11Z", "revision_number": 0, "id": "70a7cb50-c08a-4252-a792-4bcc3a5e24e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "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-17T10:03:11Z", "revision_number": 0, "id": "b95b0768-eba1-408a-977b-f5fc271cc2d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "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-17T10:03:11Z", "revision_number": 0, "id": "edfbc1d9-1fbf-41d2-af4c-3c20d7e01267", "remote_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:11Z", "revision_number": 0, "id": "f886a9fc-3c5d-4cbb-8161-037dc1a3fd4a", "remote_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "created_at": "2018-07-17T10:04:18Z", "updated_at": "2018-07-17T10:04:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "5aced2bd-845d-4e2c-899f-9e5503594912", "remote_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv4", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "bf44833a-d974-4e56-89fc-2a2516cc533f", "remote_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv6", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "f907315e-1693-4219-85e3-c7d79843d623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv4", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "f9d29fa5-2130-4456-8787-510c5166be77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv6", "project_id": "4dd7182a81a843f4a808715e84e3c219"}], "revision_number": 1, "project_id": "4dd7182a81a843f4a808715e84e3c219", "id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:52Z", "updated_at": "2018-07-17T10:04:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "37d593a5-860a-40ca-8afe-b256f7121992", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "a3b2b81b-da6c-449d-97a7-a23b56c08f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 1, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}, {"description": "Default security group", "tags": [], "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "created_at": "2018-07-17T10:03:31Z", "updated_at": "2018-07-17T10:03:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "6f187641-daa5-4835-b615-090e5ea87c0d", "remote_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "7a632986-236b-43de-a849-0ca126e8d46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "96d25315-959d-4a6d-8e10-3040f0afa241", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "e457af87-ec85-47d3-a865-635d8c3c39cf", "remote_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "58481528d3104761be535b1f8d2cdbe9"}], "revision_number": 1, "project_id": "58481528d3104761be535b1f8d2cdbe9", "id": "60780400-2d50-49c6-8035-6b125a738c84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca28ae33194943248316fbb231780561", "created_at": "2018-07-17T10:00:03Z", "updated_at": "2018-07-17T10:00:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "4d156577-33a7-4337-b3bc-cbaea1d2de3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "608701f7-0ad6-4876-94b2-45762032b18b", "remote_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "60e3c803-cf8a-4438-a67b-9fb29a227dc8", "remote_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "e0d1c695-77eb-4c3c-a505-96f4da8c2924", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca28ae33194943248316fbb231780561"}], "revision_number": 1, "project_id": "ca28ae33194943248316fbb231780561", "id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:08Z", "updated_at": "2018-07-17T10:03:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "50d28bf8-c12b-4dc7-9499-3bdedfd23dfc", "remote_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "74dde496-9250-4829-b3a7-b9099a88a0a3", "remote_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "a748b96a-76db-4c1b-a96d-7a885d9e4d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "e28f8803-fab4-46b1-930e-ff5117593c34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 1, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "name": "default"}]} 2018-07-17 10:04:53,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d98ce2be-86b4-4d6c-af81-dd1ff6197128 2018-07-17 10:04:53,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.916879177094s 2018-07-17 10:04:53,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d98ce2be-86b4-4d6c-af81-dd1ff6197128 2018-07-17 10:04:53,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:04:53,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -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": "47c12925-ba8a-4835-88b1-46bb3816cac8"}}' 2018-07-17 10:04:53,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f96f7dd0-4e6d-4833-b860-2fd0ad641de5 Date: Tue, 17 Jul 2018 10:04:53 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-17T10:04:53Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "port_range_min": 22, "revision_number": 0, "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:53Z", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "a4cd1ce9-265a-4e78-9350-9f6ea1ee9b63"}} 2018-07-17 10:04:53,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f96f7dd0-4e6d-4833-b860-2fd0ad641de5 2018-07-17 10:04:53,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.450881958008s 2018-07-17 10:04:53,773 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f96f7dd0-4e6d-4833-b860-2fd0ad641de5 2018-07-17 10:04:53,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:04:53,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:54,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-157e8593-3026-4766-b560-79e0b4bbcd54 Date: Tue, 17 Jul 2018 10:04:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-17T10:03:11Z", "updated_at": "2018-07-17T10:03:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:11Z", "revision_number": 0, "id": "70a7cb50-c08a-4252-a792-4bcc3a5e24e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "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-17T10:03:11Z", "revision_number": 0, "id": "b95b0768-eba1-408a-977b-f5fc271cc2d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "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-17T10:03:11Z", "revision_number": 0, "id": "edfbc1d9-1fbf-41d2-af4c-3c20d7e01267", "remote_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:11Z", "revision_number": 0, "id": "f886a9fc-3c5d-4cbb-8161-037dc1a3fd4a", "remote_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "created_at": "2018-07-17T10:04:18Z", "updated_at": "2018-07-17T10:04:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "5aced2bd-845d-4e2c-899f-9e5503594912", "remote_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv4", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "bf44833a-d974-4e56-89fc-2a2516cc533f", "remote_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv6", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "f907315e-1693-4219-85e3-c7d79843d623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv4", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "f9d29fa5-2130-4456-8787-510c5166be77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv6", "project_id": "4dd7182a81a843f4a808715e84e3c219"}], "revision_number": 1, "project_id": "4dd7182a81a843f4a808715e84e3c219", "id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:52Z", "updated_at": "2018-07-17T10:04:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "37d593a5-860a-40ca-8afe-b256f7121992", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "a3b2b81b-da6c-449d-97a7-a23b56c08f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:04:53Z", "revision_number": 0, "id": "a4cd1ce9-265a-4e78-9350-9f6ea1ee9b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:53Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 2, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}, {"description": "Default security group", "tags": [], "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "created_at": "2018-07-17T10:03:31Z", "updated_at": "2018-07-17T10:03:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "6f187641-daa5-4835-b615-090e5ea87c0d", "remote_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "7a632986-236b-43de-a849-0ca126e8d46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "96d25315-959d-4a6d-8e10-3040f0afa241", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "e457af87-ec85-47d3-a865-635d8c3c39cf", "remote_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "58481528d3104761be535b1f8d2cdbe9"}], "revision_number": 1, "project_id": "58481528d3104761be535b1f8d2cdbe9", "id": "60780400-2d50-49c6-8035-6b125a738c84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca28ae33194943248316fbb231780561", "created_at": "2018-07-17T10:00:03Z", "updated_at": "2018-07-17T10:00:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "4d156577-33a7-4337-b3bc-cbaea1d2de3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "608701f7-0ad6-4876-94b2-45762032b18b", "remote_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "60e3c803-cf8a-4438-a67b-9fb29a227dc8", "remote_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "e0d1c695-77eb-4c3c-a505-96f4da8c2924", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca28ae33194943248316fbb231780561"}], "revision_number": 1, "project_id": "ca28ae33194943248316fbb231780561", "id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:08Z", "updated_at": "2018-07-17T10:03:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "50d28bf8-c12b-4dc7-9499-3bdedfd23dfc", "remote_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "74dde496-9250-4829-b3a7-b9099a88a0a3", "remote_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "a748b96a-76db-4c1b-a96d-7a885d9e4d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "e28f8803-fab4-46b1-930e-ff5117593c34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 1, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "name": "default"}]} 2018-07-17 10:04:54,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-157e8593-3026-4766-b560-79e0b4bbcd54 2018-07-17 10:04:54,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.248207807541s 2018-07-17 10:04:54,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-157e8593-3026-4766-b560-79e0b4bbcd54 2018-07-17 10:04:54,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:04:54,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -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": "47c12925-ba8a-4835-88b1-46bb3816cac8"}}' 2018-07-17 10:04:54,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b61691d4-aeec-4d69-83b5-356de53056fe Date: Tue, 17 Jul 2018 10:04:54 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-17T10:04:54Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "port_range_min": null, "revision_number": 0, "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:54Z", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "d15c93ac-4359-467d-9015-5dffdeaafd84"}} 2018-07-17 10:04:54,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-b61691d4-aeec-4d69-83b5-356de53056fe 2018-07-17 10:04:54,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.370683908463s 2018-07-17 10:04:54,401 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-b61691d4-aeec-4d69-83b5-356de53056fe 2018-07-17 10:04:54,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:04:54,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:54,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d5c66017-6021-4699-bc5d-222fce8f3888 Date: Tue, 17 Jul 2018 10:04:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d899922e-ba6a-4724-97a6-2106171fc25e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":["fd0eb3e1-388c-4fac-8664-63975139335b"],"description":"","tags":[],"updated_at":"2018-07-17T10:04:43Z","provider:segmentation_id":76,"name":"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:42Z","provider:network_type":"vxlan"}]} 2018-07-17 10:04:54,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d5c66017-6021-4699-bc5d-222fce8f3888 2018-07-17 10:04:54,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.090558052063s 2018-07-17 10:04:54,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d5c66017-6021-4699-bc5d-222fce8f3888 2018-07-17 10:04:54,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:04:54,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:54,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f0f4c3a4-33d5-466c-b2c2-1403c2dae8e0 Date: Tue, 17 Jul 2018 10:04:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/snap", "metadata": {}}], "file": "/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/file", "owner": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "size": 12716032, "self": "/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:04:50Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:04:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:04:54,705 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f0f4c3a4-33d5-466c-b2c2-1403c2dae8e0 2018-07-17 10:04:54,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207328796387s 2018-07-17 10:04:54,706 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f0f4c3a4-33d5-466c-b2c2-1403c2dae8e0 2018-07-17 10:04:54,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:04:54,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:04:54,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04: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-b1c4d642-a96e-4f0e-a98e-ac6935b8ebd5 x-compute-request-id: req-b1c4d642-a96e-4f0e-a98e-ac6935b8ebd5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "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": "0841885c-4218-402b-b463-49117b4bff21"}]} 2018-07-17 10:04:54,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-b1c4d642-a96e-4f0e-a98e-ac6935b8ebd5 2018-07-17 10:04:54,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137964010239s 2018-07-17 10:04:54,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-b1c4d642-a96e-4f0e-a98e-ac6935b8ebd5 2018-07-17 10:04:54,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:04:54,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"server": {"name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "imageRef": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "flavorRef": "0841885c-4218-402b-b463-49117b4bff21", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d899922e-ba6a-4724-97a6-2106171fc25e"}], "security_groups": [{"name": "47c12925-ba8a-4835-88b1-46bb3816cac8"}]}}' 2018-07-17 10:04:59,574 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:04: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-3bd1ee62-c69f-47cd-9af1-2cf3ea6282f0 x-compute-request-id: req-3bd1ee62-c69f-47cd-9af1-2cf3ea6282f0 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "47c12925-ba8a-4835-88b1-46bb3816cac8"}], "OS-DCF:diskConfig": "MANUAL", "id": "9849b3c1-ad28-4403-998b-82d73567a523", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "adminPass": "g3FdGhgJCiTV"}} 2018-07-17 10:04:59,574 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-3bd1ee62-c69f-47cd-9af1-2cf3ea6282f0 2018-07-17 10:04:59,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.72656989098s 2018-07-17 10:04:59,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-3bd1ee62-c69f-47cd-9af1-2cf3ea6282f0 2018-07-17 10:04:59,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:04:59,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:00,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:04:59 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-58f453ad-202d-4982-a382-006eb289f464 x-compute-request-id: req-58f453ad-202d-4982-a382-006eb289f464 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:04:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:00,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-58f453ad-202d-4982-a382-006eb289f464 2018-07-17 10:05:00,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0889248848s 2018-07-17 10:05:00,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-58f453ad-202d-4982-a382-006eb289f464 2018-07-17 10:05:00,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:00,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:00,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3948ca72-1a78-401f-a51c-58ce2155234e Date: Tue, 17 Jul 2018 10:05:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d899922e-ba6a-4724-97a6-2106171fc25e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":["fd0eb3e1-388c-4fac-8664-63975139335b"],"description":"","tags":[],"updated_at":"2018-07-17T10:04:43Z","provider:segmentation_id":76,"name":"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:42Z","provider:network_type":"vxlan"}]} 2018-07-17 10:05:00,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3948ca72-1a78-401f-a51c-58ce2155234e 2018-07-17 10:05:00,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28244304657s 2018-07-17 10:05:00,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3948ca72-1a78-401f-a51c-58ce2155234e 2018-07-17 10:05:00,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:05:00,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:01,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-a196942f-4506-4975-a45e-6d298673f698 Date: Tue, 17 Jul 2018 10:05:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36f838cc-89e7-4f15-8737-731e4b3baf82","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:11Z","dns_nameservers":[],"updated_at":"2018-07-17T10:00:11Z","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":"ca28ae33194943248316fbb231780561","id":"c9a89a40-ceb9-409f-b018-9fc14593a1c6","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d899922e-ba6a-4724-97a6-2106171fc25e","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:04:43Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"fd0eb3e1-388c-4fac-8664-63975139335b","subnetpool_id":null,"name":"singlevm1-subnet_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}]} 2018-07-17 10:05:01,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-a196942f-4506-4975-a45e-6d298673f698 2018-07-17 10:05:01,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.255521059036s 2018-07-17 10:05:01,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-a196942f-4506-4975-a45e-6d298673f698 2018-07-17 10:05:01,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:05:03,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:03,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:03 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-7733c513-922b-4456-93af-0490629b9721 x-compute-request-id: req-7733c513-922b-4456-93af-0490629b9721 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:03Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:03,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7733c513-922b-4456-93af-0490629b9721 2018-07-17 10:05:03,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426404953003s 2018-07-17 10:05:03,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7733c513-922b-4456-93af-0490629b9721 2018-07-17 10:05:03,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:05:05,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:05,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:06,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-84f938a0-0720-4dd7-af97-21fcbbe24146 x-compute-request-id: req-84f938a0-0720-4dd7-af97-21fcbbe24146 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "security_groups": [{"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}], "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:04Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:06,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-84f938a0-0720-4dd7-af97-21fcbbe24146 2018-07-17 10:05:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22414302826s 2018-07-17 10:05:06,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-84f938a0-0720-4dd7-af97-21fcbbe24146 2018-07-17 10:05:06,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:05:08,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:08,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:10,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-17600e56-31fc-40c9-af44-251a8d871e94 x-compute-request-id: req-17600e56-31fc-40c9-af44-251a8d871e94 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:a8:87", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "security_groups": [{"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}], "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:04Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:10,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-17600e56-31fc-40c9-af44-251a8d871e94 2018-07-17 10:05:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35811209679s 2018-07-17 10:05:10,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-17600e56-31fc-40c9-af44-251a8d871e94 2018-07-17 10:05:10,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:05:12,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:14,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-19d570e0-94fd-4d8a-8fe2-35c8479e8e2e x-compute-request-id: req-19d570e0-94fd-4d8a-8fe2-35c8479e8e2e Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:a8:87", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "security_groups": [{"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}], "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:04Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:14,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-19d570e0-94fd-4d8a-8fe2-35c8479e8e2e 2018-07-17 10:05:14,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.20029997826s 2018-07-17 10:05:14,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-19d570e0-94fd-4d8a-8fe2-35c8479e8e2e 2018-07-17 10:05:14,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:05:16,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:16,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:17,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-33c98f70-4829-4ff6-88b2-6aff566445eb x-compute-request-id: req-33c98f70-4829-4ff6-88b2-6aff566445eb Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:a8:87", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-17T10:05:13.000000", "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "security_groups": [{"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}], "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:13Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:17,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-33c98f70-4829-4ff6-88b2-6aff566445eb 2018-07-17 10:05:17,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07170200348s 2018-07-17 10:05:17,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-33c98f70-4829-4ff6-88b2-6aff566445eb 2018-07-17 10:05:17,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:05:17,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:17,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-ceb6e960-9af9-4e14-b3c4-7567efe8c8ac Date: Tue, 17 Jul 2018 10:05:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-17T10:05:12Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fd0eb3e1-388c-4fac-8664-63975139335b","ip_address":"192.168.0.10"}],"id":"d627432f-1287-44fb-bc2f-1d8c1694c72a","security_groups":["47c12925-ba8a-4835-88b1-46bb3816cac8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:a8:87","project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9849b3c1-ad28-4403-998b-82d73567a523","name":"","admin_state_up":true,"network_id":"d899922e-ba6a-4724-97a6-2106171fc25e","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:05:03Z","binding:vnic_type":"normal"}]} 2018-07-17 10:05:17,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523 used request id req-ceb6e960-9af9-4e14-b3c4-7567efe8c8ac 2018-07-17 10:05:17,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0491662025452s 2018-07-17 10:05:17,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523 used request id req-ceb6e960-9af9-4e14-b3c4-7567efe8c8ac 2018-07-17 10:05:17,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:05:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=d627432f-1287-44fb-bc2f-1d8c1694c72a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:17,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-24e97817-a5ce-4117-92f8-84e04f8d43f9 Date: Tue, 17 Jul 2018 10:05:17 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:05:17,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=d627432f-1287-44fb-bc2f-1d8c1694c72a used request id req-24e97817-a5ce-4117-92f8-84e04f8d43f9 2018-07-17 10:05:17,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.40082192421s 2018-07-17 10:05:17,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=d627432f-1287-44fb-bc2f-1d8c1694c72a used request id req-24e97817-a5ce-4117-92f8-84e04f8d43f9 2018-07-17 10:05:17,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:17,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:19,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-6f3fd393-af76-4fff-88e6-bfbdb9e8dbd1 x-compute-request-id: req-6f3fd393-af76-4fff-88e6-bfbdb9e8dbd1 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:a8:87", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-17T10:05:13.000000", "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "security_groups": [{"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}], "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:13Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:19,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6f3fd393-af76-4fff-88e6-bfbdb9e8dbd1 2018-07-17 10:05:19,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22540521622s 2018-07-17 10:05:19,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6f3fd393-af76-4fff-88e6-bfbdb9e8dbd1 2018-07-17 10:05:19,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:05:19,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:20,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-e5b2cbff-ce35-4753-9ab1-050596f79eee Date: Tue, 17 Jul 2018 10:05:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-17T10:05:12Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fd0eb3e1-388c-4fac-8664-63975139335b","ip_address":"192.168.0.10"}],"id":"d627432f-1287-44fb-bc2f-1d8c1694c72a","security_groups":["47c12925-ba8a-4835-88b1-46bb3816cac8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:a8:87","project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9849b3c1-ad28-4403-998b-82d73567a523","name":"","admin_state_up":true,"network_id":"d899922e-ba6a-4724-97a6-2106171fc25e","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:05:03Z","binding:vnic_type":"normal"}]} 2018-07-17 10:05:20,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523 used request id req-e5b2cbff-ce35-4753-9ab1-050596f79eee 2018-07-17 10:05:20,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.906752109528s 2018-07-17 10:05:20,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523 used request id req-e5b2cbff-ce35-4753-9ab1-050596f79eee 2018-07-17 10:05:20,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:05:20,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=d627432f-1287-44fb-bc2f-1d8c1694c72a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:20,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5e0387db-1f27-4ef9-ba69-c1695698f861 Date: Tue, 17 Jul 2018 10:05:20 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:05:20,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=d627432f-1287-44fb-bc2f-1d8c1694c72a used request id req-5e0387db-1f27-4ef9-ba69-c1695698f861 2018-07-17 10:05:20,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.04900598526s 2018-07-17 10:05:20,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=d627432f-1287-44fb-bc2f-1d8c1694c72a used request id req-5e0387db-1f27-4ef9-ba69-c1695698f861 2018-07-17 10:05:20,171 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:62:a8:87', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'43ec7c8c-b4e2-43b1-b326-d9c8b861ba63'}), 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-00000002', u'OS-SRV-USG:launched_at': u'2018-07-17T10:05:13.000000', 'flavor': Munch({u'id': u'0841885c-4218-402b-b463-49117b4bff21'}), 'az': u'nova', 'id': u'9849b3c1-ad28-4403-998b-82d73567a523', 'security_groups': [Munch({u'name': u'singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'61829707052a40f3b3c36574fd9c5a49', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d76f5cba3604c4084a80c130d6e1b3b', '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-17T10:05:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T10:05:13Z', 'hostId': u'e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4', '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-00000002', u'OS-SRV-USG:launched_at': u'2018-07-17T10:05:13.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'7d76f5cba3604c4084a80c130d6e1b3b', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712', 'adminPass': None, 'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', 'created_at': u'2018-07-17T10:04:59Z', 'created': u'2018-07-17T10:04:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 10:05:20,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:20,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-cc79bb17-b2d9-4fb0-9ec2-b0c32859e184 Date: Tue, 17 Jul 2018 10:05:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d899922e-ba6a-4724-97a6-2106171fc25e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":["fd0eb3e1-388c-4fac-8664-63975139335b"],"description":"","tags":[],"updated_at":"2018-07-17T10:04:43Z","provider:segmentation_id":76,"name":"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:42Z","provider:network_type":"vxlan"}]} 2018-07-17 10:05:20,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-cc79bb17-b2d9-4fb0-9ec2-b0c32859e184 2018-07-17 10:05:20,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29781794548s 2018-07-17 10:05:20,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-cc79bb17-b2d9-4fb0-9ec2-b0c32859e184 2018-07-17 10:05:20,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:05:20,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:20,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-4a4d3fe2-c20e-4f74-8321-fe2ca4525289 Date: Tue, 17 Jul 2018 10:05:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-17T10:05:12Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fd0eb3e1-388c-4fac-8664-63975139335b","ip_address":"192.168.0.10"}],"id":"d627432f-1287-44fb-bc2f-1d8c1694c72a","security_groups":["47c12925-ba8a-4835-88b1-46bb3816cac8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:a8:87","project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9849b3c1-ad28-4403-998b-82d73567a523","name":"","admin_state_up":true,"network_id":"d899922e-ba6a-4724-97a6-2106171fc25e","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:05:03Z","binding:vnic_type":"normal"}]} 2018-07-17 10:05:20,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523 used request id req-4a4d3fe2-c20e-4f74-8321-fe2ca4525289 2018-07-17 10:05:20,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0464489459991s 2018-07-17 10:05:20,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9849b3c1-ad28-4403-998b-82d73567a523 used request id req-4a4d3fe2-c20e-4f74-8321-fe2ca4525289 2018-07-17 10:05:20,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 10:05:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"floatingip": {"floating_network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "fixed_ip_address": "192.168.0.10", "port_id": "d627432f-1287-44fb-bc2f-1d8c1694c72a"}}' 2018-07-17 10:05:22,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-03b10122-69b7-4a3f-bc58-44fc3f77ce41 Date: Tue, 17 Jul 2018 10:05:22 GMT RESP BODY: {"floatingip": {"router_id": "1deb87e4-623b-48b7-8aa5-dca42eb26f12", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T10:05:21Z", "floating_network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "fixed_ip_address": "192.168.0.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "d627432f-1287-44fb-bc2f-1d8c1694c72a", "id": "b5b603d7-d6b7-43e7-b66c-771f51fa6350", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:05:21Z", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}} 2018-07-17 10:05:22,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-03b10122-69b7-4a3f-bc58-44fc3f77ce41 2018-07-17 10:05:22,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95541405678s 2018-07-17 10:05:22,477 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-03b10122-69b7-4a3f-bc58-44fc3f77ce41 2018-07-17 10:05:22,478 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'1deb87e4-623b-48b7-8aa5-dca42eb26f12', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'7d76f5cba3604c4084a80c130d6e1b3b', 'created_at': u'2018-07-17T10:05:21Z', 'attached': True, 'updated_at': u'2018-07-17T10:05:21Z', 'id': u'b5b603d7-d6b7-43e7-b66c-771f51fa6350', 'floating_network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', 'fixed_ip_address': u'192.168.0.10', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d76f5cba3604c4084a80c130d6e1b3b', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'1deb87e4-623b-48b7-8aa5-dca42eb26f12', 'project_id': u'7d76f5cba3604c4084a80c130d6e1b3b', 'port_id': u'd627432f-1287-44fb-bc2f-1d8c1694c72a', 'port': u'd627432f-1287-44fb-bc2f-1d8c1694c72a', 'network': u'36f838cc-89e7-4f15-8737-731e4b3baf82'}) 2018-07-17 10:05:22,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 10:05:22,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523/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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 10:05:23,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-2d20b90d-52bb-4819-a707-4eff3a6821cf x-compute-request-id: req-2d20b90d-52bb-4819-a707-4eff3a6821cf Content-Encoding: gzip Content-Length: 9552 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 468685047 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.135729] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137397] pid_max: default: 32768 minimum: 301\n[ 0.138295] ACPI: Core revision 20150930\n[ 0.139679] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140998] Security Framework initialized\n[ 0.141811] Yama: becoming mindful.\n[ 0.142548] AppArmor: AppArmor initialized\n[ 0.143419] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146026] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147240] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148657] Initializing cgroup subsys io\n[ 0.149476] Initializing cgroup subsys memory\n[ 0.150335] Initializing cgroup subsys devices\n[ 0.151217] Initializing cgroup subsys freezer\n[ 0.152091] Initializing cgroup subsys net_cls\n[ 0.152957] Initializing cgroup subsys perf_event\n[ 0.153868] Initializing cgroup subsys net_prio\n[ 0.154747] Initializing cgroup subsys hugetlb\n[ 0.155622] Initializing cgroup subsys pids\n[ 0.156503] CPU: Physical Processor ID: 0\n[ 0.158001] mce: CPU supports 10 MCE banks\n[ 0.158858] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159860] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174363] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180428] ftrace: allocating 31920 entries in 125 pages\n[ 0.205476] smpboot: Max logical packages: 1\n[ 0.206332] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207690] x2apic enabled\n[ 0.208505] Switched APIC routing to physical x2apic.\n[ 0.210234] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213442] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215249] KVM setup paravirtual spinlock\n[ 0.216610] x86: Booted up 1 node, 1 CPUs\n[ 0.217428] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218828] devtmpfs: initialized\n[ 0.220553] evm: security.selinux\n[ 0.221258] evm: security.SMACK64\n[ 0.221949] evm: security.SMACK64EXEC\n[ 0.222690] evm: security.SMACK64TRANSMUTE\n[ 0.223497] evm: security.SMACK64MMAP\n[ 0.224246] evm: security.ima\n[ 0.224888] evm: security.capability\n[ 0.225696] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228674] RTC time: 10:05:13, date: 07/17/18\n[ 0.229645] NET: Registered protocol family 16\n[ 0.230659] cpuidle: using governor ladder\n[ 0.231486] cpuidle: using governor menu\n[ 0.232277] PCCT header not found.\n[ 0.233038] ACPI: bus type PCI registered\n[ 0.233844] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235091] PCI: Using configuration type 1 for base access\n[ 0.236870] ACPI: Added _OSI(Module Device)\n[ 0.237715] ACPI: Added _OSI(Processor Device)\n[ 0.238587] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239492] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241263] ACPI: Interpreter enabled\n[ 0.242044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249465] ACPI: (supports S0 S5)\n[ 0.250177] ACPI: Using IOAPIC for interrupt routing\n[ 0.251129] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257857] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260093] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261704] acpiphp: Slot [5] registered\n[ 0.262511] acpiphp: Slot [6] registered\n[ 0.263311] acpiphp: Slot [7] registered\n[ 0.264119] acpiphp: Slot [8] registered\n[ 0.264926] acpiphp: Slot [9] registered\n[ 0.265725] acpiphp: Slot [10] registered\n[ 0.266554] acpiphp: Slot [11] registered\n[ 0.267374] acpiphp: Slot [12] registered\n[ 0.268195] acpiphp: Slot [13] registered\n[ 0.269008] acpiphp: Slot [14] registered\n[ 0.269817] acpiphp: Slot [15] registered\n[ 0.280620] acpiphp: Slot [16] registered\n[ 0.281442] acpiphp: Slot [17] registered\n[ 0.282255] acpiphp: Slot [18] registered\n[ 0.283067] acpiphp: Slot [19] registered\n[ 0.283880] acpiphp: Slot [20] registered\n[ 0.284698] acpiphp: Slot [21] registered\n[ 0.285519] acpiphp: Slot [22] registered\n[ 0.286334] acpiphp: Slot [23] registered\n[ 0.287152] acpiphp: Slot [24] registered\n[ 0.287968] acpiphp: Slot [25] registered\n[ 0.288784] acpiphp: Slot [26] registered\n[ 0.289602] acpiphp: Slot [27] registered\n[ 0.290419] acpiphp: Slot [28] registered\n[ 0.291237] acpiphp: Slot [29] registered\n[ 0.292077] acpiphp: Slot [30] registered\n[ 0.292897] acpiphp: Slot [31] registered\n[ 0.293709] PCI host bridge to bus 0000:00\n[ 0.294524] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295744] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296970] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298427] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299882] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.301358] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304617] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305906] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308359] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311894] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313437] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.331717] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.333198] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.334890] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.336315] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.337715] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.338986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.340301] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.341373] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.342932] vgaarb: loaded\n[ 0.343533] vgaarb: bridge control possible 0000:00:02.0\n[ 0.344779] SCSI subsystem initialized\n[ 0.345699] ACPI: bus type USB registered\n[ 0.346534] usbcore: registered new interface driver usbfs\n[ 0.347572] usbcore: registered new interface driver hub\n[ 0.348590] usbcore: registered new device driver usb\n[ 0.349704] PCI: Using ACPI for IRQ routing\n[ 0.350827] NetLabel: Initializing\n[ 0.351553] NetLabel: domain hash size = 128\n[ 0.352411] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.353384] NetLabel: unlabeled traffic allowed by default\n[ 0.354562] clocksource: Switched to clocksource kvm-clock\n[ 0.362892] AppArmor: AppArmor Filesystem Enabled\n[ 0.363876] pnp: PnP ACPI init\n[ 0.364814] pnp: PnP ACPI: found 5 devices\n[ 0.371140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.372871] NET: Registered protocol family 2\n[ 0.373929] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.375248] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.376469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.377674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378770] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.379975] NET: Registered protocol family 1\n[ 0.380866] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.381969] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.383056] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.397133] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.411303] Trying to unpack rootfs image as initramfs...\n[ 0.468878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470559] Scanning for low memory corruption every 60 seconds\n[ 0.471956] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473130] audit: initializing netlink subsys (disabled)\n[ 0.474171] audit: type=2000 audit(1531821914.054:1): initialized\n[ 0.475572] Initialise system trusted keyring\n[ 0.476530] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.477719] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.479878] zbud: loaded\n[ 0.480615] VFS: Disk quotas dquot_6.6.0\n[ 0.481444] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483071] fuse init (API version 7.23)\n[ 0.483985] Key type big_key registered\n[ 0.484790] Allocating IMA MOK and blacklist keyrings.\n[ 0.486055] Key type asymmetric registered\n[ 0.486897] Asymmetric key parser 'x509' registered\n[ 0.487868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489345] io scheduler noop registered\n[ 0.490173] io scheduler deadline registered (default)\n[ 0.491182] io scheduler cfq registered\n[ 0.492043] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495854] ACPI: Power Button [PWRF]\n[ 0.496712] GHES: HEST is not enabled!\n[ 0.510445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538199] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564262] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566576] Linux agpgart interface v0.103\n[ 0.569233] brd: module loaded\n[ 0.570943] loop: module loaded\n[ 0.574892] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576663] GPT:90111 != 2097151\n[ 0.577362] GPT:Alternate GPT header not at the end of the disk.\n[ 0.578495] GPT:90111 != 2097151\n[ 0.579198] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580211] vda: vda1 vda15\n[ 0.581453] scsi host0: ata_piix\n[ 0.582263] scsi host1: ata_piix\n[ 0.583022] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.584309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585832] libphy: Fixed MDIO Bus: probed\n[ 0.586701] tun: Universal TUN/TAP device driver, 1.6\n[ 0.587706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.589941] PPP generic driver version 2.4.2\n[ 0.590899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.593876] ehci-pci: EHCI PCI platform driver\n[ 0.595051] ehci-platform: EHCI generic platform driver\n[ 0.596116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597303] ohci-pci: OHCI PCI platform driver\n[ 0.598217] ohci-platform: OHCI generic platform driver\n[ 0.599268] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613653] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614725] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616266] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617337] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619852] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621335] usb usb1: Product: UHCI Host Controller\n[ 0.622304] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624590] hub 1-0:1.0: USB hub found\n[ 0.625402] hub 1-0:1.0: 2 ports detected\n[ 0.626406] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628627] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629626] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630729] mousedev: PS/2 mouse device common for all mice\n[ 0.632154] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.634061] rtc_cmos 00:00: RTC can wake from S4\n[ 0.635231] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637714] i2c /dev entries driver\n[ 0.638526] device-mapper: uevent: version 1.0.3\n[ 0.639538] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.641255] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642827] NET: Registered protocol family 10\n[ 0.644021] NET: Registered protocol family 17\n[ 0.644955] Key type dns_resolver registered\n[ 0.646017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.647181] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.649060] registered taskstats version 1\n[ 0.649949] Loading compiled-in X.509 certificates\n[ 0.651473] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.653424] zswap: loaded using pool lzo/zbud\n[ 0.655159] Key type trusted registered\n[ 0.656945] Key type encrypted registered\n[ 0.657786] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658869] ima: No TPM chip found, activating TPM-bypass!\n[ 0.659937] evm: HMAC attrs: 0x1\n[ 0.660929] Magic number: 10:854:72\n[ 0.661801] rtc_cmos 00:00: setting system clock to 2018-07-17 10:05:13 UTC (1531821913)\n[ 0.663473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.664615] EDD information not available.\n[ 0.743877] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.755634] Write protecting the kernel read-only data: 14336k\n[ 0.757794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.759696] 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.805367] 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.10...\nLease of 192.168.0.10 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOPdKqQJLJ4W9wydbC347laPXgSXu2roeG84D+fE9TsepC+mTtbBJi9P1UJnX7xjTZH3U/M9oM7YYJee8OLpjiebx67KG2nMwZ28wWrUpeegUAYg1NrAnFMyIca7IS5EZ5KvhYbo9mkpjX44uJu4l919tHyCF6EIJmu+mDLc783PsZDC5bmglGkdyCRdhQh+GZZThSDZ+GeifRK26Uw5OurbdP4AYh1dOioV6lUC4SxtxlUNGPDC9VEHoq4hMwxIPe6Y7MiMKAkcpmGisjtfv69aQ3sIZFnrdQQFzyZSfkFpk7YkLlZ0zFvQ+gUH0sqRR6mO7R/ZvJ/R1/VoPGreSJ root@singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712\nssh-dss AAAAB3NzaC1kc3MAAACBALyYiKBSkZQzxY9oEtyM00LyyH7ybFGvws/HIH+pjUCgUEsT7loLwM8etN6OfYzU8SbEfPj4VQDmA3C890naByZPnEQi+O5AEWiYg+CYyEruAou5PB7pzqLildPLEIVZvXQShk2Ydptr9yAd1ibe94lVHl6kBox8d/i+tDHAtnIHAAAAFQDhfnTCGmClMqe/AJvmw7ZMjif2FwAAAIEAsnQSwfezI2duRxpbOP0nLxXWhLnyA0MhALtC2TRp2ccVMA2vdjoZ7Yme3MFsXoDlpP8xMeOuKu4UlsE1S7hKLljt1x+Nxw4HirzUF6Aeu8ZTzG6N6NlL1GWXybKFi+fSOf2Y67E4RUdPftRGsbqPQOpP38J6msp+Ea+kZdccthYAAACBALMgPg3mSw83RCYoGah/B5E2YTjoLls3XCWv69gM2BICsU6AKMlOvcH4H/eEXKc3ay2mkBWnSlxWVs6Q3MkwOK1J5J84i5a/jqjmiAlCOsehpg47ZUoQq6mbanQmQzZh/sRWrt5fgpXMamcj42wp9X48M7TiiUqklpwBq+Efe0ug root@singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fe62:a887/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.10 \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: singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.60 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712 login: "} 2018-07-17 10:05:23,326 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523/action used request id req-2d20b90d-52bb-4819-a707-4eff3a6821cf 2018-07-17 10:05:23,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.847584962845s 2018-07-17 10:05:23,327 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523/action used request id req-2d20b90d-52bb-4819-a707-4eff3a6821cf 2018-07-17 10:05:23,328 - 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 468685047 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.135729] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137397] pid_max: default: 32768 minimum: 301 [ 0.138295] ACPI: Core revision 20150930 [ 0.139679] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140998] Security Framework initialized [ 0.141811] Yama: becoming mindful. [ 0.142548] AppArmor: AppArmor initialized [ 0.143419] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146026] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147240] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148657] Initializing cgroup subsys io [ 0.149476] Initializing cgroup subsys memory [ 0.150335] Initializing cgroup subsys devices [ 0.151217] Initializing cgroup subsys freezer [ 0.152091] Initializing cgroup subsys net_cls [ 0.152957] Initializing cgroup subsys perf_event [ 0.153868] Initializing cgroup subsys net_prio [ 0.154747] Initializing cgroup subsys hugetlb [ 0.155622] Initializing cgroup subsys pids [ 0.156503] CPU: Physical Processor ID: 0 [ 0.158001] mce: CPU supports 10 MCE banks [ 0.158858] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159860] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174363] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180428] ftrace: allocating 31920 entries in 125 pages [ 0.205476] smpboot: Max logical packages: 1 [ 0.206332] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207690] x2apic enabled [ 0.208505] Switched APIC routing to physical x2apic. [ 0.210234] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211357] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213442] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215249] KVM setup paravirtual spinlock [ 0.216610] x86: Booted up 1 node, 1 CPUs [ 0.217428] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218828] devtmpfs: initialized [ 0.220553] evm: security.selinux [ 0.221258] evm: security.SMACK64 [ 0.221949] evm: security.SMACK64EXEC [ 0.222690] evm: security.SMACK64TRANSMUTE [ 0.223497] evm: security.SMACK64MMAP [ 0.224246] evm: security.ima [ 0.224888] evm: security.capability [ 0.225696] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227564] pinctrl core: initialized pinctrl subsystem [ 0.228674] RTC time: 10:05:13, date: 07/17/18 [ 0.229645] NET: Registered protocol family 16 [ 0.230659] cpuidle: using governor ladder [ 0.231486] cpuidle: using governor menu [ 0.232277] PCCT header not found. [ 0.233038] ACPI: bus type PCI registered [ 0.233844] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235091] PCI: Using configuration type 1 for base access [ 0.236870] ACPI: Added _OSI(Module Device) [ 0.237715] ACPI: Added _OSI(Processor Device) [ 0.238587] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239492] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241263] ACPI: Interpreter enabled [ 0.242044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249465] ACPI: (supports S0 S5) [ 0.250177] ACPI: Using IOAPIC for interrupt routing [ 0.251129] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.256652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.257857] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260093] acpiphp: Slot [3] registered [ 0.260901] acpiphp: Slot [4] registered [ 0.261704] acpiphp: Slot [5] registered [ 0.262511] acpiphp: Slot [6] registered [ 0.263311] acpiphp: Slot [7] registered [ 0.264119] acpiphp: Slot [8] registered [ 0.264926] acpiphp: Slot [9] registered [ 0.265725] acpiphp: Slot [10] registered [ 0.266554] acpiphp: Slot [11] registered [ 0.267374] acpiphp: Slot [12] registered [ 0.268195] acpiphp: Slot [13] registered [ 0.269008] acpiphp: Slot [14] registered [ 0.269817] acpiphp: Slot [15] registered [ 0.280620] acpiphp: Slot [16] registered [ 0.281442] acpiphp: Slot [17] registered [ 0.282255] acpiphp: Slot [18] registered [ 0.283067] acpiphp: Slot [19] registered [ 0.283880] acpiphp: Slot [20] registered [ 0.284698] acpiphp: Slot [21] registered [ 0.285519] acpiphp: Slot [22] registered [ 0.286334] acpiphp: Slot [23] registered [ 0.287152] acpiphp: Slot [24] registered [ 0.287968] acpiphp: Slot [25] registered [ 0.288784] acpiphp: Slot [26] registered [ 0.289602] acpiphp: Slot [27] registered [ 0.290419] acpiphp: Slot [28] registered [ 0.291237] acpiphp: Slot [29] registered [ 0.292077] acpiphp: Slot [30] registered [ 0.292897] acpiphp: Slot [31] registered [ 0.293709] PCI host bridge to bus 0000:00 [ 0.294524] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295744] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296970] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298427] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299882] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.301358] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304617] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.305906] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308359] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311894] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313437] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.331717] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.333198] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.334890] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.336315] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.337715] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.338986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.340301] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.341373] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.342932] vgaarb: loaded [ 0.343533] vgaarb: bridge control possible 0000:00:02.0 [ 0.344779] SCSI subsystem initialized [ 0.345699] ACPI: bus type USB registered [ 0.346534] usbcore: registered new interface driver usbfs [ 0.347572] usbcore: registered new interface driver hub [ 0.348590] usbcore: registered new device driver usb [ 0.349704] PCI: Using ACPI for IRQ routing [ 0.350827] NetLabel: Initializing [ 0.351553] NetLabel: domain hash size = 128 [ 0.352411] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.353384] NetLabel: unlabeled traffic allowed by default [ 0.354562] clocksource: Switched to clocksource kvm-clock [ 0.362892] AppArmor: AppArmor Filesystem Enabled [ 0.363876] pnp: PnP ACPI init [ 0.364814] pnp: PnP ACPI: found 5 devices [ 0.371140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.372871] NET: Registered protocol family 2 [ 0.373929] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.375248] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.376469] TCP: Hash tables configured (established 4096 bind 4096) [ 0.377674] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.378770] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.379975] NET: Registered protocol family 1 [ 0.380866] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.381969] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.383056] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.397133] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.411303] Trying to unpack rootfs image as initramfs... [ 0.468878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470559] Scanning for low memory corruption every 60 seconds [ 0.471956] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473130] audit: initializing netlink subsys (disabled) [ 0.474171] audit: type=2000 audit(1531821914.054:1): initialized [ 0.475572] Initialise system trusted keyring [ 0.476530] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.477719] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.479878] zbud: loaded [ 0.480615] VFS: Disk quotas dquot_6.6.0 [ 0.481444] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483071] fuse init (API version 7.23) [ 0.483985] Key type big_key registered [ 0.484790] Allocating IMA MOK and blacklist keyrings. [ 0.486055] Key type asymmetric registered [ 0.486897] Asymmetric key parser 'x509' registered [ 0.487868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489345] io scheduler noop registered [ 0.490173] io scheduler deadline registered (default) [ 0.491182] io scheduler cfq registered [ 0.492043] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493098] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495854] ACPI: Power Button [PWRF] [ 0.496712] GHES: HEST is not enabled! [ 0.510445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538199] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564262] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566576] Linux agpgart interface v0.103 [ 0.569233] brd: module loaded [ 0.570943] loop: module loaded [ 0.574892] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576663] GPT:90111 != 2097151 [ 0.577362] GPT:Alternate GPT header not at the end of the disk. [ 0.578495] GPT:90111 != 2097151 [ 0.579198] GPT: Use GNU Parted to correct GPT errors. [ 0.580211] vda: vda1 vda15 [ 0.581453] scsi host0: ata_piix [ 0.582263] scsi host1: ata_piix [ 0.583022] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.584309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585832] libphy: Fixed MDIO Bus: probed [ 0.586701] tun: Universal TUN/TAP device driver, 1.6 [ 0.587706] tun: (C) 1999-2004 Max Krasnyansky [ 0.589941] PPP generic driver version 2.4.2 [ 0.590899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.593876] ehci-pci: EHCI PCI platform driver [ 0.595051] ehci-platform: EHCI generic platform driver [ 0.596116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597303] ohci-pci: OHCI PCI platform driver [ 0.598217] ohci-platform: OHCI generic platform driver [ 0.599268] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613653] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614725] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616266] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617337] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619852] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621335] usb usb1: Product: UHCI Host Controller [ 0.622304] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623495] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624590] hub 1-0:1.0: USB hub found [ 0.625402] hub 1-0:1.0: 2 ports detected [ 0.626406] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628627] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629626] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630729] mousedev: PS/2 mouse device common for all mice [ 0.632154] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.634061] rtc_cmos 00:00: RTC can wake from S4 [ 0.635231] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637714] i2c /dev entries driver [ 0.638526] device-mapper: uevent: version 1.0.3 [ 0.639538] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.641255] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642827] NET: Registered protocol family 10 [ 0.644021] NET: Registered protocol family 17 [ 0.644955] Key type dns_resolver registered [ 0.646017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.647181] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.649060] registered taskstats version 1 [ 0.649949] Loading compiled-in X.509 certificates [ 0.651473] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.653424] zswap: loaded using pool lzo/zbud [ 0.655159] Key type trusted registered [ 0.656945] Key type encrypted registered [ 0.657786] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658869] ima: No TPM chip found, activating TPM-bypass! [ 0.659937] evm: HMAC attrs: 0x1 [ 0.660929] Magic number: 10:854:72 [ 0.661801] rtc_cmos 00:00: setting system clock to 2018-07-17 10:05:13 UTC (1531821913) [ 0.663473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.664615] EDD information not available. [ 0.743877] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.755634] Write protecting the kernel read-only data: 14336k [ 0.757794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.759696] 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.805367] 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.10... Lease of 192.168.0.10 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOPdKqQJLJ4W9wydbC347laPXgSXu2roeG84D+fE9TsepC+mTtbBJi9P1UJnX7xjTZH3U/M9oM7YYJee8OLpjiebx67KG2nMwZ28wWrUpeegUAYg1NrAnFMyIca7IS5EZ5KvhYbo9mkpjX44uJu4l919tHyCF6EIJmu+mDLc783PsZDC5bmglGkdyCRdhQh+GZZThSDZ+GeifRK26Uw5OurbdP4AYh1dOioV6lUC4SxtxlUNGPDC9VEHoq4hMwxIPe6Y7MiMKAkcpmGisjtfv69aQ3sIZFnrdQQFzyZSfkFpk7YkLlZ0zFvQ+gUH0sqRR6mO7R/ZvJ/R1/VoPGreSJ root@singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712 ssh-dss AAAAB3NzaC1kc3MAAACBALyYiKBSkZQzxY9oEtyM00LyyH7ybFGvws/HIH+pjUCgUEsT7loLwM8etN6OfYzU8SbEfPj4VQDmA3C890naByZPnEQi+O5AEWiYg+CYyEruAou5PB7pzqLildPLEIVZvXQShk2Ydptr9yAd1ibe94lVHl6kBox8d/i+tDHAtnIHAAAAFQDhfnTCGmClMqe/AJvmw7ZMjif2FwAAAIEAsnQSwfezI2duRxpbOP0nLxXWhLnyA0MhALtC2TRp2ccVMA2vdjoZ7Yme3MFsXoDlpP8xMeOuKu4UlsE1S7hKLljt1x+Nxw4HirzUF6Aeu8ZTzG6N6NlL1GWXybKFi+fSOf2Y67E4RUdPftRGsbqPQOpP38J6msp+Ea+kZdccthYAAACBALMgPg3mSw83RCYoGah/B5E2YTjoLls3XCWv69gM2BICsU6AKMlOvcH4H/eEXKc3ay2mkBWnSlxWVs6Q3MkwOK1J5J84i5a/jqjmiAlCOsehpg47ZUoQq6mbanQmQzZh/sRWrt5fgpXMamcj42wp9X48M7TiiUqklpwBq+Efe0ug root@singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fe62:a887/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.10 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: singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712 launch-index: 0 === cirros: current=0.4.0 uptime=3.60 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-0e284b6f-9435-4c8a-85bd-1e631c1c4712 login: 2018-07-17 10:05:24,331 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f6fe910L 2018-07-17 10:05:24,332 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 10:05:24,332 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 10:05:24,332 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 10:05:24,334 - 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 10:05:24,334 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 10:05:24,334 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 10:05:24,334 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 10:05:24,334 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 10:05:24,335 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 10:05:24,354 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 10:05:24,355 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 10:05:24,364 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 587818ddd3a57121c7dd4e28fb53c66f 2018-07-17 10:05:24,366 - paramiko.transport - DEBUG - Trying discovered key b6107220f5f3d5d12827690556849c80 in /tmp/tmpCMSAe0 2018-07-17 10:05:24,393 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 10:05:24,399 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 10:05:24,430 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 10:05:24,431 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 10:05:24,431 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 10:05:24,435 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 10:05:24,436 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 10:05:24,436 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-17 10:05:24,441 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 10:05:24,546 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:05:24,546 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 10:05:24,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 10:05:24,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/b5b603d7-d6b7-43e7-b66c-771f51fa6350.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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:25,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eaafc0d9-5cc4-4f79-badd-02d1ca698615 Content-Length: 0 Date: Tue, 17 Jul 2018 10:05:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:05:25,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/b5b603d7-d6b7-43e7-b66c-771f51fa6350.json used request id req-eaafc0d9-5cc4-4f79-badd-02d1ca698615 2018-07-17 10:05:25,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03473305702s 2018-07-17 10:05:25,589 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/b5b603d7-d6b7-43e7-b66c-771f51fa6350.json used request id req-eaafc0d9-5cc4-4f79-badd-02d1ca698615 2018-07-17 10:05:25,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:05:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:25,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fbcc37ce-2e0f-4897-8b40-1dca07cfc24e Date: Tue, 17 Jul 2018 10:05:25 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:05:25,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fbcc37ce-2e0f-4897-8b40-1dca07cfc24e 2018-07-17 10:05:25,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.223924875259s 2018-07-17 10:05:25,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fbcc37ce-2e0f-4897-8b40-1dca07cfc24e 2018-07-17 10:05:25,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 10:05:25,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:26,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:05: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 x-openstack-request-id: req-2cdd5415-e553-43c8-acba-cadc6aa52272 x-compute-request-id: req-2cdd5415-e553-43c8-acba-cadc6aa52272 Content-Type: application/json 2018-07-17 10:05:26,186 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523 used request id req-2cdd5415-e553-43c8-acba-cadc6aa52272 2018-07-17 10:05:26,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.36648607254s 2018-07-17 10:05:26,187 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523 used request id req-2cdd5415-e553-43c8-acba-cadc6aa52272 2018-07-17 10:05:26,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:26,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:26,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-5cf72787-65ae-4e3a-8cd3-34a1d34c5235 x-compute-request-id: req-5cf72787-65ae-4e3a-8cd3-34a1d34c5235 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:a8:87", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:a8:87", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9849b3c1-ad28-4403-998b-82d73567a523", "rel": "bookmark"}], "image": {"id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "links": [{"href": "http://172.30.9.29:8774/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-17T10:05:13.000000", "flavor": {"id": "0841885c-4218-402b-b463-49117b4bff21", "links": [{"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "bookmark"}]}, "id": "9849b3c1-ad28-4403-998b-82d73567a523", "security_groups": [{"name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}], "user_id": "61829707052a40f3b3c36574fd9c5a49", "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-17T10:05:26Z", "hostId": "e4a4a00a49bb81b4a08d24311cd80dd468ead4fcdf57ca7ee1b129e4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "created": "2018-07-17T10:04:59Z", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:26,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5cf72787-65ae-4e3a-8cd3-34a1d34c5235 2018-07-17 10:05:26,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655913114548s 2018-07-17 10:05:26,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5cf72787-65ae-4e3a-8cd3-34a1d34c5235 2018-07-17 10:05:26,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:05:28,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:28,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:29,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-2edc1431-6145-4468-8a45-734d18f74914 x-compute-request-id: req-2edc1431-6145-4468-8a45-734d18f74914 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 10:05:29,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2edc1431-6145-4468-8a45-734d18f74914 2018-07-17 10:05:29,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230396032333s 2018-07-17 10:05:29,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2edc1431-6145-4468-8a45-734d18f74914 2018-07-17 10:05:29,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:05:29,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:29,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-627a0fd5-fcb7-4e77-8785-500938dcd922 Date: Tue, 17 Jul 2018 10:05:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-17T10:03:11Z", "updated_at": "2018-07-17T10:03:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:11Z", "revision_number": 0, "id": "70a7cb50-c08a-4252-a792-4bcc3a5e24e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "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-17T10:03:11Z", "revision_number": 0, "id": "b95b0768-eba1-408a-977b-f5fc271cc2d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "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-17T10:03:11Z", "revision_number": 0, "id": "edfbc1d9-1fbf-41d2-af4c-3c20d7e01267", "remote_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:11Z", "revision_number": 0, "id": "f886a9fc-3c5d-4cbb-8161-037dc1a3fd4a", "remote_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:11Z", "security_group_id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "249e782a-e3b6-4496-8d1a-2439587f20d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "created_at": "2018-07-17T10:04:18Z", "updated_at": "2018-07-17T10:04:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "5aced2bd-845d-4e2c-899f-9e5503594912", "remote_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv4", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "bf44833a-d974-4e56-89fc-2a2516cc533f", "remote_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv6", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "f907315e-1693-4219-85e3-c7d79843d623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv4", "project_id": "4dd7182a81a843f4a808715e84e3c219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:18Z", "revision_number": 0, "id": "f9d29fa5-2130-4456-8787-510c5166be77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:18Z", "security_group_id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "tenant_id": "4dd7182a81a843f4a808715e84e3c219", "port_range_min": null, "ethertype": "IPv6", "project_id": "4dd7182a81a843f4a808715e84e3c219"}], "revision_number": 1, "project_id": "4dd7182a81a843f4a808715e84e3c219", "id": "3a9cb0b5-22ba-4fd4-977f-fef18976d81e", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:52Z", "updated_at": "2018-07-17T10:04:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "37d593a5-860a-40ca-8afe-b256f7121992", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:52Z", "revision_number": 0, "id": "a3b2b81b-da6c-449d-97a7-a23b56c08f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:52Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:04:53Z", "revision_number": 0, "id": "a4cd1ce9-265a-4e78-9350-9f6ea1ee9b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:53Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:04:54Z", "revision_number": 0, "id": "d15c93ac-4359-467d-9015-5dffdeaafd84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:04:54Z", "security_group_id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 3, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "47c12925-ba8a-4835-88b1-46bb3816cac8", "name": "singlevm1-sg_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}, {"description": "Default security group", "tags": [], "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "created_at": "2018-07-17T10:03:31Z", "updated_at": "2018-07-17T10:03:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "6f187641-daa5-4835-b615-090e5ea87c0d", "remote_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "7a632986-236b-43de-a849-0ca126e8d46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "96d25315-959d-4a6d-8e10-3040f0afa241", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "58481528d3104761be535b1f8d2cdbe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:31Z", "revision_number": 0, "id": "e457af87-ec85-47d3-a865-635d8c3c39cf", "remote_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:31Z", "security_group_id": "60780400-2d50-49c6-8035-6b125a738c84", "tenant_id": "58481528d3104761be535b1f8d2cdbe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "58481528d3104761be535b1f8d2cdbe9"}], "revision_number": 1, "project_id": "58481528d3104761be535b1f8d2cdbe9", "id": "60780400-2d50-49c6-8035-6b125a738c84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca28ae33194943248316fbb231780561", "created_at": "2018-07-17T10:00:03Z", "updated_at": "2018-07-17T10:00:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "4d156577-33a7-4337-b3bc-cbaea1d2de3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "608701f7-0ad6-4876-94b2-45762032b18b", "remote_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "60e3c803-cf8a-4438-a67b-9fb29a227dc8", "remote_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca28ae33194943248316fbb231780561"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:00:03Z", "revision_number": 0, "id": "e0d1c695-77eb-4c3c-a505-96f4da8c2924", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:00:03Z", "security_group_id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "tenant_id": "ca28ae33194943248316fbb231780561", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca28ae33194943248316fbb231780561"}], "revision_number": 1, "project_id": "ca28ae33194943248316fbb231780561", "id": "c23ec08e-c0bc-4905-8dc2-a6c2ca748fe6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:03:08Z", "updated_at": "2018-07-17T10:03:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "50d28bf8-c12b-4dc7-9499-3bdedfd23dfc", "remote_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "74dde496-9250-4829-b3a7-b9099a88a0a3", "remote_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "a748b96a-76db-4c1b-a96d-7a885d9e4d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:03:08Z", "revision_number": 0, "id": "e28f8803-fab4-46b1-930e-ff5117593c34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:03:08Z", "security_group_id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d76f5cba3604c4084a80c130d6e1b3b"}], "revision_number": 1, "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "da3da8f7-d2fb-4336-8bfe-0cc487da2309", "name": "default"}]} 2018-07-17 10:05:29,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-627a0fd5-fcb7-4e77-8785-500938dcd922 2018-07-17 10:05:29,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.179194927216s 2018-07-17 10:05:29,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-627a0fd5-fcb7-4e77-8785-500938dcd922 2018-07-17 10:05:29,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 10:05:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/47c12925-ba8a-4835-88b1-46bb3816cac8.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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:29,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5782428e-9d72-4ea4-885a-36a1ca22be29 Content-Length: 0 Date: Tue, 17 Jul 2018 10:05:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:05:29,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/47c12925-ba8a-4835-88b1-46bb3816cac8.json used request id req-5782428e-9d72-4ea4-885a-36a1ca22be29 2018-07-17 10:05:29,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.203984975815s 2018-07-17 10:05:29,471 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/47c12925-ba8a-4835-88b1-46bb3816cac8.json used request id req-5782428e-9d72-4ea4-885a-36a1ca22be29 2018-07-17 10:05:29,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 10:05:29,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:29,543 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:05: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 x-openstack-request-id: req-8ccc377e-d1fa-4706-9863-11f36fda0bd0 x-compute-request-id: req-8ccc377e-d1fa-4706-9863-11f36fda0bd0 Content-Length: 0 Content-Type: application/json 2018-07-17 10:05:29,544 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712 used request id req-8ccc377e-d1fa-4706-9863-11f36fda0bd0 2018-07-17 10:05:29,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0725960731506s 2018-07-17 10:05:29,544 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_0e284b6f-9435-4c8a-85bd-1e631c1c4712 used request id req-8ccc377e-d1fa-4706-9863-11f36fda0bd0 2018-07-17 10:05:29,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:05:29,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12/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}66a885a027f7e4d17080043a0ad965f7335d9404" -d '{"subnet_id": "fd0eb3e1-388c-4fac-8664-63975139335b"}' 2018-07-17 10:05:31,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-468a01b5-0c73-4917-92e8-03b163a8683b Date: Tue, 17 Jul 2018 10:05:31 GMT RESP BODY: {"network_id": "d899922e-ba6a-4724-97a6-2106171fc25e", "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "subnet_id": "fd0eb3e1-388c-4fac-8664-63975139335b", "subnet_ids": ["fd0eb3e1-388c-4fac-8664-63975139335b"], "port_id": "ef7db6f8-1f86-4db6-8051-4174705e1aa6", "id": "1deb87e4-623b-48b7-8aa5-dca42eb26f12"} 2018-07-17 10:05:31,299 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12/remove_router_interface.json used request id req-468a01b5-0c73-4917-92e8-03b163a8683b 2018-07-17 10:05:31,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75480294228s 2018-07-17 10:05:31,300 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12/remove_router_interface.json used request id req-468a01b5-0c73-4917-92e8-03b163a8683b returning object 1deb87e4-623b-48b7-8aa5-dca42eb26f12 2018-07-17 10:05:31,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:05:31,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:31,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4d82e97b-1d90-4517-9743-37d396bb1325 Date: Tue, 17 Jul 2018 10:05:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "7d76f5cba3604c4084a80c130d6e1b3b", "created_at": "2018-07-17T10:04:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-17T10:05:30Z", "revision_number": 4, "routes": [], "project_id": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "1deb87e4-623b-48b7-8aa5-dca42eb26f12", "name": "singlevm1-router_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}]} 2018-07-17 10:05:31,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-4d82e97b-1d90-4517-9743-37d396bb1325 2018-07-17 10:05:31,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.263714075089s 2018-07-17 10:05:31,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-4d82e97b-1d90-4517-9743-37d396bb1325 2018-07-17 10:05:31,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:05:31,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12.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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:32,951 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b2221f0-8b17-4bd3-a402-8b0245cf0588 Content-Length: 0 Date: Tue, 17 Jul 2018 10:05:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:05:32,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12.json used request id req-1b2221f0-8b17-4bd3-a402-8b0245cf0588 2018-07-17 10:05:32,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3852519989s 2018-07-17 10:05:32,951 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/1deb87e4-623b-48b7-8aa5-dca42eb26f12.json used request id req-1b2221f0-8b17-4bd3-a402-8b0245cf0588 2018-07-17 10:05:32,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:05:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:33,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-e38418be-4de7-4ee7-a67d-4376a08772c4 Date: Tue, 17 Jul 2018 10:05:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"36f838cc-89e7-4f15-8737-731e4b3baf82","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:11Z","dns_nameservers":[],"updated_at":"2018-07-17T10:00:11Z","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":"ca28ae33194943248316fbb231780561","id":"c9a89a40-ceb9-409f-b018-9fc14593a1c6","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d899922e-ba6a-4724-97a6-2106171fc25e","tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:04:43Z","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":"7d76f5cba3604c4084a80c130d6e1b3b","id":"fd0eb3e1-388c-4fac-8664-63975139335b","subnetpool_id":null,"name":"singlevm1-subnet_0e284b6f-9435-4c8a-85bd-1e631c1c4712"}]} 2018-07-17 10:05:33,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-e38418be-4de7-4ee7-a67d-4376a08772c4 2018-07-17 10:05:33,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0503449440002s 2018-07-17 10:05:33,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-e38418be-4de7-4ee7-a67d-4376a08772c4 2018-07-17 10:05:33,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:05:33,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/fd0eb3e1-388c-4fac-8664-63975139335b.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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:35,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fbce5ac-40a5-44f1-ab85-80e5ae13e87f Date: Tue, 17 Jul 2018 10:05:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:05:35,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fd0eb3e1-388c-4fac-8664-63975139335b.json used request id req-7fbce5ac-40a5-44f1-ab85-80e5ae13e87f 2018-07-17 10:05:35,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39394497871s 2018-07-17 10:05:35,399 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fd0eb3e1-388c-4fac-8664-63975139335b.json used request id req-7fbce5ac-40a5-44f1-ab85-80e5ae13e87f 2018-07-17 10:05:35,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:35,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:35,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-64432395-68e1-413c-8f2b-b8892a404bf6 Date: Tue, 17 Jul 2018 10:05:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d899922e-ba6a-4724-97a6-2106171fc25e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d76f5cba3604c4084a80c130d6e1b3b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-17T10:05:35Z","provider:segmentation_id":76,"name":"singlevm1-net_0e284b6f-9435-4c8a-85bd-1e631c1c4712","admin_state_up":true,"tenant_id":"7d76f5cba3604c4084a80c130d6e1b3b","created_at":"2018-07-17T10:04:42Z","provider:network_type":"vxlan"}]} 2018-07-17 10:05:35,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-64432395-68e1-413c-8f2b-b8892a404bf6 2018-07-17 10:05:35,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0939500331879s 2018-07-17 10:05:35,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-64432395-68e1-413c-8f2b-b8892a404bf6 2018-07-17 10:05:35,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:05:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/d899922e-ba6a-4724-97a6-2106171fc25e.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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:37,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5141f92-cdea-4406-b5e9-97ab043916fc Date: Tue, 17 Jul 2018 10:05:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:05:37,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d899922e-ba6a-4724-97a6-2106171fc25e.json used request id req-a5141f92-cdea-4406-b5e9-97ab043916fc 2018-07-17 10:05:37,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.56874704361s 2018-07-17 10:05:37,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d899922e-ba6a-4724-97a6-2106171fc25e.json used request id req-a5141f92-cdea-4406-b5e9-97ab043916fc 2018-07-17 10:05:37,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:05:37,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:37,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-20cd1d03-133d-4101-9675-0e927122cf1f Date: Tue, 17 Jul 2018 10:05:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/snap", "metadata": {}}], "file": "/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/file", "owner": "7d76f5cba3604c4084a80c130d6e1b3b", "id": "43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "size": 12716032, "self": "/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:04:50Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:04:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:05:37,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-20cd1d03-133d-4101-9675-0e927122cf1f 2018-07-17 10:05:37,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.693321943283s 2018-07-17 10:05:37,762 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-20cd1d03-133d-4101-9675-0e927122cf1f 2018-07-17 10:05:37,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:05:37,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:38,866 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-193fdebb-8f7f-4222-b989-88be408d8923 Date: Tue, 17 Jul 2018 10:05: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 10:05:38,866 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63 used request id req-193fdebb-8f7f-4222-b989-88be408d8923 2018-07-17 10:05:38,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10070896149s 2018-07-17 10:05:38,866 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/43ec7c8c-b4e2-43b1-b326-d9c8b861ba63 used request id req-193fdebb-8f7f-4222-b989-88be408d8923 2018-07-17 10:05:38,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:05:38,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:38,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-e8a029b5-3b47-42e6-bb74-030960679daf x-compute-request-id: req-e8a029b5-3b47-42e6-bb74-030960679daf Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_0e284b6f-9435-4c8a-85bd-1e631c1c4712", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0841885c-4218-402b-b463-49117b4bff21", "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": "0841885c-4218-402b-b463-49117b4bff21"}]} 2018-07-17 10:05:38,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e8a029b5-3b47-42e6-bb74-030960679daf 2018-07-17 10:05:38,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283181667328s 2018-07-17 10:05:38,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e8a029b5-3b47-42e6-bb74-030960679daf 2018-07-17 10:05:38,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:05:38,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}66a885a027f7e4d17080043a0ad965f7335d9404" 2018-07-17 10:05:38,932 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:05: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 x-openstack-request-id: req-415f45de-8389-4863-b3e8-984f6f654a0c x-compute-request-id: req-415f45de-8389-4863-b3e8-984f6f654a0c Content-Length: 0 Content-Type: application/json 2018-07-17 10:05:38,932 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21 used request id req-415f45de-8389-4863-b3e8-984f6f654a0c 2018-07-17 10:05:38,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0347948074341s 2018-07-17 10:05:38,932 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0841885c-4218-402b-b463-49117b4bff21 used request id req-415f45de-8389-4863-b3e8-984f6f654a0c 2018-07-17 10:05:38,986 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-17 10:05:39,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:05:39,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:05:39,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:05:39,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:05:39,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:05:39,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:05:39,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fe472c-0402-48fc-b4a7-53c3998b4f9d 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:05:39,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-00fe472c-0402-48fc-b4a7-53c3998b4f9d 2018-07-17 10:05:39,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:05:39,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["LyIrZjdqS5GmdmfmEv_vwA"], "issued_at": "2018-07-17T10:05:39.000000Z"}} 2018-07-17 10:05:39,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:39,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:39,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9aeec007-3332-443b-9092-e753f8e66020 Date: Tue, 17 Jul 2018 10:05:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:05:39,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9aeec007-3332-443b-9092-e753f8e66020 2018-07-17 10:05:39,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.438302993774s 2018-07-17 10:05:39,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9aeec007-3332-443b-9092-e753f8e66020 2018-07-17 10:05:39,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:05:39,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:05:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d18b46f3-86fe-4e39-9d05-13df64c039b5 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:05:39,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-d18b46f3-86fe-4e39-9d05-13df64c039b5 2018-07-17 10:05:39,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:05:39,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:40,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577b8171-5d87-48ee-8ebf-653f3393be7e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:05:40,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-577b8171-5d87-48ee-8ebf-653f3393be7e 2018-07-17 10:05:40,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.119028091431s 2018-07-17 10:05:40,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-577b8171-5d87-48ee-8ebf-653f3393be7e 2018-07-17 10:05:40,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 10:05:40,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}}' 2018-07-17 10:05:40,154 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:05:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61e2f48f-cc33-4e78-885a-338e9d37ea8d 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.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d"}, "tags": [], "enabled": true, "id": "63c43fd44d084ef783f2ee7d9b08ff1d", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}} 2018-07-17 10:05:40,154 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-61e2f48f-cc33-4e78-885a-338e9d37ea8d 2018-07-17 10:05:40,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.138483047485s 2018-07-17 10:05:40,154 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-61e2f48f-cc33-4e78-885a-338e9d37ea8d 2018-07-17 10:05:40,155 - 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'63c43fd44d084ef783f2ee7d9b08ff1d', '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_4b742fa2-c3b6-4453-a762-f8f7b63c9a01'}) 2018-07-17 10:05:40,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 10:05:40,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "33869232-9928-4b59-84c7-fd38a7d954ba", "email": null, "name": "singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}}' 2018-07-17 10:05:40,601 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:05:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6a6f8b5-34c2-42bc-a944-83abb41a9a7f Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": {"self": "http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f4d07459030e48b7b25bd38d0bd026fd", "domain_id": "default", "password_expires_at": null}} 2018-07-17 10:05:40,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-e6a6f8b5-34c2-42bc-a944-83abb41a9a7f 2018-07-17 10:05:40,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.439786911011s 2018-07-17 10:05:40,601 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-e6a6f8b5-34c2-42bc-a944-83abb41a9a7f 2018-07-17 10:05:40,602 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f4d07459030e48b7b25bd38d0bd026fd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01'}) 2018-07-17 10:05:40,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:05:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:40,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c320823c-9469-413c-a668-9b68cd617b42 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:05:40,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c320823c-9469-413c-a668-9b68cd617b42 2018-07-17 10:05:40,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109200000763s 2018-07-17 10:05:40,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c320823c-9469-413c-a668-9b68cd617b42 2018-07-17 10:05:40,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:05:40,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:40,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b8c499-7b19-4e8a-bbfe-d06796dfbfbc Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:05:40,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-84b8c499-7b19-4e8a-bbfe-d06796dfbfbc 2018-07-17 10:05:40,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105005025864s 2018-07-17 10:05:40,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-84b8c499-7b19-4e8a-bbfe-d06796dfbfbc 2018-07-17 10:05:40,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:05:40,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:40,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c003142-b691-4fa2-9ab4-8565f1e0fedb Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:05:40,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5c003142-b691-4fa2-9ab4-8565f1e0fedb 2018-07-17 10:05:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106815099716s 2018-07-17 10:05:40,937 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5c003142-b691-4fa2-9ab4-8565f1e0fedb 2018-07-17 10:05:40,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:05:40,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:41,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b21b2c7b-029d-491a-bd68-90c78d6b4642 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 10:05:41,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-b21b2c7b-029d-491a-bd68-90c78d6b4642 2018-07-17 10:05:41,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.11240696907s 2018-07-17 10:05:41,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-b21b2c7b-029d-491a-bd68-90c78d6b4642 2018-07-17 10:05:41,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:05:41,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:41,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a30156-dbf1-4e0e-b06e-ba8f2d2073f2 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": {"self": "http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f4d07459030e48b7b25bd38d0bd026fd", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:05:41,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e5a30156-dbf1-4e0e-b06e-ba8f2d2073f2 2018-07-17 10:05:41,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126956939697s 2018-07-17 10:05:41,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e5a30156-dbf1-4e0e-b06e-ba8f2d2073f2 2018-07-17 10:05:41,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:05:41,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:41,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7071cb6c-db3c-4a1c-abee-ce6620d48eb2 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d"}, "tags": [], "enabled": true, "id": "63c43fd44d084ef783f2ee7d9b08ff1d", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}]} 2018-07-17 10:05:41,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-7071cb6c-db3c-4a1c-abee-ce6620d48eb2 2018-07-17 10:05:41,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.118489027023s 2018-07-17 10:05:41,314 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-7071cb6c-db3c-4a1c-abee-ce6620d48eb2 2018-07-17 10:05:41,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:05:41,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=f4d07459030e48b7b25bd38d0bd026fd&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=63c43fd44d084ef783f2ee7d9b08ff1d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:41,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ef68a4-0426-4026-933b-d9be89e9f7a5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=f4d07459030e48b7b25bd38d0bd026fd&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=63c43fd44d084ef783f2ee7d9b08ff1d", "previous": null, "next": null}} 2018-07-17 10:05:41,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=f4d07459030e48b7b25bd38d0bd026fd&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=63c43fd44d084ef783f2ee7d9b08ff1d used request id req-12ef68a4-0426-4026-933b-d9be89e9f7a5 2018-07-17 10:05:41,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105103969574s 2018-07-17 10:05:41,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=f4d07459030e48b7b25bd38d0bd026fd&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=63c43fd44d084ef783f2ee7d9b08ff1d used request id req-12ef68a4-0426-4026-933b-d9be89e9f7a5 2018-07-17 10:05:41,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 10:05:41,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d/users/f4d07459030e48b7b25bd38d0bd026fd/roles/9cb77e8f0b6947f69395a6c9dca28469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:05:41,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:05:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f55bc6da-7930-442e-93eb-e8039db1c468 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 10:05:41,638 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d/users/f4d07459030e48b7b25bd38d0bd026fd/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-f55bc6da-7930-442e-93eb-e8039db1c468 2018-07-17 10:05:41,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.208245992661s 2018-07-17 10:05:41,639 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d/users/f4d07459030e48b7b25bd38d0bd026fd/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-f55bc6da-7930-442e-93eb-e8039db1c468 2018-07-17 10:05:41,639 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 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'63c43fd44d084ef783f2ee7d9b08ff1d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '33869232-9928-4b59-84c7-fd38a7d954ba', 'username': u'singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29: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 10:05:41,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:05:41,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:05:41,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:05:41,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:05:41,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:05:41,644 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'password': '33869232-9928-4b59-84c7-fd38a7d954ba', 'project_name': 'singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '63c43fd44d084ef783f2ee7d9b08ff1d', 'project_domain_name': 'Default'} 2018-07-17 10:05:41,644 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-17 10:05:41,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:05:41,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3710f58e-a653-4b61-a620-f0a05ab59cd1 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:05:41,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3710f58e-a653-4b61-a620-f0a05ab59cd1 2018-07-17 10:05:41,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:05:42,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}, {"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}], "expires_at": "2018-07-17T11:05:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c43fd44d084ef783f2ee7d9b08ff1d", "name": "singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/63c43fd44d084ef783f2ee7d9b08ff1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "id": "f4d07459030e48b7b25bd38d0bd026fd"}, "audit_ids": ["8kSIlaspRP6M6R9kEIgZ1g"], "issued_at": "2018-07-17T10:05:42.000000Z"}} 2018-07-17 10:05:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:05:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"network": {"name": "singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "admin_state_up": true}}' 2018-07-17 10:05:42,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-ac52caa8-0519-411d-bb13-ddf2a06b537f Date: Tue, 17 Jul 2018 10:05:42 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T10:05:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"26840d6c-1c60-4800-b606-6c67046e9f21","name":"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}} 2018-07-17 10:05:42,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ac52caa8-0519-411d-bb13-ddf2a06b537f 2018-07-17 10:05:42,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.663537025452s 2018-07-17 10:05:42,722 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ac52caa8-0519-411d-bb13-ddf2a06b537f 2018-07-17 10:05:42,722 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:05:42Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'26840d6c-1c60-4800-b606-6c67046e9f21', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', u'admin_state_up': True, u'tenant_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', u'created_at': u'2018-07-17T10:05:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'63c43fd44d084ef783f2ee7d9b08ff1d'}) 2018-07-17 10:05:42,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:42,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:43,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-745e8de9-120d-4443-9f40-d01081244793 Date: Tue, 17 Jul 2018 10:05:43 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-17T10:05:42Z","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"26840d6c-1c60-4800-b606-6c67046e9f21","name":"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"}]} 2018-07-17 10:05:43,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-745e8de9-120d-4443-9f40-d01081244793 2018-07-17 10:05:43,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286559104919s 2018-07-17 10:05:43,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-745e8de9-120d-4443-9f40-d01081244793 2018-07-17 10:05:43,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:05:43,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"subnet": {"name": "singlevm2-subnet_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "enable_dhcp": true, "network_id": "26840d6c-1c60-4800-b606-6c67046e9f21", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:05:43,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-3f6161bb-9345-4f97-82c8-009f8bc89b24 Date: Tue, 17 Jul 2018 10:05:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26840d6c-1c60-4800-b606-6c67046e9f21","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:05:43Z","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":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"d92f70d6-738c-42ea-bd0d-1c5058400670","subnetpool_id":null,"name":"singlevm2-subnet_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}} 2018-07-17 10:05:43,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3f6161bb-9345-4f97-82c8-009f8bc89b24 2018-07-17 10:05:43,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.836029052734s 2018-07-17 10:05:43,848 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3f6161bb-9345-4f97-82c8-009f8bc89b24 2018-07-17 10:05:43,848 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:05:43Z', 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'd92f70d6-738c-42ea-bd0d-1c5058400670', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', u'enable_dhcp': True, u'network_id': u'26840d6c-1c60-4800-b606-6c67046e9f21', u'tenant_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', u'created_at': u'2018-07-17T10:05:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'63c43fd44d084ef783f2ee7d9b08ff1d'}) 2018-07-17 10:05:43,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:05:43,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "singlevm2-router_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "admin_state_up": true}}' 2018-07-17 10:05:45,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-dbb24f07-39b8-4cbc-ad93-8d1f9294695c Date: Tue, 17 Jul 2018 10:05:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:44Z", "admin_state_up": true, "updated_at": "2018-07-17T10:05:45Z", "revision_number": 2, "routes": [], "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "a5e240e9-9f40-4e1e-9991-49809023429b", "name": "singlevm2-router_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}} 2018-07-17 10:05:45,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-dbb24f07-39b8-4cbc-ad93-8d1f9294695c 2018-07-17 10:05:45,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42069792747s 2018-07-17 10:05:45,270 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-dbb24f07-39b8-4cbc-ad93-8d1f9294695c 2018-07-17 10:05:45,270 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', u'created_at': u'2018-07-17T10:05:44Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T10:05:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', u'id': u'a5e240e9-9f40-4e1e-9991-49809023429b', u'name': u'singlevm2-router_4b742fa2-c3b6-4453-a762-f8f7b63c9a01'}) 2018-07-17 10:05:45,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:05:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b/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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"subnet_id": "d92f70d6-738c-42ea-bd0d-1c5058400670"}' 2018-07-17 10:05:47,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-45f3b587-78ef-4624-aa1f-4b67186f3873 Date: Tue, 17 Jul 2018 10:05:47 GMT RESP BODY: {"network_id": "26840d6c-1c60-4800-b606-6c67046e9f21", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "subnet_id": "d92f70d6-738c-42ea-bd0d-1c5058400670", "subnet_ids": ["d92f70d6-738c-42ea-bd0d-1c5058400670"], "port_id": "723729f9-257b-4873-9fe6-cd63fd271fa4", "id": "a5e240e9-9f40-4e1e-9991-49809023429b"} 2018-07-17 10:05:47,505 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b/add_router_interface.json used request id req-45f3b587-78ef-4624-aa1f-4b67186f3873 2018-07-17 10:05:47,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.23408699036s 2018-07-17 10:05:47,505 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b/add_router_interface.json used request id req-45f3b587-78ef-4624-aa1f-4b67186f3873 returning object a5e240e9-9f40-4e1e-9991-49809023429b 2018-07-17 10:05:47,506 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:05:47,636 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:05:47,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:05:47,642 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:05:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:05:47,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:05:47,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:48,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bf55de74-ee5e-48fb-8012-e553df950a92 Date: Tue, 17 Jul 2018 10:05:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:05:48,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-bf55de74-ee5e-48fb-8012-e553df950a92 2018-07-17 10:05:48,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710932016373s 2018-07-17 10:05:48,356 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-bf55de74-ee5e-48fb-8012-e553df950a92 2018-07-17 10:05:48,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:05:48,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}' 2018-07-17 10:05:48,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-90eff811-6fea-4b88-9fb9-756a00942b9c Date: Tue, 17 Jul 2018 10:05:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/331844b1-0468-4466-9049-b18d39774aff/file", "owner": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "331844b1-0468-4466-9049-b18d39774aff", "size": null, "self": "/v2/images/331844b1-0468-4466-9049-b18d39774aff", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:05:48Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "checksum": null, "created_at": "2018-07-17T10:05:48Z", "protected": false} 2018-07-17 10:05:48,620 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-90eff811-6fea-4b88-9fb9-756a00942b9c 2018-07-17 10:05:48,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.255189180374s 2018-07-17 10:05:48,620 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-90eff811-6fea-4b88-9fb9-756a00942b9c returning object 331844b1-0468-4466-9049-b18d39774aff 2018-07-17 10:05:48,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:05:48,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff/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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '' 2018-07-17 10:05:49,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bab6b249-140e-487f-b1a7-31cde50668b4 Date: Tue, 17 Jul 2018 10:05:49 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 10:05:49,262 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff/file used request id req-bab6b249-140e-487f-b1a7-31cde50668b4 2018-07-17 10:05:49,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.641627073288s 2018-07-17 10:05:49,263 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff/file used request id req-bab6b249-140e-487f-b1a7-31cde50668b4 2018-07-17 10:05:49,263 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:05:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/331844b1-0468-4466-9049-b18d39774aff/file', u'owner': u'63c43fd44d084ef783f2ee7d9b08ff1d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'331844b1-0468-4466-9049-b18d39774aff', u'size': None, u'name': u'singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', u'checksum': None, u'self': u'/v2/images/331844b1-0468-4466-9049-b18d39774aff', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:05:48Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:05:49,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:05:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "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 10:05:50,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-e6ff98b5-127d-42b7-9ef6-c581ad2ac8df x-compute-request-id: req-e6ff98b5-127d-42b7-9ef6-c581ad2ac8df Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "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": "5e48566f-9111-4bfe-a095-888963f5e9a6"}} 2018-07-17 10:05:50,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e6ff98b5-127d-42b7-9ef6-c581ad2ac8df 2018-07-17 10:05:50,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.77587890625s 2018-07-17 10:05:50,040 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e6ff98b5-127d-42b7-9ef6-c581ad2ac8df 2018-07-17 10:05:50,041 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'5e48566f-9111-4bfe-a095-888963f5e9a6', 'swap': 0}) 2018-07-17 10:05:50,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:05:50,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6/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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" -d '{"extra_specs": {}}' 2018-07-17 10:05:50,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:50 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-706b833c-d82c-469b-89a7-51d4bbf3986a x-compute-request-id: req-706b833c-d82c-469b-89a7-51d4bbf3986a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:05:50,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6/os-extra_specs used request id req-706b833c-d82c-469b-89a7-51d4bbf3986a 2018-07-17 10:05:50,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134582042694s 2018-07-17 10:05:50,177 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6/os-extra_specs used request id req-706b833c-d82c-469b-89a7-51d4bbf3986a 2018-07-17 10:05:50,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 10:05:50,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"keypair": {"name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}}' 2018-07-17 10:05:51,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05:50 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-83546212-a08c-466b-9e9b-5c55ca0466f8 x-compute-request-id: req-83546212-a08c-466b-9e9b-5c55ca0466f8 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI4ZFBWbr3XUxqws3bCU2DNpHauv9dDfxuBKjUzarfQzAj5AT70C7vdk/B3aTpvpYVnGVSL41DOX6TLCjcAz+ohvh9wdHp35hmYb5VRnTYBqR8eN4MKIjLOAGk0F7fQjO1jvYyotc6q8i6THuDQcu9TT3Ly/Vgu3mj75qIDzI3tqgslKc9+Y4mTO8lV5SZe7Vcyz2xjoczijvUM9yRqfPBuBY3QVE503/J+ES8v06Q3GMiybbtNJqvclUOqdZ5tHhvsx2e4eTSIArcYwiSIDdyAevbVAPGzDPQSip9QEdMx9heH45XwbW/U4xWy0S9LDypayqk2yvu53qMzbJuCtRb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyOGRQVm6911MasLN2wlNgzaR2rr/XQ38bgSo1M2q30MwI+QE\n+9Au73ZPwd2k6b6WFZxlUi+NQzl+kywo3AM/qIb4fcHR6d+YZmG+VUZ02AakfHje\nDCiIyzgBpNBe30IztY72MqLXOqvIukx7g0HLvU09y8v1YLt5o++aiA8yN7aoLJSn\nPfmOJkzvJVeUmXu1XMs9sY6HM4o71DPckanzwbgWN0FROdN/yfhEvL9OkNxjIsm2\n7TSar3JVDqnWebR4b7MdnuHk0iAK3GMIkiA3cgHr21QDxswz0EoqfUBHTMfYXh+O\nV8G1v1OMVstEvSw8qWsqpNsr7ud6jM2ybgrUWwIDAQABAoIBAFcHaq/eWSMcF6RV\nO2w+7ob/WFdkFohRK+DaQe7YH8RUToHuIr6Z5gu2vT0ncnAWMt2wATGHCnNqcE0A\nn78Z5TV1LCkHlJL3XQZWKGi3ep2w2whWMRUhZopsfEHUSJX/D3oEMuOjKw3vKKqV\nwhkOo18jHLezaF59OmjswI1b0AzUYCv1dmq4QENB04vU9jm8p6KRIpgoBWmQls0Q\nRWDbHuytzQuVw52R9+f/hYPayHt7gD5k/UzATd9jXrJCzWKRaCz/j67lnLu1bcBd\nL+pQnhQuWPtmpYbrQjKdb2SF3/spBjjxwGEHz0AKr/cH85ft+3c+ri78jJDMNMjJ\nKp4r1QECgYEA5Vv1idRiZkcLnx3t7wI91s+54WRI1PcUOc5CvPQNntYn/YrXb/6O\nyVRAk/iFM9SyKy40AaNs/aBYd6orexGh6ur7EC08WEP9dMjmuuN2vxaGbBQgu+mJ\nGM2nSt3ERQpVVpck4G358zG5syNcx+6v+0Fd3kPO0mgLVDyim6v+ttsCgYEA4DbO\ngE+JTD+RBw3WM+E9VYKcaJjzF7yJn8RB59bzK3S6/UvnnpIpjSNuTVltFq8ufFqj\nZc2C9S2Z3AselHxFWA6d4YxlOJVdXk/nhdluOG79Z5Sj5SFyBCxSaXSlQP6lBZiQ\nQchYnQmhPeN3euxZ6KgqY96cmwuQY6/uUwm5EIECgYEAkPF0Ug3twUTUi1GWs5xv\nB/luNonxnOQn3AAFHPP+R4p+6zN6wkPUaFbeGKTNSNv5XGBubTqh/gX+4mCf6b5S\n3Opyjt6HbCBLZCox5ZkpyciqWlK9/QKwqQQN3LoY9qh5FaeenlXhx1Z9TD/kulSU\n0euVLokbgsxNnIZVHJus9FECgYEA19CpUCQ+ud/tzuZoqiNCEE7aEmw2gUB/EAOu\nlGP4SHnhivJHDgEOccYK4/UR5eXVTulHojQAu9Ka6IzjcHV1od7f5TxoKeDLsH4l\nEldJmpRq4grW/zQENTQcV1lpv3fci9hf8pHPici9JX8PgIiDukg0FVEvWKX2451y\nPwd61QECgYEAh25kFLKCle9sBhZJ4BsE3dCsGi2i5sJxvs6I1H97JdYJytNNzLSN\nENHM9m5up6DXqLoYUH2h0cQpW57i7F2ClmwmETTAlf1vWeAZKNheKZH0rWld1iwk\nVvR4VyLE/D6R5ogihVgM198CFeMCGBYqXq/l1Hrgp8IDJCtkuTlhkeY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "fingerprint": "b0:85:7a:4a:bb:8b:e0:a7:ab:14:cd:68:2f:e8:a4:e2"}} 2018-07-17 10:05:51,058 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-83546212-a08c-466b-9e9b-5c55ca0466f8 2018-07-17 10:05:51,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.880625963211s 2018-07-17 10:05:51,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-83546212-a08c-466b-9e9b-5c55ca0466f8 2018-07-17 10:05:51,059 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI4ZFBWbr3XUxqws3bCU2DNpHauv9dDfxuBKjUzarfQzAj5AT70C7vdk/B3aTpvpYVnGVSL41DOX6TLCjcAz+ohvh9wdHp35hmYb5VRnTYBqR8eN4MKIjLOAGk0F7fQjO1jvYyotc6q8i6THuDQcu9TT3Ly/Vgu3mj75qIDzI3tqgslKc9+Y4mTO8lV5SZe7Vcyz2xjoczijvUM9yRqfPBuBY3QVE503/J+ES8v06Q3GMiybbtNJqvclUOqdZ5tHhvsx2e4eTSIArcYwiSIDdyAevbVAPGzDPQSip9QEdMx9heH45XwbW/U4xWy0S9LDypayqk2yvu53qMzbJuCtRb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyOGRQVm6911MasLN2wlNgzaR2rr/XQ38bgSo1M2q30MwI+QE\n+9Au73ZPwd2k6b6WFZxlUi+NQzl+kywo3AM/qIb4fcHR6d+YZmG+VUZ02AakfHje\nDCiIyzgBpNBe30IztY72MqLXOqvIukx7g0HLvU09y8v1YLt5o++aiA8yN7aoLJSn\nPfmOJkzvJVeUmXu1XMs9sY6HM4o71DPckanzwbgWN0FROdN/yfhEvL9OkNxjIsm2\n7TSar3JVDqnWebR4b7MdnuHk0iAK3GMIkiA3cgHr21QDxswz0EoqfUBHTMfYXh+O\nV8G1v1OMVstEvSw8qWsqpNsr7ud6jM2ybgrUWwIDAQABAoIBAFcHaq/eWSMcF6RV\nO2w+7ob/WFdkFohRK+DaQe7YH8RUToHuIr6Z5gu2vT0ncnAWMt2wATGHCnNqcE0A\nn78Z5TV1LCkHlJL3XQZWKGi3ep2w2whWMRUhZopsfEHUSJX/D3oEMuOjKw3vKKqV\nwhkOo18jHLezaF59OmjswI1b0AzUYCv1dmq4QENB04vU9jm8p6KRIpgoBWmQls0Q\nRWDbHuytzQuVw52R9+f/hYPayHt7gD5k/UzATd9jXrJCzWKRaCz/j67lnLu1bcBd\nL+pQnhQuWPtmpYbrQjKdb2SF3/spBjjxwGEHz0AKr/cH85ft+3c+ri78jJDMNMjJ\nKp4r1QECgYEA5Vv1idRiZkcLnx3t7wI91s+54WRI1PcUOc5CvPQNntYn/YrXb/6O\nyVRAk/iFM9SyKy40AaNs/aBYd6orexGh6ur7EC08WEP9dMjmuuN2vxaGbBQgu+mJ\nGM2nSt3ERQpVVpck4G358zG5syNcx+6v+0Fd3kPO0mgLVDyim6v+ttsCgYEA4DbO\ngE+JTD+RBw3WM+E9VYKcaJjzF7yJn8RB59bzK3S6/UvnnpIpjSNuTVltFq8ufFqj\nZc2C9S2Z3AselHxFWA6d4YxlOJVdXk/nhdluOG79Z5Sj5SFyBCxSaXSlQP6lBZiQ\nQchYnQmhPeN3euxZ6KgqY96cmwuQY6/uUwm5EIECgYEAkPF0Ug3twUTUi1GWs5xv\nB/luNonxnOQn3AAFHPP+R4p+6zN6wkPUaFbeGKTNSNv5XGBubTqh/gX+4mCf6b5S\n3Opyjt6HbCBLZCox5ZkpyciqWlK9/QKwqQQN3LoY9qh5FaeenlXhx1Z9TD/kulSU\n0euVLokbgsxNnIZVHJus9FECgYEA19CpUCQ+ud/tzuZoqiNCEE7aEmw2gUB/EAOu\nlGP4SHnhivJHDgEOccYK4/UR5eXVTulHojQAu9Ka6IzjcHV1od7f5TxoKeDLsH4l\nEldJmpRq4grW/zQENTQcV1lpv3fci9hf8pHPici9JX8PgIiDukg0FVEvWKX2451y\nPwd61QECgYEAh25kFLKCle9sBhZJ4BsE3dCsGi2i5sJxvs6I1H97JdYJytNNzLSN\nENHM9m5up6DXqLoYUH2h0cQpW57i7F2ClmwmETTAlf1vWeAZKNheKZH0rWld1iwk\nVvR4VyLE/D6R5ogihVgM198CFeMCGBYqXq/l1Hrgp8IDJCtkuTlhkeY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f4d07459030e48b7b25bd38d0bd026fd', 'name': u'singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'created_at': '2018-07-17T10:05:51.059827', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'name': 'singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b0:85:7a:4a:bb:8b:e0:a7:ab:14:cd:68:2f:e8:a4:e2', 'type': 'ssh', 'id': u'singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01'}) 2018-07-17 10:05:51,060 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAyOGRQVm6911MasLN2wlNgzaR2rr/XQ38bgSo1M2q30MwI+QE +9Au73ZPwd2k6b6WFZxlUi+NQzl+kywo3AM/qIb4fcHR6d+YZmG+VUZ02AakfHje DCiIyzgBpNBe30IztY72MqLXOqvIukx7g0HLvU09y8v1YLt5o++aiA8yN7aoLJSn PfmOJkzvJVeUmXu1XMs9sY6HM4o71DPckanzwbgWN0FROdN/yfhEvL9OkNxjIsm2 7TSar3JVDqnWebR4b7MdnuHk0iAK3GMIkiA3cgHr21QDxswz0EoqfUBHTMfYXh+O V8G1v1OMVstEvSw8qWsqpNsr7ud6jM2ybgrUWwIDAQABAoIBAFcHaq/eWSMcF6RV O2w+7ob/WFdkFohRK+DaQe7YH8RUToHuIr6Z5gu2vT0ncnAWMt2wATGHCnNqcE0A n78Z5TV1LCkHlJL3XQZWKGi3ep2w2whWMRUhZopsfEHUSJX/D3oEMuOjKw3vKKqV whkOo18jHLezaF59OmjswI1b0AzUYCv1dmq4QENB04vU9jm8p6KRIpgoBWmQls0Q RWDbHuytzQuVw52R9+f/hYPayHt7gD5k/UzATd9jXrJCzWKRaCz/j67lnLu1bcBd L+pQnhQuWPtmpYbrQjKdb2SF3/spBjjxwGEHz0AKr/cH85ft+3c+ri78jJDMNMjJ Kp4r1QECgYEA5Vv1idRiZkcLnx3t7wI91s+54WRI1PcUOc5CvPQNntYn/YrXb/6O yVRAk/iFM9SyKy40AaNs/aBYd6orexGh6ur7EC08WEP9dMjmuuN2vxaGbBQgu+mJ GM2nSt3ERQpVVpck4G358zG5syNcx+6v+0Fd3kPO0mgLVDyim6v+ttsCgYEA4DbO gE+JTD+RBw3WM+E9VYKcaJjzF7yJn8RB59bzK3S6/UvnnpIpjSNuTVltFq8ufFqj Zc2C9S2Z3AselHxFWA6d4YxlOJVdXk/nhdluOG79Z5Sj5SFyBCxSaXSlQP6lBZiQ QchYnQmhPeN3euxZ6KgqY96cmwuQY6/uUwm5EIECgYEAkPF0Ug3twUTUi1GWs5xv B/luNonxnOQn3AAFHPP+R4p+6zN6wkPUaFbeGKTNSNv5XGBubTqh/gX+4mCf6b5S 3Opyjt6HbCBLZCox5ZkpyciqWlK9/QKwqQQN3LoY9qh5FaeenlXhx1Z9TD/kulSU 0euVLokbgsxNnIZVHJus9FECgYEA19CpUCQ+ud/tzuZoqiNCEE7aEmw2gUB/EAOu lGP4SHnhivJHDgEOccYK4/UR5eXVTulHojQAu9Ka6IzjcHV1od7f5TxoKeDLsH4l EldJmpRq4grW/zQENTQcV1lpv3fci9hf8pHPici9JX8PgIiDukg0FVEvWKX2451y Pwd61QECgYEAh25kFLKCle9sBhZJ4BsE3dCsGi2i5sJxvs6I1H97JdYJytNNzLSN ENHM9m5up6DXqLoYUH2h0cQpW57i7F2ClmwmETTAlf1vWeAZKNheKZH0rWld1iwk VvR4VyLE/D6R5ogihVgM198CFeMCGBYqXq/l1Hrgp8IDJCtkuTlhkeY= -----END RSA PRIVATE KEY----- 2018-07-17 10:05:51,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 10:05:51,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"security_group": {"name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-17 10:05:51,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3c90070a-c77f-48d4-9212-471a59701730 Date: Tue, 17 Jul 2018 10:05:51 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:51Z", "updated_at": "2018-07-17T10:05:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "217cbe59-d187-42e6-8fd8-65fb2399dad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "f6b49676-679c-4439-baf9-fc92a440ae93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 1, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}} 2018-07-17 10:05:51,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-3c90070a-c77f-48d4-9212-471a59701730 2018-07-17 10:05:51,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.387641906738s 2018-07-17 10:05:51,451 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-3c90070a-c77f-48d4-9212-471a59701730 2018-07-17 10:05:51,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:05:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:51,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-6dd9a82c-bf0c-4c2e-9706-4b70cf1a7f8d Date: Tue, 17 Jul 2018 10:05:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:51Z", "updated_at": "2018-07-17T10:05:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "217cbe59-d187-42e6-8fd8-65fb2399dad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "f6b49676-679c-4439-baf9-fc92a440ae93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 1, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}, {"description": "Default security group", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:42Z", "updated_at": "2018-07-17T10:05:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "63fd105c-641e-4b59-a565-221bbfc8b776", "remote_group_id": "888d5068-8b97-40f9-b856-089932633e72", "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "7bdc086c-548c-4606-ac89-05be8c56b971", "remote_group_id": "888d5068-8b97-40f9-b856-089932633e72", "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "c5efe66c-b47a-4def-8cd8-5adf90c69f0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "cae8a157-70b1-445e-a3b1-fce4512656fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 1, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "888d5068-8b97-40f9-b856-089932633e72", "name": "default"}]} 2018-07-17 10:05:51,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-6dd9a82c-bf0c-4c2e-9706-4b70cf1a7f8d 2018-07-17 10:05:51,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.231035232544s 2018-07-17 10:05:51,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-6dd9a82c-bf0c-4c2e-9706-4b70cf1a7f8d 2018-07-17 10:05:51,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:05:51,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -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": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"}}' 2018-07-17 10:05:52,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-93c4b216-fb7a-4ec3-9c0b-4f81ff60f3be Date: Tue, 17 Jul 2018 10:05:52 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-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "port_range_min": 22, "revision_number": 0, "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:51Z", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "6862dfc8-9642-4eed-9823-cb53d384ea41"}} 2018-07-17 10:05:52,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-93c4b216-fb7a-4ec3-9c0b-4f81ff60f3be 2018-07-17 10:05:52,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.371551036835s 2018-07-17 10:05:52,060 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-93c4b216-fb7a-4ec3-9c0b-4f81ff60f3be 2018-07-17 10:05:52,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:05:52,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:52,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-f919eec9-a298-4968-9612-f46ef444c0aa Date: Tue, 17 Jul 2018 10:05:52 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:51Z", "updated_at": "2018-07-17T10:05:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "217cbe59-d187-42e6-8fd8-65fb2399dad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "6862dfc8-9642-4eed-9823-cb53d384ea41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "f6b49676-679c-4439-baf9-fc92a440ae93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 2, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}, {"description": "Default security group", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:42Z", "updated_at": "2018-07-17T10:05:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "63fd105c-641e-4b59-a565-221bbfc8b776", "remote_group_id": "888d5068-8b97-40f9-b856-089932633e72", "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "7bdc086c-548c-4606-ac89-05be8c56b971", "remote_group_id": "888d5068-8b97-40f9-b856-089932633e72", "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "c5efe66c-b47a-4def-8cd8-5adf90c69f0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "cae8a157-70b1-445e-a3b1-fce4512656fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 1, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "888d5068-8b97-40f9-b856-089932633e72", "name": "default"}]} 2018-07-17 10:05:52,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f919eec9-a298-4968-9612-f46ef444c0aa 2018-07-17 10:05:52,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.24574303627s 2018-07-17 10:05:52,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f919eec9-a298-4968-9612-f46ef444c0aa 2018-07-17 10:05:52,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:05:52,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -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": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"}}' 2018-07-17 10:05:52,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c0f69725-968e-47dc-94b5-f620a66ebb98 Date: Tue, 17 Jul 2018 10:05:52 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-17T10:05:52Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "port_range_min": null, "revision_number": 0, "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:52Z", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "a164f08f-452f-4e7a-b983-be7f6d9084e6"}} 2018-07-17 10:05:52,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-c0f69725-968e-47dc-94b5-f620a66ebb98 2018-07-17 10:05:52,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.393537998199s 2018-07-17 10:05:52,707 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-c0f69725-968e-47dc-94b5-f620a66ebb98 2018-07-17 10:05:52,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:52,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:53,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9a5da876-17b1-4cdf-808d-02ba2bf2a48f Date: Tue, 17 Jul 2018 10:05:53 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":["d92f70d6-738c-42ea-bd0d-1c5058400670"],"updated_at":"2018-07-17T10:05:43Z","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"26840d6c-1c60-4800-b606-6c67046e9f21","name":"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"}]} 2018-07-17 10:05:53,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9a5da876-17b1-4cdf-808d-02ba2bf2a48f 2018-07-17 10:05:53,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.301592826843s 2018-07-17 10:05:53,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9a5da876-17b1-4cdf-808d-02ba2bf2a48f 2018-07-17 10:05:53,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:05:53,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:53,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-15c29172-ed44-4e0d-8896-a46ebd825354 Date: Tue, 17 Jul 2018 10:05:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/331844b1-0468-4466-9049-b18d39774aff/snap", "metadata": {}}], "file": "/v2/images/331844b1-0468-4466-9049-b18d39774aff/file", "owner": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "331844b1-0468-4466-9049-b18d39774aff", "size": 12716032, "self": "/v2/images/331844b1-0468-4466-9049-b18d39774aff", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/331844b1-0468-4466-9049-b18d39774aff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:05:49Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:05:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:05:53,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-15c29172-ed44-4e0d-8896-a46ebd825354 2018-07-17 10:05:53,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.709758996964s 2018-07-17 10:05:53,726 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-15c29172-ed44-4e0d-8896-a46ebd825354 2018-07-17 10:05:53,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:05:53,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:53,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-9e0a1ee6-5ec3-426f-af45-9a71b6f86b2f x-compute-request-id: req-9e0a1ee6-5ec3-426f-af45-9a71b6f86b2f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "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": "5e48566f-9111-4bfe-a095-888963f5e9a6"}]} 2018-07-17 10:05:53,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9e0a1ee6-5ec3-426f-af45-9a71b6f86b2f 2018-07-17 10:05:53,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027281999588s 2018-07-17 10:05:53,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9e0a1ee6-5ec3-426f-af45-9a71b6f86b2f 2018-07-17 10:05:53,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:05:53,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"server": {"name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "imageRef": "331844b1-0468-4466-9049-b18d39774aff", "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "flavorRef": "5e48566f-9111-4bfe-a095-888963f5e9a6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "26840d6c-1c60-4800-b606-6c67046e9f21"}], "security_groups": [{"name": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"}]}}' 2018-07-17 10:05:57,369 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:05: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-c3862435-2aab-4b06-8bad-9b250f465254 x-compute-request-id: req-c3862435-2aab-4b06-8bad-9b250f465254 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"}], "OS-DCF:diskConfig": "MANUAL", "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "adminPass": "iJhWpFdWGH2k"}} 2018-07-17 10:05:57,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c3862435-2aab-4b06-8bad-9b250f465254 2018-07-17 10:05:57,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.61385512352s 2018-07-17 10:05:57,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c3862435-2aab-4b06-8bad-9b250f465254 2018-07-17 10:05:57,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:05:57,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:57,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:05: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-9e3a1f76-cf5e-4fb9-8d8f-bb1bcbe2046c x-compute-request-id: req-9e3a1f76-cf5e-4fb9-8d8f-bb1bcbe2046c Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:05:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:05:57,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9e3a1f76-cf5e-4fb9-8d8f-bb1bcbe2046c 2018-07-17 10:05:57,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.324344158173s 2018-07-17 10:05:57,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9e3a1f76-cf5e-4fb9-8d8f-bb1bcbe2046c 2018-07-17 10:05:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:05:57,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:57,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7536d47e-d581-4480-9de3-b337825559e6 Date: Tue, 17 Jul 2018 10:05:57 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":["d92f70d6-738c-42ea-bd0d-1c5058400670"],"updated_at":"2018-07-17T10:05:43Z","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"26840d6c-1c60-4800-b606-6c67046e9f21","name":"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"}]} 2018-07-17 10:05:57,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7536d47e-d581-4480-9de3-b337825559e6 2018-07-17 10:05:57,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119744062424s 2018-07-17 10:05:57,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7536d47e-d581-4480-9de3-b337825559e6 2018-07-17 10:05:57,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:05:57,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:05:58,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e279d17f-d056-487d-9ba8-b4d59e714e79 Date: Tue, 17 Jul 2018 10:05:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26840d6c-1c60-4800-b606-6c67046e9f21","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:05:43Z","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":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"d92f70d6-738c-42ea-bd0d-1c5058400670","subnetpool_id":null,"name":"singlevm2-subnet_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}]} 2018-07-17 10:05:58,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-e279d17f-d056-487d-9ba8-b4d59e714e79 2018-07-17 10:05:58,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.222990989685s 2018-07-17 10:05:58,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-e279d17f-d056-487d-9ba8-b4d59e714e79 2018-07-17 10:05:58,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:06:00,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:00,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:00,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-3389b3b7-008b-4497-95e7-73bebb319819 x-compute-request-id: req-3389b3b7-008b-4497-95e7-73bebb319819 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:05:59Z", "hostId": "1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:06:00,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3389b3b7-008b-4497-95e7-73bebb319819 2018-07-17 10:06:00,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540655136108s 2018-07-17 10:06:00,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3389b3b7-008b-4497-95e7-73bebb319819 2018-07-17 10:06:00,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:06:02,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:02,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:03,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-4d6e4b34-dd09-4b78-a4c9-3238a95b9866 x-compute-request-id: req-4d6e4b34-dd09-4b78-a4c9-3238a95b9866 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "security_groups": [{"name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}], "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:06:00Z", "hostId": "1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:06:03,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4d6e4b34-dd09-4b78-a4c9-3238a95b9866 2018-07-17 10:06:03,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03706502914s 2018-07-17 10:06:03,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4d6e4b34-dd09-4b78-a4c9-3238a95b9866 2018-07-17 10:06:03,637 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:06:05,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:05,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:06,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-6e3a39b5-fbcc-42aa-bb9f-209418655f67 x-compute-request-id: req-6e3a39b5-fbcc-42aa-bb9f-209418655f67 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "security_groups": [{"name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}], "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:06:00Z", "hostId": "1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:06:06,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6e3a39b5-fbcc-42aa-bb9f-209418655f67 2018-07-17 10:06:06,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558402061462s 2018-07-17 10:06:06,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6e3a39b5-fbcc-42aa-bb9f-209418655f67 2018-07-17 10:06:06,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:06:08,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:08,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-e6aa053e-4ccb-4b64-bb26-a1d5ef99571b x-compute-request-id: req-e6aa053e-4ccb-4b64-bb26-a1d5ef99571b Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:3b:00", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:06:05.000000", "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "security_groups": [{"name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}], "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:06:05Z", "hostId": "1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:06:08,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e6aa053e-4ccb-4b64-bb26-a1d5ef99571b 2018-07-17 10:06:08,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653099060059s 2018-07-17 10:06:08,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e6aa053e-4ccb-4b64-bb26-a1d5ef99571b 2018-07-17 10:06:08,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:06:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:08,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-0d65c746-9716-4054-a1bf-9077876ad30d Date: Tue, 17 Jul 2018 10:06:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"26840d6c-1c60-4800-b606-6c67046e9f21","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:06:00Z","admin_state_up":true,"updated_at":"2018-07-17T10:06:05Z","binding:vnic_type":"normal","device_id":"c9027f1c-ea11-43a7-ae30-be7714c8249d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:04:3b:00","id":"a79057fa-aa7b-4ba5-a63f-c0c62d921e1a","port_security_enabled":true,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","fixed_ips":[{"subnet_id":"d92f70d6-738c-42ea-bd0d-1c5058400670","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"],"name":""}]} 2018-07-17 10:06:08,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-0d65c746-9716-4054-a1bf-9077876ad30d 2018-07-17 10:06:08,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0783610343933s 2018-07-17 10:06:08,942 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-0d65c746-9716-4054-a1bf-9077876ad30d 2018-07-17 10:06:08,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:06:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a79057fa-aa7b-4ba5-a63f-c0c62d921e1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:09,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f1281d37-f01c-44cc-b109-d69dd08d8344 Date: Tue, 17 Jul 2018 10:06:09 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:06:09,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a79057fa-aa7b-4ba5-a63f-c0c62d921e1a used request id req-f1281d37-f01c-44cc-b109-d69dd08d8344 2018-07-17 10:06:09,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.25546503067s 2018-07-17 10:06:09,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a79057fa-aa7b-4ba5-a63f-c0c62d921e1a used request id req-f1281d37-f01c-44cc-b109-d69dd08d8344 2018-07-17 10:06:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:09,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:09,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:09 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-c14b9f2f-7199-4cec-ae2d-0af88dccceaa x-compute-request-id: req-c14b9f2f-7199-4cec-ae2d-0af88dccceaa Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:3b:00", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:06:05.000000", "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "security_groups": [{"name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}], "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:06:05Z", "hostId": "1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:06:09,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c14b9f2f-7199-4cec-ae2d-0af88dccceaa 2018-07-17 10:06:09,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579858064651s 2018-07-17 10:06:09,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c14b9f2f-7199-4cec-ae2d-0af88dccceaa 2018-07-17 10:06:09,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:06:09,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:09,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-0737d608-b5ea-4574-b4a2-3ed3a8ccd64e Date: Tue, 17 Jul 2018 10:06:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"26840d6c-1c60-4800-b606-6c67046e9f21","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:06:00Z","admin_state_up":true,"updated_at":"2018-07-17T10:06:05Z","binding:vnic_type":"normal","device_id":"c9027f1c-ea11-43a7-ae30-be7714c8249d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:04:3b:00","id":"a79057fa-aa7b-4ba5-a63f-c0c62d921e1a","port_security_enabled":true,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","fixed_ips":[{"subnet_id":"d92f70d6-738c-42ea-bd0d-1c5058400670","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"],"name":""}]} 2018-07-17 10:06:09,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-0737d608-b5ea-4574-b4a2-3ed3a8ccd64e 2018-07-17 10:06:09,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0619809627533s 2018-07-17 10:06:09,850 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-0737d608-b5ea-4574-b4a2-3ed3a8ccd64e 2018-07-17 10:06:09,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:06:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a79057fa-aa7b-4ba5-a63f-c0c62d921e1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:09,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4ab96d93-3c3f-4122-91c5-60144d0680ba Date: Tue, 17 Jul 2018 10:06:09 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:06:09,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a79057fa-aa7b-4ba5-a63f-c0c62d921e1a used request id req-4ab96d93-3c3f-4122-91c5-60144d0680ba 2018-07-17 10:06:09,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0452699661255s 2018-07-17 10:06:09,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a79057fa-aa7b-4ba5-a63f-c0c62d921e1a used request id req-4ab96d93-3c3f-4122-91c5-60144d0680ba 2018-07-17 10:06:09,902 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:04:3b:00', 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'331844b1-0468-4466-9049-b18d39774aff'}), 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-17T10:06:05.000000', 'flavor': Munch({u'id': u'5e48566f-9111-4bfe-a095-888963f5e9a6'}), 'az': u'nova', 'id': u'c9027f1c-ea11-43a7-ae30-be7714c8249d', 'security_groups': [Munch({u'name': u'singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f4d07459030e48b7b25bd38d0bd026fd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'name': 'singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', '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-17T10:06:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T10:06:05Z', 'hostId': u'1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be', '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-17T10:06:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'name': u'singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'adminPass': None, 'tenant_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'created_at': u'2018-07-17T10:05:57Z', 'created': u'2018-07-17T10:05:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 10:06:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:06:09,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:10,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4830ace3-5a1d-4468-8c0a-0c4685413ebe Date: Tue, 17 Jul 2018 10:06:10 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":["d92f70d6-738c-42ea-bd0d-1c5058400670"],"updated_at":"2018-07-17T10:05:43Z","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"26840d6c-1c60-4800-b606-6c67046e9f21","name":"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"}]} 2018-07-17 10:06:10,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-4830ace3-5a1d-4468-8c0a-0c4685413ebe 2018-07-17 10:06:10,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116374015808s 2018-07-17 10:06:10,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-4830ace3-5a1d-4468-8c0a-0c4685413ebe 2018-07-17 10:06:10,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:06:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:10,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-2c63a062-c451-4e5f-bef1-58cd5f86ae2c Date: Tue, 17 Jul 2018 10:06:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"26840d6c-1c60-4800-b606-6c67046e9f21","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:06:00Z","admin_state_up":true,"updated_at":"2018-07-17T10:06:05Z","binding:vnic_type":"normal","device_id":"c9027f1c-ea11-43a7-ae30-be7714c8249d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:04:3b:00","id":"a79057fa-aa7b-4ba5-a63f-c0c62d921e1a","port_security_enabled":true,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","fixed_ips":[{"subnet_id":"d92f70d6-738c-42ea-bd0d-1c5058400670","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc"],"name":""}]} 2018-07-17 10:06:10,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-2c63a062-c451-4e5f-bef1-58cd5f86ae2c 2018-07-17 10:06:10,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0933771133423s 2018-07-17 10:06:10,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-2c63a062-c451-4e5f-bef1-58cd5f86ae2c 2018-07-17 10:06:10,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 10:06:10,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"floatingip": {"floating_network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "fixed_ip_address": "192.168.0.7", "port_id": "a79057fa-aa7b-4ba5-a63f-c0c62d921e1a"}}' 2018-07-17 10:06:12,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-dee83ca1-eed3-4916-a50f-685ef3832f1e Date: Tue, 17 Jul 2018 10:06:11 GMT RESP BODY: {"floatingip": {"router_id": "a5e240e9-9f40-4e1e-9991-49809023429b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T10:06:10Z", "floating_network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "fixed_ip_address": "192.168.0.7", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "a79057fa-aa7b-4ba5-a63f-c0c62d921e1a", "id": "8963f3cf-1704-4983-9419-5ea5cb91558b", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:06:10Z", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}} 2018-07-17 10:06:12,001 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dee83ca1-eed3-4916-a50f-685ef3832f1e 2018-07-17 10:06:12,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.88339495659s 2018-07-17 10:06:12,001 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dee83ca1-eed3-4916-a50f-685ef3832f1e 2018-07-17 10:06:12,005 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a5e240e9-9f40-4e1e-9991-49809023429b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'created_at': u'2018-07-17T10:06:10Z', 'attached': True, 'updated_at': u'2018-07-17T10:06:10Z', 'id': u'8963f3cf-1704-4983-9419-5ea5cb91558b', 'floating_network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', 'fixed_ip_address': u'192.168.0.7', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'name': 'singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a5e240e9-9f40-4e1e-9991-49809023429b', 'project_id': u'63c43fd44d084ef783f2ee7d9b08ff1d', 'port_id': u'a79057fa-aa7b-4ba5-a63f-c0c62d921e1a', 'port': u'a79057fa-aa7b-4ba5-a63f-c0c62d921e1a', 'network': u'36f838cc-89e7-4f15-8737-731e4b3baf82'}) 2018-07-17 10:06:12,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 10:06:12,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d/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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 10:06:12,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-fddefded-f5a1-41bf-9519-347e6bb4bb3d x-compute-request-id: req-fddefded-f5a1-41bf-9519-347e6bb4bb3d Content-Encoding: gzip Content-Length: 9597 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 463496185 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.136391] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138075] pid_max: default: 32768 minimum: 301\n[ 0.138981] ACPI: Core revision 20150930\n[ 0.140374] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141701] Security Framework initialized\n[ 0.142523] Yama: becoming mindful.\n[ 0.143258] AppArmor: AppArmor initialized\n[ 0.144137] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146768] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147987] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149417] Initializing cgroup subsys io\n[ 0.150236] Initializing cgroup subsys memory\n[ 0.151105] Initializing cgroup subsys devices\n[ 0.151997] Initializing cgroup subsys freezer\n[ 0.152877] Initializing cgroup subsys net_cls\n[ 0.153756] Initializing cgroup subsys perf_event\n[ 0.154676] Initializing cgroup subsys net_prio\n[ 0.155580] Initializing cgroup subsys hugetlb\n[ 0.156457] Initializing cgroup subsys pids\n[ 0.157335] CPU: Physical Processor ID: 0\n[ 0.158826] mce: CPU supports 10 MCE banks\n[ 0.159694] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160717] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176580] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182668] ftrace: allocating 31920 entries in 125 pages\n[ 0.207585] smpboot: Max logical packages: 1\n[ 0.208450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209806] x2apic enabled\n[ 0.210616] Switched APIC routing to physical x2apic.\n[ 0.212359] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213488] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217401] KVM setup paravirtual spinlock\n[ 0.218708] x86: Booted up 1 node, 1 CPUs\n[ 0.219524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220927] devtmpfs: initialized\n[ 0.222651] evm: security.selinux\n[ 0.223360] evm: security.SMACK64\n[ 0.224055] evm: security.SMACK64EXEC\n[ 0.224818] evm: security.SMACK64TRANSMUTE\n[ 0.225638] evm: security.SMACK64MMAP\n[ 0.226393] evm: security.ima\n[ 0.227040] evm: security.capability\n[ 0.227855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229726] pinctrl core: initialized pinctrl subsystem\n[ 0.230845] RTC time: 10:06:05, date: 07/17/18\n[ 0.231824] NET: Registered protocol family 16\n[ 0.232821] cpuidle: using governor ladder\n[ 0.233653] cpuidle: using governor menu\n[ 0.234445] PCCT header not found.\n[ 0.235209] ACPI: bus type PCI registered\n[ 0.236027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237284] PCI: Using configuration type 1 for base access\n[ 0.239060] ACPI: Added _OSI(Module Device)\n[ 0.239913] ACPI: Added _OSI(Processor Device)\n[ 0.240783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241693] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243517] ACPI: Interpreter enabled\n[ 0.244289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249885] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251755] ACPI: (supports S0 S5)\n[ 0.252469] ACPI: Using IOAPIC for interrupt routing\n[ 0.253426] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256560] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260174] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262423] acpiphp: Slot [3] registered\n[ 0.263232] acpiphp: Slot [4] registered\n[ 0.264041] acpiphp: Slot [5] registered\n[ 0.264847] acpiphp: Slot [6] registered\n[ 0.265648] acpiphp: Slot [7] registered\n[ 0.266454] acpiphp: Slot [8] registered\n[ 0.267257] acpiphp: Slot [9] registered\n[ 0.268074] acpiphp: Slot [10] registered\n[ 0.268898] acpiphp: Slot [11] registered\n[ 0.269722] acpiphp: Slot [12] registered\n[ 0.270544] acpiphp: Slot [13] registered\n[ 0.271363] acpiphp: Slot [14] registered\n[ 0.272174] acpiphp: Slot [15] registered\n[ 0.283122] acpiphp: Slot [16] registered\n[ 0.283952] acpiphp: Slot [17] registered\n[ 0.284771] acpiphp: Slot [18] registered\n[ 0.285587] acpiphp: Slot [19] registered\n[ 0.286402] acpiphp: Slot [20] registered\n[ 0.287223] acpiphp: Slot [21] registered\n[ 0.288042] acpiphp: Slot [22] registered\n[ 0.288864] acpiphp: Slot [23] registered\n[ 0.289686] acpiphp: Slot [24] registered\n[ 0.290504] acpiphp: Slot [25] registered\n[ 0.291321] acpiphp: Slot [26] registered\n[ 0.292138] acpiphp: Slot [27] registered\n[ 0.292965] acpiphp: Slot [28] registered\n[ 0.293821] acpiphp: Slot [29] registered\n[ 0.294659] acpiphp: Slot [30] registered\n[ 0.295488] acpiphp: Slot [31] registered\n[ 0.296297] PCI host bridge to bus 0000:00\n[ 0.297113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301008] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302463] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303956] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309810] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311084] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314617] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.334394] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335903] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.337662] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.339104] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.340510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.341778] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.343088] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.344148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.345697] vgaarb: loaded\n[ 0.346293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.347530] SCSI subsystem initialized\n[ 0.348446] ACPI: bus type USB registered\n[ 0.349280] usbcore: registered new interface driver usbfs\n[ 0.350338] usbcore: registered new interface driver hub\n[ 0.351359] usbcore: registered new device driver usb\n[ 0.352470] PCI: Using ACPI for IRQ routing\n[ 0.353586] NetLabel: Initializing\n[ 0.354304] NetLabel: domain hash size = 128\n[ 0.355161] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.356124] NetLabel: unlabeled traffic allowed by default\n[ 0.357311] clocksource: Switched to clocksource kvm-clock\n[ 0.365444] AppArmor: AppArmor Filesystem Enabled\n[ 0.366428] pnp: PnP ACPI init\n[ 0.367370] pnp: PnP ACPI: found 5 devices\n[ 0.373680] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.375418] NET: Registered protocol family 2\n[ 0.376473] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.379005] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.380215] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381378] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382577] NET: Registered protocol family 1\n[ 0.383467] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399593] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413754] Trying to unpack rootfs image as initramfs...\n[ 0.469609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471308] Scanning for low memory corruption every 60 seconds\n[ 0.472684] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473875] audit: initializing netlink subsys (disabled)\n[ 0.474918] audit: type=2000 audit(1531821966.419:1): initialized\n[ 0.476273] Initialise system trusted keyring\n[ 0.477252] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478439] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480559] zbud: loaded\n[ 0.481302] VFS: Disk quotas dquot_6.6.0\n[ 0.482145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483756] fuse init (API version 7.23)\n[ 0.484674] Key type big_key registered\n[ 0.485506] Allocating IMA MOK and blacklist keyrings.\n[ 0.486727] Key type asymmetric registered\n[ 0.487564] Asymmetric key parser 'x509' registered\n[ 0.488549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490059] io scheduler noop registered\n[ 0.491027] io scheduler deadline registered (default)\n[ 0.492259] io scheduler cfq registered\n[ 0.493289] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494596] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496158] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497948] ACPI: Power Button [PWRF]\n[ 0.498968] GHES: HEST is not enabled!\n[ 0.512776] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.540819] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567526] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570091] Linux agpgart interface v0.103\n[ 0.572951] brd: module loaded\n[ 0.574800] loop: module loaded\n[ 0.578693] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580475] GPT:90111 != 2097151\n[ 0.581298] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582649] GPT:90111 != 2097151\n[ 0.583453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.584678] vda: vda1 vda15\n[ 0.586082] scsi host0: ata_piix\n[ 0.587052] scsi host1: ata_piix\n[ 0.587962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589521] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.591303] libphy: Fixed MDIO Bus: probed\n[ 0.592323] tun: Universal TUN/TAP device driver, 1.6\n[ 0.593512] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.599263] PPP generic driver version 2.4.2\n[ 0.600451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.601987] ehci-pci: EHCI PCI platform driver\n[ 0.603089] ehci-platform: EHCI generic platform driver\n[ 0.604335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605770] ohci-pci: OHCI PCI platform driver\n[ 0.606853] ohci-platform: OHCI generic platform driver\n[ 0.608094] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.622771] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624044] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.625867] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.627127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.628553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631848] usb usb1: Product: UHCI Host Controller\n[ 0.632991] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634427] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635625] hub 1-0:1.0: USB hub found\n[ 0.636758] hub 1-0:1.0: 2 ports detected\n[ 0.637901] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640451] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641661] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642950] mousedev: PS/2 mouse device common for all mice\n[ 0.644497] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649615] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651115] i2c /dev entries driver\n[ 0.652071] device-mapper: uevent: version 1.0.3\n[ 0.653252] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655290] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656995] NET: Registered protocol family 10\n[ 0.658247] NET: Registered protocol family 17\n[ 0.659218] Key type dns_resolver registered\n[ 0.660325] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661520] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663477] registered taskstats version 1\n[ 0.664382] Loading compiled-in X.509 certificates\n[ 0.665948] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667954] zswap: loaded using pool lzo/zbud\n[ 0.669750] Key type trusted registered\n[ 0.671633] Key type encrypted registered\n[ 0.672530] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673669] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674815] evm: HMAC attrs: 0x1\n[ 0.675886] Magic number: 10:407:123\n[ 0.676747] acpi LNXSYBUS:01: hash matches\n[ 0.677719] rtc_cmos 00:00: setting system clock to 2018-07-17 10:06:06 UTC (1531821966)\n[ 0.679476] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680675] EDD information not available.\n[ 0.754688] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756363] Write protecting the kernel read-only data: 14336k\n[ 0.758582] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760531] 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\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... [ 0.989710] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.7...\nLease of 192.168.0.7 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.88. iid=i-00000005\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJcVYhK9PbJ2OQ7hVNgGksUMSByOpgl+7BV6StNiIdP3SgHhpz8MBlpEG4vbQ3UQWQ9WEKL7IsV8Oz7uqOUJOuco/piiQSrkv1PbhwXxXOwk/rLznQUVVEDsNcG4hfRaTnv7Ez4k20kRBoJjpGv8xR1Jvyu4rkVHJPrDsJd3b3ko9Z/jsyHvPrKaugQpME7I1RGCe/S9LmrLPYElQHedIyvXKpMRm5Jq4W3/MHLcidsmDzuo+UXjBLpD5YkT/qgf/ysWt9uOyhZ0OwRcxz6l3sXpKN0E7LtOzOOR1cpu3FnJsQu96zfzFvsMwusP4u0GuYBylOUM9OdecxuthOOacr root@singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01\nssh-dss AAAAB3NzaC1kc3MAAACBAOMqd68W62Tlq99fSZpjYMhaccCLfSKIf4/JhxyOE5WadOgR36eW3797I56FAs7ZwAgFO4k/FvoUEcF3RMImNrfG49WkiatR+2ZeFKU7wOWfAjxNVrsXotHRTeWkDd8vwhk8/zEDZ082+c0+b1o0QOd1YGqMShX3E7DabDHNRYHZAAAAFQCXRc+fjo0hRgB2lr/ZwTSwkbv8yQAAAIEA0TrbU4LHH2LcAxyTP+WEOuvDGEWQboVLD/MT3R4hn5TXtmX+uyyDMbiEujVBnabjL4BpyhSyG0pHtaLlM/U8U4xpfdg7ZEEzrWGLg48iOhaB2iR5HBW2aw31LIdUw7SbLaFZv9LN3q9zTZpdamCgTTu4LTw1qH1aMKdtMUK+5s0AAACAF8988Rf9nqJwAf4nEJmaY1WKaSuPSnSzyoTMrmGMSLJpIkfnhrljdEosKy2XbGGNQAoVyyNdPrpq1fJQ0wVH5r05+WgkCXUaQpjbXR8pgXgkKypcdnxasfpq1MPKrdYjdl5oDcB4DoC56Riva3TBhcGUQsr3sBQ8ggqlEgWXO3A= root@singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fe04:3b00/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.7 \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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.22 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01 login: "} 2018-07-17 10:06:12,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d/action used request id req-fddefded-f5a1-41bf-9519-347e6bb4bb3d 2018-07-17 10:06:12,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.146944046021s 2018-07-17 10:06:12,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d/action used request id req-fddefded-f5a1-41bf-9519-347e6bb4bb3d 2018-07-17 10:06:12,154 - 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 463496185 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.136391] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138075] pid_max: default: 32768 minimum: 301 [ 0.138981] ACPI: Core revision 20150930 [ 0.140374] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141701] Security Framework initialized [ 0.142523] Yama: becoming mindful. [ 0.143258] AppArmor: AppArmor initialized [ 0.144137] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146768] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147987] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149417] Initializing cgroup subsys io [ 0.150236] Initializing cgroup subsys memory [ 0.151105] Initializing cgroup subsys devices [ 0.151997] Initializing cgroup subsys freezer [ 0.152877] Initializing cgroup subsys net_cls [ 0.153756] Initializing cgroup subsys perf_event [ 0.154676] Initializing cgroup subsys net_prio [ 0.155580] Initializing cgroup subsys hugetlb [ 0.156457] Initializing cgroup subsys pids [ 0.157335] CPU: Physical Processor ID: 0 [ 0.158826] mce: CPU supports 10 MCE banks [ 0.159694] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160717] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176580] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182668] ftrace: allocating 31920 entries in 125 pages [ 0.207585] smpboot: Max logical packages: 1 [ 0.208450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209806] x2apic enabled [ 0.210616] Switched APIC routing to physical x2apic. [ 0.212359] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213488] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215589] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217401] KVM setup paravirtual spinlock [ 0.218708] x86: Booted up 1 node, 1 CPUs [ 0.219524] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220927] devtmpfs: initialized [ 0.222651] evm: security.selinux [ 0.223360] evm: security.SMACK64 [ 0.224055] evm: security.SMACK64EXEC [ 0.224818] evm: security.SMACK64TRANSMUTE [ 0.225638] evm: security.SMACK64MMAP [ 0.226393] evm: security.ima [ 0.227040] evm: security.capability [ 0.227855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229726] pinctrl core: initialized pinctrl subsystem [ 0.230845] RTC time: 10:06:05, date: 07/17/18 [ 0.231824] NET: Registered protocol family 16 [ 0.232821] cpuidle: using governor ladder [ 0.233653] cpuidle: using governor menu [ 0.234445] PCCT header not found. [ 0.235209] ACPI: bus type PCI registered [ 0.236027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.237284] PCI: Using configuration type 1 for base access [ 0.239060] ACPI: Added _OSI(Module Device) [ 0.239913] ACPI: Added _OSI(Processor Device) [ 0.240783] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241693] ACPI: Added _OSI(Processor Aggregator Device) [ 0.243517] ACPI: Interpreter enabled [ 0.244289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.246156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249885] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251755] ACPI: (supports S0 S5) [ 0.252469] ACPI: Using IOAPIC for interrupt routing [ 0.253426] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256560] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260174] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262423] acpiphp: Slot [3] registered [ 0.263232] acpiphp: Slot [4] registered [ 0.264041] acpiphp: Slot [5] registered [ 0.264847] acpiphp: Slot [6] registered [ 0.265648] acpiphp: Slot [7] registered [ 0.266454] acpiphp: Slot [8] registered [ 0.267257] acpiphp: Slot [9] registered [ 0.268074] acpiphp: Slot [10] registered [ 0.268898] acpiphp: Slot [11] registered [ 0.269722] acpiphp: Slot [12] registered [ 0.270544] acpiphp: Slot [13] registered [ 0.271363] acpiphp: Slot [14] registered [ 0.272174] acpiphp: Slot [15] registered [ 0.283122] acpiphp: Slot [16] registered [ 0.283952] acpiphp: Slot [17] registered [ 0.284771] acpiphp: Slot [18] registered [ 0.285587] acpiphp: Slot [19] registered [ 0.286402] acpiphp: Slot [20] registered [ 0.287223] acpiphp: Slot [21] registered [ 0.288042] acpiphp: Slot [22] registered [ 0.288864] acpiphp: Slot [23] registered [ 0.289686] acpiphp: Slot [24] registered [ 0.290504] acpiphp: Slot [25] registered [ 0.291321] acpiphp: Slot [26] registered [ 0.292138] acpiphp: Slot [27] registered [ 0.292965] acpiphp: Slot [28] registered [ 0.293821] acpiphp: Slot [29] registered [ 0.294659] acpiphp: Slot [30] registered [ 0.295488] acpiphp: Slot [31] registered [ 0.296297] PCI host bridge to bus 0000:00 [ 0.297113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301008] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302463] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.303956] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.308623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.309810] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311084] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.314617] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.334394] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.335903] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.337662] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.339104] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.340510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.341778] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.343088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.344148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.345697] vgaarb: loaded [ 0.346293] vgaarb: bridge control possible 0000:00:02.0 [ 0.347530] SCSI subsystem initialized [ 0.348446] ACPI: bus type USB registered [ 0.349280] usbcore: registered new interface driver usbfs [ 0.350338] usbcore: registered new interface driver hub [ 0.351359] usbcore: registered new device driver usb [ 0.352470] PCI: Using ACPI for IRQ routing [ 0.353586] NetLabel: Initializing [ 0.354304] NetLabel: domain hash size = 128 [ 0.355161] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.356124] NetLabel: unlabeled traffic allowed by default [ 0.357311] clocksource: Switched to clocksource kvm-clock [ 0.365444] AppArmor: AppArmor Filesystem Enabled [ 0.366428] pnp: PnP ACPI init [ 0.367370] pnp: PnP ACPI: found 5 devices [ 0.373680] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.375418] NET: Registered protocol family 2 [ 0.376473] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.379005] TCP: Hash tables configured (established 4096 bind 4096) [ 0.380215] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.381378] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.382577] NET: Registered protocol family 1 [ 0.383467] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.384574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399593] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413754] Trying to unpack rootfs image as initramfs... [ 0.469609] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471308] Scanning for low memory corruption every 60 seconds [ 0.472684] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473875] audit: initializing netlink subsys (disabled) [ 0.474918] audit: type=2000 audit(1531821966.419:1): initialized [ 0.476273] Initialise system trusted keyring [ 0.477252] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478439] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480559] zbud: loaded [ 0.481302] VFS: Disk quotas dquot_6.6.0 [ 0.482145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483756] fuse init (API version 7.23) [ 0.484674] Key type big_key registered [ 0.485506] Allocating IMA MOK and blacklist keyrings. [ 0.486727] Key type asymmetric registered [ 0.487564] Asymmetric key parser 'x509' registered [ 0.488549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490059] io scheduler noop registered [ 0.491027] io scheduler deadline registered (default) [ 0.492259] io scheduler cfq registered [ 0.493289] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494596] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.496158] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.497948] ACPI: Power Button [PWRF] [ 0.498968] GHES: HEST is not enabled! [ 0.512776] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.540819] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567526] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.570091] Linux agpgart interface v0.103 [ 0.572951] brd: module loaded [ 0.574800] loop: module loaded [ 0.578693] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.580475] GPT:90111 != 2097151 [ 0.581298] GPT:Alternate GPT header not at the end of the disk. [ 0.582649] GPT:90111 != 2097151 [ 0.583453] GPT: Use GNU Parted to correct GPT errors. [ 0.584678] vda: vda1 vda15 [ 0.586082] scsi host0: ata_piix [ 0.587052] scsi host1: ata_piix [ 0.587962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589521] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.591303] libphy: Fixed MDIO Bus: probed [ 0.592323] tun: Universal TUN/TAP device driver, 1.6 [ 0.593512] tun: (C) 1999-2004 Max Krasnyansky [ 0.599263] PPP generic driver version 2.4.2 [ 0.600451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.601987] ehci-pci: EHCI PCI platform driver [ 0.603089] ehci-platform: EHCI generic platform driver [ 0.604335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605770] ohci-pci: OHCI PCI platform driver [ 0.606853] ohci-platform: OHCI generic platform driver [ 0.608094] uhci_hcd: USB Universal Host Controller Interface driver [ 0.622771] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624044] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.625867] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.628553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631848] usb usb1: Product: UHCI Host Controller [ 0.632991] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634427] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635625] hub 1-0:1.0: USB hub found [ 0.636758] hub 1-0:1.0: 2 ports detected [ 0.637901] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.640451] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.641661] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.642950] mousedev: PS/2 mouse device common for all mice [ 0.644497] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646779] rtc_cmos 00:00: RTC can wake from S4 [ 0.648128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649615] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.651115] i2c /dev entries driver [ 0.652071] device-mapper: uevent: version 1.0.3 [ 0.653252] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655290] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656995] NET: Registered protocol family 10 [ 0.658247] NET: Registered protocol family 17 [ 0.659218] Key type dns_resolver registered [ 0.660325] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661520] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663477] registered taskstats version 1 [ 0.664382] Loading compiled-in X.509 certificates [ 0.665948] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.667954] zswap: loaded using pool lzo/zbud [ 0.669750] Key type trusted registered [ 0.671633] Key type encrypted registered [ 0.672530] AppArmor: AppArmor sha1 policy hashing enabled [ 0.673669] ima: No TPM chip found, activating TPM-bypass! [ 0.674815] evm: HMAC attrs: 0x1 [ 0.675886] Magic number: 10:407:123 [ 0.676747] acpi LNXSYBUS:01: hash matches [ 0.677719] rtc_cmos 00:00: setting system clock to 2018-07-17 10:06:06 UTC (1531821966) [ 0.679476] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680675] EDD information not available. [ 0.754688] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.756363] Write protecting the kernel read-only data: 14336k [ 0.758582] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.760531] 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 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... [ 0.989710] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.7... Lease of 192.168.0.7 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.88. iid=i-00000005 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJcVYhK9PbJ2OQ7hVNgGksUMSByOpgl+7BV6StNiIdP3SgHhpz8MBlpEG4vbQ3UQWQ9WEKL7IsV8Oz7uqOUJOuco/piiQSrkv1PbhwXxXOwk/rLznQUVVEDsNcG4hfRaTnv7Ez4k20kRBoJjpGv8xR1Jvyu4rkVHJPrDsJd3b3ko9Z/jsyHvPrKaugQpME7I1RGCe/S9LmrLPYElQHedIyvXKpMRm5Jq4W3/MHLcidsmDzuo+UXjBLpD5YkT/qgf/ysWt9uOyhZ0OwRcxz6l3sXpKN0E7LtOzOOR1cpu3FnJsQu96zfzFvsMwusP4u0GuYBylOUM9OdecxuthOOacr root@singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01 ssh-dss AAAAB3NzaC1kc3MAAACBAOMqd68W62Tlq99fSZpjYMhaccCLfSKIf4/JhxyOE5WadOgR36eW3797I56FAs7ZwAgFO4k/FvoUEcF3RMImNrfG49WkiatR+2ZeFKU7wOWfAjxNVrsXotHRTeWkDd8vwhk8/zEDZ082+c0+b1o0QOd1YGqMShX3E7DabDHNRYHZAAAAFQCXRc+fjo0hRgB2lr/ZwTSwkbv8yQAAAIEA0TrbU4LHH2LcAxyTP+WEOuvDGEWQboVLD/MT3R4hn5TXtmX+uyyDMbiEujVBnabjL4BpyhSyG0pHtaLlM/U8U4xpfdg7ZEEzrWGLg48iOhaB2iR5HBW2aw31LIdUw7SbLaFZv9LN3q9zTZpdamCgTTu4LTw1qH1aMKdtMUK+5s0AAACAF8988Rf9nqJwAf4nEJmaY1WKaSuPSnSzyoTMrmGMSLJpIkfnhrljdEosKy2XbGGNQAoVyyNdPrpq1fJQ0wVH5r05+WgkCXUaQpjbXR8pgXgkKypcdnxasfpq1MPKrdYjdl5oDcB4DoC56Riva3TBhcGUQsr3sBQ8ggqlEgWXO3A= root@singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fe04:3b00/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.7 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01 launch-index: 0 === cirros: current=0.4.0 uptime=4.22 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-4b742fa2-c3b6-4453-a762-f8f7b63c9a01 login: 2018-07-17 10:06:28,184 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f5c8810L 2018-07-17 10:06:28,184 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 10:06:28,184 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 10:06:28,185 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 10:06:28,186 - 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 10:06:28,186 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 10:06:28,186 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 10:06:28,186 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 10:06:28,187 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 10:06:28,187 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 10:06:28,203 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 10:06:28,204 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 10:06:28,216 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 881be989ed57a8d0d25ad58a72b31556 2018-07-17 10:06:28,217 - paramiko.transport - DEBUG - Trying discovered key b0857a4abb8be0a7ab14cd682fe8a4e2 in /tmp/tmpPzJ0Ut 2018-07-17 10:06:28,242 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 10:06:28,245 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 10:06:28,249 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 10:06:28,250 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 10:06:28,250 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 10:06:28,252 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 10:06:28,253 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 10:06:28,253 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-17 10:06:28,257 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 10:06:28,363 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:06:28,363 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 10:06:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 10:06:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/8963f3cf-1704-4983-9419-5ea5cb91558b.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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:29,436 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c93a1475-bd32-4ef7-b44e-2f91ff4a4bbe Content-Length: 0 Date: Tue, 17 Jul 2018 10:06:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:06:29,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/8963f3cf-1704-4983-9419-5ea5cb91558b.json used request id req-c93a1475-bd32-4ef7-b44e-2f91ff4a4bbe 2018-07-17 10:06:29,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.06563401222s 2018-07-17 10:06:29,437 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/8963f3cf-1704-4983-9419-5ea5cb91558b.json used request id req-c93a1475-bd32-4ef7-b44e-2f91ff4a4bbe 2018-07-17 10:06:29,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:06:29,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:29,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6d968097-6496-47de-8241-3d70d998acd1 Date: Tue, 17 Jul 2018 10:06:29 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:06:29,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6d968097-6496-47de-8241-3d70d998acd1 2018-07-17 10:06:29,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.226835012436s 2018-07-17 10:06:29,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6d968097-6496-47de-8241-3d70d998acd1 2018-07-17 10:06:29,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 10:06:29,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:29,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:06: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 x-openstack-request-id: req-4b4c58b7-5224-4491-accb-c99ab609cdda x-compute-request-id: req-4b4c58b7-5224-4491-accb-c99ab609cdda Content-Type: application/json 2018-07-17 10:06:29,870 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-4b4c58b7-5224-4491-accb-c99ab609cdda 2018-07-17 10:06:29,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.200205087662s 2018-07-17 10:06:29,870 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d used request id req-4b4c58b7-5224-4491-accb-c99ab609cdda 2018-07-17 10:06:29,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:29,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:30,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-b5b66dad-af67-4cb2-95e9-baaa8d9d5639 x-compute-request-id: req-b5b66dad-af67-4cb2-95e9-baaa8d9d5639 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:3b:00", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:3b:00", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9027f1c-ea11-43a7-ae30-be7714c8249d", "rel": "bookmark"}], "image": {"id": "331844b1-0468-4466-9049-b18d39774aff", "links": [{"href": "http://172.30.9.29:8774/images/331844b1-0468-4466-9049-b18d39774aff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:06:05.000000", "flavor": {"id": "5e48566f-9111-4bfe-a095-888963f5e9a6", "links": [{"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "bookmark"}]}, "id": "c9027f1c-ea11-43a7-ae30-be7714c8249d", "security_groups": [{"name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}], "user_id": "f4d07459030e48b7b25bd38d0bd026fd", "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-17T10:06:29Z", "hostId": "1750b3d9451d1e2e16c71bf61c74ae17e91eab377069e6bf707cf9be", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "name": "singlevm2-vm_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "created": "2018-07-17T10:05:57Z", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:06:30,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b5b66dad-af67-4cb2-95e9-baaa8d9d5639 2018-07-17 10:06:30,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405587911606s 2018-07-17 10:06:30,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b5b66dad-af67-4cb2-95e9-baaa8d9d5639 2018-07-17 10:06:30,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:06:32,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:06:32,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:32,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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 x-openstack-request-id: req-ce412eeb-f0ac-43ca-8679-d85e3bea09ab x-compute-request-id: req-ce412eeb-f0ac-43ca-8679-d85e3bea09ab Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 10:06:32,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ce412eeb-f0ac-43ca-8679-d85e3bea09ab 2018-07-17 10:06:32,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0933418273926s 2018-07-17 10:06:32,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ce412eeb-f0ac-43ca-8679-d85e3bea09ab 2018-07-17 10:06:32,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:06:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:32,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-877a84a5-50b2-4328-ab27-58914ca0b30f Date: Tue, 17 Jul 2018 10:06:32 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:51Z", "updated_at": "2018-07-17T10:05:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "217cbe59-d187-42e6-8fd8-65fb2399dad9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "6862dfc8-9642-4eed-9823-cb53d384ea41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:52Z", "revision_number": 0, "id": "a164f08f-452f-4e7a-b983-be7f6d9084e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:52Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:51Z", "revision_number": 0, "id": "f6b49676-679c-4439-baf9-fc92a440ae93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:51Z", "security_group_id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 3, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc", "name": "singlevm2-sg_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}, {"description": "Default security group", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:42Z", "updated_at": "2018-07-17T10:05:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "63fd105c-641e-4b59-a565-221bbfc8b776", "remote_group_id": "888d5068-8b97-40f9-b856-089932633e72", "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "7bdc086c-548c-4606-ac89-05be8c56b971", "remote_group_id": "888d5068-8b97-40f9-b856-089932633e72", "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "c5efe66c-b47a-4def-8cd8-5adf90c69f0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:05:42Z", "revision_number": 0, "id": "cae8a157-70b1-445e-a3b1-fce4512656fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:05:42Z", "security_group_id": "888d5068-8b97-40f9-b856-089932633e72", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d"}], "revision_number": 1, "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "888d5068-8b97-40f9-b856-089932633e72", "name": "default"}]} 2018-07-17 10:06:32,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-877a84a5-50b2-4328-ab27-58914ca0b30f 2018-07-17 10:06:32,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0557811260223s 2018-07-17 10:06:32,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-877a84a5-50b2-4328-ab27-58914ca0b30f 2018-07-17 10:06:32,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 10:06:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc.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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:32,636 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4523c7cb-e683-4b99-b3e2-519e19a9499c Content-Length: 0 Date: Tue, 17 Jul 2018 10:06:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:06:32,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc.json used request id req-4523c7cb-e683-4b99-b3e2-519e19a9499c 2018-07-17 10:06:32,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.199220895767s 2018-07-17 10:06:32,637 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6e4abbfe-1d08-4abc-ac46-7c92a54b5fdc.json used request id req-4523c7cb-e683-4b99-b3e2-519e19a9499c 2018-07-17 10:06:32,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 10:06:32,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:32,693 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:06: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 x-openstack-request-id: req-4f6f5380-0031-42f8-bcc6-055a956fbb07 x-compute-request-id: req-4f6f5380-0031-42f8-bcc6-055a956fbb07 Content-Length: 0 Content-Type: application/json 2018-07-17 10:06:32,693 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01 used request id req-4f6f5380-0031-42f8-bcc6-055a956fbb07 2018-07-17 10:06:32,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0560281276703s 2018-07-17 10:06:32,693 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_4b742fa2-c3b6-4453-a762-f8f7b63c9a01 used request id req-4f6f5380-0031-42f8-bcc6-055a956fbb07 2018-07-17 10:06:32,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:06:32,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b/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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" -d '{"subnet_id": "d92f70d6-738c-42ea-bd0d-1c5058400670"}' 2018-07-17 10:06:34,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b09b9eca-2aa4-4846-b4b7-4dab5052b0c5 Date: Tue, 17 Jul 2018 10:06:34 GMT RESP BODY: {"network_id": "26840d6c-1c60-4800-b606-6c67046e9f21", "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "subnet_id": "d92f70d6-738c-42ea-bd0d-1c5058400670", "subnet_ids": ["d92f70d6-738c-42ea-bd0d-1c5058400670"], "port_id": "723729f9-257b-4873-9fe6-cd63fd271fa4", "id": "a5e240e9-9f40-4e1e-9991-49809023429b"} 2018-07-17 10:06:34,332 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b/remove_router_interface.json used request id req-b09b9eca-2aa4-4846-b4b7-4dab5052b0c5 2018-07-17 10:06:34,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.63872790337s 2018-07-17 10:06:34,333 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b/remove_router_interface.json used request id req-b09b9eca-2aa4-4846-b4b7-4dab5052b0c5 returning object a5e240e9-9f40-4e1e-9991-49809023429b 2018-07-17 10:06:34,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:06:34,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:34,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2e0582b8-eaee-4c28-b129-712fee85c286 Date: Tue, 17 Jul 2018 10:06:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "created_at": "2018-07-17T10:05:44Z", "admin_state_up": true, "updated_at": "2018-07-17T10:06:33Z", "revision_number": 4, "routes": [], "project_id": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "a5e240e9-9f40-4e1e-9991-49809023429b", "name": "singlevm2-router_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}]} 2018-07-17 10:06:34,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2e0582b8-eaee-4c28-b129-712fee85c286 2018-07-17 10:06:34,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127864122391s 2018-07-17 10:06:34,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2e0582b8-eaee-4c28-b129-712fee85c286 2018-07-17 10:06:34,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:06:34,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b.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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:35,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca9a37ed-55e1-451c-b28d-9158762c90a8 Content-Length: 0 Date: Tue, 17 Jul 2018 10:06:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:06:35,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b.json used request id req-ca9a37ed-55e1-451c-b28d-9158762c90a8 2018-07-17 10:06:35,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49524903297s 2018-07-17 10:06:35,959 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/a5e240e9-9f40-4e1e-9991-49809023429b.json used request id req-ca9a37ed-55e1-451c-b28d-9158762c90a8 2018-07-17 10:06:35,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:06:35,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:36,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-0e9cda82-1d80-4592-b0e0-2809cfac761a Date: Tue, 17 Jul 2018 10:06:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26840d6c-1c60-4800-b606-6c67046e9f21","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:05:43Z","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":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"d92f70d6-738c-42ea-bd0d-1c5058400670","subnetpool_id":null,"name":"singlevm2-subnet_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}]} 2018-07-17 10:06:36,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0e9cda82-1d80-4592-b0e0-2809cfac761a 2018-07-17 10:06:36,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0477528572083s 2018-07-17 10:06:36,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0e9cda82-1d80-4592-b0e0-2809cfac761a 2018-07-17 10:06:36,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:06:36,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/d92f70d6-738c-42ea-bd0d-1c5058400670.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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:38,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-039f4ca6-e1e5-416b-a0dd-579d67fba323 Date: Tue, 17 Jul 2018 10:06:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:06:38,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d92f70d6-738c-42ea-bd0d-1c5058400670.json used request id req-039f4ca6-e1e5-416b-a0dd-579d67fba323 2018-07-17 10:06:38,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48110795021s 2018-07-17 10:06:38,490 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d92f70d6-738c-42ea-bd0d-1c5058400670.json used request id req-039f4ca6-e1e5-416b-a0dd-579d67fba323 2018-07-17 10:06:38,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:06:38,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:38,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c24f6885-90ad-4427-b3f4-e53b43294369 Date: Tue, 17 Jul 2018 10:06: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":[],"updated_at":"2018-07-17T10:06:38Z","tenant_id":"63c43fd44d084ef783f2ee7d9b08ff1d","created_at":"2018-07-17T10:05:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"63c43fd44d084ef783f2ee7d9b08ff1d","id":"26840d6c-1c60-4800-b606-6c67046e9f21","name":"singlevm2-net_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"}]} 2018-07-17 10:06:38,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c24f6885-90ad-4427-b3f4-e53b43294369 2018-07-17 10:06:38,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297698020935s 2018-07-17 10:06:38,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c24f6885-90ad-4427-b3f4-e53b43294369 2018-07-17 10:06:38,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:06:38,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/26840d6c-1c60-4800-b606-6c67046e9f21.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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:40,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-061f9e58-e2ed-4088-91ce-f80e0ec33fde Date: Tue, 17 Jul 2018 10:06:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:06:40,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/26840d6c-1c60-4800-b606-6c67046e9f21.json used request id req-061f9e58-e2ed-4088-91ce-f80e0ec33fde 2018-07-17 10:06:40,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.1252450943s 2018-07-17 10:06:40,916 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/26840d6c-1c60-4800-b606-6c67046e9f21.json used request id req-061f9e58-e2ed-4088-91ce-f80e0ec33fde 2018-07-17 10:06:40,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:06:40,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:41,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e4bb1d29-e0d3-4ab6-bcbe-9d02703429b2 Date: Tue, 17 Jul 2018 10:06:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/331844b1-0468-4466-9049-b18d39774aff/snap", "metadata": {}}], "file": "/v2/images/331844b1-0468-4466-9049-b18d39774aff/file", "owner": "63c43fd44d084ef783f2ee7d9b08ff1d", "id": "331844b1-0468-4466-9049-b18d39774aff", "size": 12716032, "self": "/v2/images/331844b1-0468-4466-9049-b18d39774aff", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/331844b1-0468-4466-9049-b18d39774aff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:05:49Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:05:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:06:41,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-e4bb1d29-e0d3-4ab6-bcbe-9d02703429b2 2018-07-17 10:06:41,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.699512958527s 2018-07-17 10:06:41,620 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-e4bb1d29-e0d3-4ab6-bcbe-9d02703429b2 2018-07-17 10:06:41,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:06:41,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad0b045cb825c9d1074fd7ac6b925f4335cc4c65" 2018-07-17 10:06:42,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fdc7c373-9e27-4ae6-8db8-ac7eccf7d24e Date: Tue, 17 Jul 2018 10:06:42 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 10:06:42,878 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff used request id req-fdc7c373-9e27-4ae6-8db8-ac7eccf7d24e 2018-07-17 10:06:42,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25633883476s 2018-07-17 10:06:42,878 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/331844b1-0468-4466-9049-b18d39774aff used request id req-fdc7c373-9e27-4ae6-8db8-ac7eccf7d24e 2018-07-17 10:06:42,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:06:42,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:42,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-77c5086b-e432-4e61-a091-6309477258c0 x-compute-request-id: req-77c5086b-e432-4e61-a091-6309477258c0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6", "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": "5e48566f-9111-4bfe-a095-888963f5e9a6"}]} 2018-07-17 10:06:42,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-77c5086b-e432-4e61-a091-6309477258c0 2018-07-17 10:06:42,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0300600528717s 2018-07-17 10:06:42,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-77c5086b-e432-4e61-a091-6309477258c0 2018-07-17 10:06:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:06:42,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:42,956 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:06: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-86822468-4b3f-4180-9d90-064b6fe0ce68 x-compute-request-id: req-86822468-4b3f-4180-9d90-064b6fe0ce68 Content-Length: 0 Content-Type: application/json 2018-07-17 10:06:42,956 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6 used request id req-86822468-4b3f-4180-9d90-064b6fe0ce68 2018-07-17 10:06:42,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0458559989929s 2018-07-17 10:06:42,957 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/5e48566f-9111-4bfe-a095-888963f5e9a6 used request id req-86822468-4b3f-4180-9d90-064b6fe0ce68 2018-07-17 10:06:42,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:06:42,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:43,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216ac287-c48f-40c8-9523-f8d6a2fa955b Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": {"self": "http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f4d07459030e48b7b25bd38d0bd026fd", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:06:43,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-216ac287-c48f-40c8-9523-f8d6a2fa955b 2018-07-17 10:06:43,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108364105225s 2018-07-17 10:06:43,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-216ac287-c48f-40c8-9523-f8d6a2fa955b 2018-07-17 10:06:43,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:06:43,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:43,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e948053e-7c26-4aab-ac0e-9d251c76db29 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_4b742fa2-c3b6-4453-a762-f8f7b63c9a01", "links": {"self": "http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f4d07459030e48b7b25bd38d0bd026fd", "description": null}} 2018-07-17 10:06:43,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd used request id req-e948053e-7c26-4aab-ac0e-9d251c76db29 2018-07-17 10:06:43,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.131793022156s 2018-07-17 10:06:43,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd used request id req-e948053e-7c26-4aab-ac0e-9d251c76db29 2018-07-17 10:06:43,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 10:06:43,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:43,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:06:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-401e5101-34c9-4abd-beef-e0d710a8ea84 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 10:06:43,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd used request id req-401e5101-34c9-4abd-beef-e0d710a8ea84 2018-07-17 10:06:43,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.316666126251s 2018-07-17 10:06:43,522 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f4d07459030e48b7b25bd38d0bd026fd used request id req-401e5101-34c9-4abd-beef-e0d710a8ea84 2018-07-17 10:06:43,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:06:43,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:43,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6929749d-d1fe-481a-8585-76dddc6c303b Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d"}, "tags": [], "enabled": true, "id": "63c43fd44d084ef783f2ee7d9b08ff1d", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_4b742fa2-c3b6-4453-a762-f8f7b63c9a01"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:06:43,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-6929749d-d1fe-481a-8585-76dddc6c303b 2018-07-17 10:06:43,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106441020966s 2018-07-17 10:06:43,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-6929749d-d1fe-481a-8585-76dddc6c303b 2018-07-17 10:06:43,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 10:06:43,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}314ceb2388f86695d0971d6947e46f5c7cc9f68f" 2018-07-17 10:06:43,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:06:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea151df8-abea-41a4-96be-b2239292b1c2 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 10:06:43,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d used request id req-ea151df8-abea-41a4-96be-b2239292b1c2 2018-07-17 10:06:43,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.200968027115s 2018-07-17 10:06:43,840 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/63c43fd44d084ef783f2ee7d9b08ff1d used request id req-ea151df8-abea-41a4-96be-b2239292b1c2 2018-07-17 10:06:43,895 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-17 10:06:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:06:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:06:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:06:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:06:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:06:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:06:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:06:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:06:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:06:43,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:06:43,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4146177c-0603-4ca4-9085-8f392ecad5a3 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:06:43,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4146177c-0603-4ca4-9085-8f392ecad5a3 2018-07-17 10:06:43,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:06:44,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:06:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["_VArURGFRbagi220U6mNUw"], "issued_at": "2018-07-17T10:06:44.000000Z"}} 2018-07-17 10:06:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:06:44,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:44,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-455076d3-4280-4415-bc9e-9a4a7af6a982 Date: Tue, 17 Jul 2018 10:06:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:06:44,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-455076d3-4280-4415-bc9e-9a4a7af6a982 2018-07-17 10:06:44,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299209833145s 2018-07-17 10:06:44,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-455076d3-4280-4415-bc9e-9a4a7af6a982 2018-07-17 10:06:44,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:06:44,653 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:06:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69e0cb54-ff99-40cb-ad80-5c21ac5b7578 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:06:44,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-69e0cb54-ff99-40cb-ad80-5c21ac5b7578 2018-07-17 10:06:44,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:06:44,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:44,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b58d60d-06a8-4759-8b36-ed63ac23d3a2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:06:44,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-4b58d60d-06a8-4759-8b36-ed63ac23d3a2 2018-07-17 10:06:44,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.112540006638s 2018-07-17 10:06:44,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-4b58d60d-06a8-4759-8b36-ed63ac23d3a2 2018-07-17 10:06:44,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 10:06:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403"}}' 2018-07-17 10:06:44,955 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:06:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1588ebf4-b83e-4385-85df-aa3dd9a50a72 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.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c"}, "tags": [], "enabled": true, "id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403"}} 2018-07-17 10:06:44,955 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1588ebf4-b83e-4385-85df-aa3dd9a50a72 2018-07-17 10:06:44,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.181973934174s 2018-07-17 10:06:44,956 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1588ebf4-b83e-4385-85df-aa3dd9a50a72 2018-07-17 10:06:44,956 - 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'49b47a1a8ce94c18bf8fe7e7f03a795c', '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_1d15e924-6ac3-4884-a636-2e723908a403'}) 2018-07-17 10:06:44,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 10:06:44,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "087b02eb-52e7-4f69-b9b4-54c6daab1356", "email": null, "name": "vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403"}}' 2018-07-17 10:06:45,386 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:06:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9439b24b-579c-43ff-8e67-80b66ff32c22 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403", "links": {"self": "http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0a1c945ece2a4921b45bb8d0d19269e6", "domain_id": "default", "password_expires_at": null}} 2018-07-17 10:06:45,386 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-9439b24b-579c-43ff-8e67-80b66ff32c22 2018-07-17 10:06:45,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.423120975494s 2018-07-17 10:06:45,387 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-9439b24b-579c-43ff-8e67-80b66ff32c22 2018-07-17 10:06:45,387 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0a1c945ece2a4921b45bb8d0d19269e6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403'}) 2018-07-17 10:06:45,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:06:45,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:45,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce896caf-4de3-42a7-a09d-fb86c3754bcb Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:06:45,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ce896caf-4de3-42a7-a09d-fb86c3754bcb 2018-07-17 10:06:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108698129654s 2018-07-17 10:06:45,500 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ce896caf-4de3-42a7-a09d-fb86c3754bcb 2018-07-17 10:06:45,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:06:45,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:45,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a9a016-ce0b-441e-808c-d45d9739c731 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:06:45,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-34a9a016-ce0b-441e-808c-d45d9739c731 2018-07-17 10:06:45,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111603021622s 2018-07-17 10:06:45,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-34a9a016-ce0b-441e-808c-d45d9739c731 2018-07-17 10:06:45,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:06:45,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:45,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1dbd0a-0646-4f6f-b7a4-2661cf25b5a4 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:06:45,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6a1dbd0a-0646-4f6f-b7a4-2661cf25b5a4 2018-07-17 10:06:45,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106612205505s 2018-07-17 10:06:45,728 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6a1dbd0a-0646-4f6f-b7a4-2661cf25b5a4 2018-07-17 10:06:45,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:06:45,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:45,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d391bbb7-8faf-4d26-90a2-7a8f6888e2b7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 10:06:45,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d391bbb7-8faf-4d26-90a2-7a8f6888e2b7 2018-07-17 10:06:45,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107805013657s 2018-07-17 10:06:45,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d391bbb7-8faf-4d26-90a2-7a8f6888e2b7 2018-07-17 10:06:45,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:06:45,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:45,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbee0e5-242a-407d-8ea5-88eab16cb3e6 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403", "links": {"self": "http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0a1c945ece2a4921b45bb8d0d19269e6", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:06:45,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bdbee0e5-242a-407d-8ea5-88eab16cb3e6 2018-07-17 10:06:45,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12250995636s 2018-07-17 10:06:45,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bdbee0e5-242a-407d-8ea5-88eab16cb3e6 2018-07-17 10:06:45,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:06:45,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:46,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb989d6-5a00-422a-9cb8-62f92f9f22c7 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c"}, "tags": [], "enabled": true, "id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:06:46,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-1cb989d6-5a00-422a-9cb8-62f92f9f22c7 2018-07-17 10:06:46,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112457990646s 2018-07-17 10:06:46,089 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-1cb989d6-5a00-422a-9cb8-62f92f9f22c7 2018-07-17 10:06:46,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:06:46,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=0a1c945ece2a4921b45bb8d0d19269e6&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=49b47a1a8ce94c18bf8fe7e7f03a795c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:46,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-246ad615-fe0a-4cc4-870f-603a6b5e66e9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0a1c945ece2a4921b45bb8d0d19269e6&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=49b47a1a8ce94c18bf8fe7e7f03a795c", "previous": null, "next": null}} 2018-07-17 10:06:46,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0a1c945ece2a4921b45bb8d0d19269e6&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=49b47a1a8ce94c18bf8fe7e7f03a795c used request id req-246ad615-fe0a-4cc4-870f-603a6b5e66e9 2018-07-17 10:06:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105089902878s 2018-07-17 10:06:46,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0a1c945ece2a4921b45bb8d0d19269e6&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=49b47a1a8ce94c18bf8fe7e7f03a795c used request id req-246ad615-fe0a-4cc4-870f-603a6b5e66e9 2018-07-17 10:06:46,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 10:06:46,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c/users/0a1c945ece2a4921b45bb8d0d19269e6/roles/9cb77e8f0b6947f69395a6c9dca28469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:06:46,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:06:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-490046d5-1703-45d2-8ff7-e151ff2f4ac8 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 10:06:46,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c/users/0a1c945ece2a4921b45bb8d0d19269e6/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-490046d5-1703-45d2-8ff7-e151ff2f4ac8 2018-07-17 10:06:46,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143446922302s 2018-07-17 10:06:46,349 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c/users/0a1c945ece2a4921b45bb8d0d19269e6/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-490046d5-1703-45d2-8ff7-e151ff2f4ac8 2018-07-17 10:06:46,350 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403', 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'49b47a1a8ce94c18bf8fe7e7f03a795c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '087b02eb-52e7-4f69-b9b4-54c6daab1356', 'username': u'vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29: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 10:06:46,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:06:46,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:06:46,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:06:46,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:06:46,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:06:46,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:06:46,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:06:46,355 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403', 'password': '087b02eb-52e7-4f69-b9b4-54c6daab1356', 'project_name': 'vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '49b47a1a8ce94c18bf8fe7e7f03a795c', 'project_domain_name': 'Default'} 2018-07-17 10:06:46,356 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-17 10:06:46,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:06:46,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229b7688-3efa-4aed-b89a-6328a577016a 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:06:46,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-229b7688-3efa-4aed-b89a-6328a577016a 2018-07-17 10:06:46,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:06:46,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}, {"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}], "expires_at": "2018-07-17T11:06:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "name": "vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/49b47a1a8ce94c18bf8fe7e7f03a795c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403", "id": "0a1c945ece2a4921b45bb8d0d19269e6"}, "audit_ids": ["BhiphZlGQKmVEck8UyBxEA"], "issued_at": "2018-07-17T10:06:46.000000Z"}} 2018-07-17 10:06:46,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:06:46,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"network": {"name": "vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403", "admin_state_up": true}}' 2018-07-17 10:06:47,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-98e3a829-6fa1-43b8-838e-b41e5aa3583d Date: Tue, 17 Jul 2018 10:06:47 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T10:06:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}} 2018-07-17 10:06:47,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-98e3a829-6fa1-43b8-838e-b41e5aa3583d 2018-07-17 10:06:47,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.680248975754s 2018-07-17 10:06:47,453 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-98e3a829-6fa1-43b8-838e-b41e5aa3583d 2018-07-17 10:06:47,454 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:06:47Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b366445d-a4df-426a-920b-25b11a834936', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403', u'admin_state_up': True, u'tenant_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', u'created_at': u'2018-07-17T10:06:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c'}) 2018-07-17 10:06:47,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:06:47,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:47,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-253b403d-726b-40f9-847d-e6e8ff038149 Date: Tue, 17 Jul 2018 10:06: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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:06:47Z","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:06:47,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-253b403d-726b-40f9-847d-e6e8ff038149 2018-07-17 10:06:47,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309382915497s 2018-07-17 10:06:47,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-253b403d-726b-40f9-847d-e6e8ff038149 2018-07-17 10:06:47,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:06:47,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"subnet": {"name": "vping_ssh-subnet_1d15e924-6ac3-4884-a636-2e723908a403", "enable_dhcp": true, "network_id": "b366445d-a4df-426a-920b-25b11a834936", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:06:48,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-ec3f80aa-0b1c-46a8-a8de-9152f4201884 Date: Tue, 17 Jul 2018 10:06:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:06:48Z","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":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","subnetpool_id":null,"name":"vping_ssh-subnet_1d15e924-6ac3-4884-a636-2e723908a403"}} 2018-07-17 10:06:48,705 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ec3f80aa-0b1c-46a8-a8de-9152f4201884 2018-07-17 10:06:48,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.939309120178s 2018-07-17 10:06:48,705 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ec3f80aa-0b1c-46a8-a8de-9152f4201884 2018-07-17 10:06:48,706 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:06:48Z', 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'2ebe4c41-6627-43a9-a1cb-1a9c59885ea1', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_1d15e924-6ac3-4884-a636-2e723908a403', u'enable_dhcp': True, u'network_id': u'b366445d-a4df-426a-920b-25b11a834936', u'tenant_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', u'created_at': u'2018-07-17T10:06:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c'}) 2018-07-17 10:06:48,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:06:48,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "vping_ssh-router_1d15e924-6ac3-4884-a636-2e723908a403", "admin_state_up": true}}' 2018-07-17 10:06:50,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-07f06239-20fb-4856-970a-bda3435e86bf Date: Tue, 17 Jul 2018 10:06:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:48Z", "admin_state_up": true, "updated_at": "2018-07-17T10:06:49Z", "revision_number": 2, "routes": [], "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "036b83f6-badb-4721-87f5-39561b5e4b3d", "name": "vping_ssh-router_1d15e924-6ac3-4884-a636-2e723908a403"}} 2018-07-17 10:06:50,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-07f06239-20fb-4856-970a-bda3435e86bf 2018-07-17 10:06:50,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51620697975s 2018-07-17 10:06:50,223 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-07f06239-20fb-4856-970a-bda3435e86bf 2018-07-17 10:06:50,223 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', u'created_at': u'2018-07-17T10:06:48Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T10:06:49Z', u'revision_number': 2, u'routes': [], u'project_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', u'id': u'036b83f6-badb-4721-87f5-39561b5e4b3d', u'name': u'vping_ssh-router_1d15e924-6ac3-4884-a636-2e723908a403'}) 2018-07-17 10:06:50,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:06:50,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d/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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"subnet_id": "2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"}' 2018-07-17 10:06:52,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e2d70ab1-0711-43bd-b0ef-c1913368436c Date: Tue, 17 Jul 2018 10:06:52 GMT RESP BODY: {"network_id": "b366445d-a4df-426a-920b-25b11a834936", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "subnet_id": "2ebe4c41-6627-43a9-a1cb-1a9c59885ea1", "subnet_ids": ["2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"], "port_id": "3e856faf-8068-4c15-a30d-60a076a53b51", "id": "036b83f6-badb-4721-87f5-39561b5e4b3d"} 2018-07-17 10:06:52,317 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d/add_router_interface.json used request id req-e2d70ab1-0711-43bd-b0ef-c1913368436c 2018-07-17 10:06:52,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09338998795s 2018-07-17 10:06:52,318 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d/add_router_interface.json used request id req-e2d70ab1-0711-43bd-b0ef-c1913368436c returning object 036b83f6-badb-4721-87f5-39561b5e4b3d 2018-07-17 10:06:52,318 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:06:52,450 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:06:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:06:52,456 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:06:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:06:52,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:06:52,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:52,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8a25bbce-6d37-46e0-94e8-4d9cc24269de Date: Tue, 17 Jul 2018 10:06:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:06:52,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8a25bbce-6d37-46e0-94e8-4d9cc24269de 2018-07-17 10:06:52,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.264998912811s 2018-07-17 10:06:52,724 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8a25bbce-6d37-46e0-94e8-4d9cc24269de 2018-07-17 10:06:52,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:06:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403"}' 2018-07-17 10:06:52,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2d310909-3841-41c6-9904-6b673df35c76 Date: Tue, 17 Jul 2018 10:06:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file", "owner": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "size": null, "self": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:06:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "checksum": null, "created_at": "2018-07-17T10:06:52Z", "protected": false} 2018-07-17 10:06:52,990 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-2d310909-3841-41c6-9904-6b673df35c76 2018-07-17 10:06:52,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.257526159286s 2018-07-17 10:06:52,990 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-2d310909-3841-41c6-9904-6b673df35c76 returning object 67c481bb-4657-43da-8e4a-8c0132c96c0d 2018-07-17 10:06:52,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:06:52,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '' 2018-07-17 10:06:54,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f44233c-df57-4ac2-9019-f726d88c9954 Date: Tue, 17 Jul 2018 10:06: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 10:06:54,748 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file used request id req-1f44233c-df57-4ac2-9019-f726d88c9954 2018-07-17 10:06:54,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.75638103485s 2018-07-17 10:06:54,748 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file used request id req-1f44233c-df57-4ac2-9019-f726d88c9954 2018-07-17 10:06:54,748 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:06:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file', u'owner': u'49b47a1a8ce94c18bf8fe7e7f03a795c', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'67c481bb-4657-43da-8e4a-8c0132c96c0d', u'size': None, u'name': u'vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403', u'checksum': None, u'self': u'/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:06:52Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:06:54,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:06:54,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_1d15e924-6ac3-4884-a636-2e723908a403", "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 10:06:55,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-24302b6c-2c5b-454a-ad52-af43df1172e1 x-compute-request-id: req-24302b6c-2c5b-454a-ad52-af43df1172e1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_1d15e924-6ac3-4884-a636-2e723908a403", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "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": "209b7958-0016-42a0-8458-db2bf29bc009"}} 2018-07-17 10:06:55,002 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-24302b6c-2c5b-454a-ad52-af43df1172e1 2018-07-17 10:06:55,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.253459215164s 2018-07-17 10:06:55,003 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-24302b6c-2c5b-454a-ad52-af43df1172e1 2018-07-17 10:06:55,004 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_1d15e924-6ac3-4884-a636-2e723908a403', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'209b7958-0016-42a0-8458-db2bf29bc009', 'swap': 0}) 2018-07-17 10:06:55,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:06:55,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009/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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" -d '{"extra_specs": {}}' 2018-07-17 10:06:55,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-a3dc65c0-c858-4cde-b262-c3b8762af80f x-compute-request-id: req-a3dc65c0-c858-4cde-b262-c3b8762af80f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:06:55,027 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009/os-extra_specs used request id req-a3dc65c0-c858-4cde-b262-c3b8762af80f 2018-07-17 10:06:55,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226390361786s 2018-07-17 10:06:55,028 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009/os-extra_specs used request id req-a3dc65c0-c858-4cde-b262-c3b8762af80f 2018-07-17 10:06:55,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 10:06:55,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"keypair": {"name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403"}}' 2018-07-17 10:06:55,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-92180707-8150-4ed9-a869-e2d210ab5363 x-compute-request-id: req-92180707-8150-4ed9-a869-e2d210ab5363 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC86yTWeG622U3JEuiOnWQlG1Lm0vTLLzNG4uGzd1i5LvWCSVTRPfTXGGv+Y9qJiQ1dduVgIhfiuldtxGZ68rowgpqYV40UDUURKRQlxT0tYS93E+5S32BrZJafaLJRK1uItyAilrmQ6wp6B1mUMnx04iOCCXXppRviVKOdo+tRVW6eaUNwGsNBfkP/4fiL/4GXPbfARsPUuJNpPzOiE0w91jpYxRZcdbNK1zbWlE/kvLhSCUX6RRp4GQDSXaYOeM4K6gt+7WAMS7KZa/5oVkbbpRmKTdZyD3Rf9Yhu4/A6bAPScJJE6abYt4y75rQGmrjKHkDacV4vwbZlT2Rcncyz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvOsk1nhuttlNyRLojp1kJRtS5tL0yy8zRuLhs3dYuS71gklU\n0T301xhr/mPaiYkNXXblYCIX4rpXbcRmevK6MIKamFeNFA1FESkUJcU9LWEvdxPu\nUt9ga2SWn2iyUStbiLcgIpa5kOsKegdZlDJ8dOIjggl16aUb4lSjnaPrUVVunmlD\ncBrDQX5D/+H4i/+Blz23wEbD1LiTaT8zohNMPdY6WMUWXHWzStc21pRP5Ly4UglF\n+kUaeBkA0l2mDnjOCuoLfu1gDEuymWv+aFZG26UZik3Wcg90X/WIbuPwOmwD0nCS\nROmm2LeMu+a0Bpq4yh5A2nFeL8G2ZU9kXJ3MswIDAQABAoIBAQCakbX5OF41gsRO\n8QaPsRz/80Q4EYAyQjMtG3LZOJvCIDbFW6Rm8s9BsfyiDib/AsCJqT7xEdQDML1Z\n1SiYDcLi7+j3HiMStey9pqOSZ7evSmXggtEqwxMLqyhF0w6atOPWjyZexn2boYNX\n5m2XgFst8txkh8MO4IVZADFCSJy/VMNJy5wKvMLFVHOtNy4to24YPau42QLhw4YM\n6l13YLTy8L6XIvxCD3ZEAOrzQH6J6KCzY8ZhL0fRgPMRB1fKqMM5tmYYGeXPnvsy\nEf6OGb7rF5sWpYtWvP1kOWObWKxRwu0G0uqxyixNyvHPAMtWwHYGvqmHG6Wm8M+N\nMiKPcbW5AoGBAOu8DrYGw+4Ox91OBVp6MbUN9E4NYoaQBAZ0ntiXvNMRbRStynYC\nASLzx64LU5JjMQ63LjpQTfoWCjVFYmqOFAlIkevInQ4iIj8gTqGWjCH9+sg6ckkq\n4HYIebJVwUm1XD9+RvJCQ25+vsNBGsb8M4iGDkJrPPJ6lUgHVBtrzPCXAoGBAM0o\nx3ac35V+rx7R7lyIx7GoqNOQtse8q7DD3qmbTWB36rygHC2L+GwYtn/mEo9Yv7Gz\nstVKSn/K66YuycvCno6AmFakbLe2qcAV0aeB5CFRw1MD4JCdKVSlEjO8nl3/Mfwm\nhWNuag35sqouERa+8TfIyb/CV7ty/Z89tsQdESxFAoGAWFhdJwi4CxKNArpHtVXQ\nJSt6oHnRr95vM8Am+8M6J9wDBlnvY3Ry2peEAQ0Ln/P+oaYy8/W+k3gJEVfUf1yJ\n08TXswa3HWHbdc70yQgzslWN09ZbmGIyRun8OcJ7stT+Iml/yzDcNp/XfDN9Bo/j\n/ElJNMkdyT35jkn40mH/JzcCgYA+n9ULIuWo94uzJ7fP7TyvwWEPe5wfqjrqcU+1\njB95dAFmZKVVTeWd8Yk7z1oZAak6MDVFoDDPg3ydNKkKlrTZoO1ffT9mcM6uQLrH\nnAGsHg42d/eDjUXBfcXpnwjkfnKemo+bA2hCLddY1UkIHW76bUMQUt1+7aH3itoQ\nUSMd1QKBgQDBfyYXLjSHvPUBk4uqKRFs41EdHXlV+3i+pjeh58v+Ze0sitUPFsT0\ny6ucxwnmbdRbOTlrZX5s7m10KbE+8t9tgdEeBoN2DL18p9G4ytmZdGesylMIs54P\ngr0AWKVLCUDJDeR2NtXvc5yijcoJOZjI9RoW3Ki9ErmL+PKhnlPJ2A==\n-----END RSA PRIVATE KEY-----\n", "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "fingerprint": "3e:47:dc:e8:98:e5:1b:da:30:14:9d:a7:ba:17:68:4c"}} 2018-07-17 10:06:55,434 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-92180707-8150-4ed9-a869-e2d210ab5363 2018-07-17 10:06:55,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.406363010406s 2018-07-17 10:06:55,435 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-92180707-8150-4ed9-a869-e2d210ab5363 2018-07-17 10:06:55,436 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC86yTWeG622U3JEuiOnWQlG1Lm0vTLLzNG4uGzd1i5LvWCSVTRPfTXGGv+Y9qJiQ1dduVgIhfiuldtxGZ68rowgpqYV40UDUURKRQlxT0tYS93E+5S32BrZJafaLJRK1uItyAilrmQ6wp6B1mUMnx04iOCCXXppRviVKOdo+tRVW6eaUNwGsNBfkP/4fiL/4GXPbfARsPUuJNpPzOiE0w91jpYxRZcdbNK1zbWlE/kvLhSCUX6RRp4GQDSXaYOeM4K6gt+7WAMS7KZa/5oVkbbpRmKTdZyD3Rf9Yhu4/A6bAPScJJE6abYt4y75rQGmrjKHkDacV4vwbZlT2Rcncyz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvOsk1nhuttlNyRLojp1kJRtS5tL0yy8zRuLhs3dYuS71gklU\n0T301xhr/mPaiYkNXXblYCIX4rpXbcRmevK6MIKamFeNFA1FESkUJcU9LWEvdxPu\nUt9ga2SWn2iyUStbiLcgIpa5kOsKegdZlDJ8dOIjggl16aUb4lSjnaPrUVVunmlD\ncBrDQX5D/+H4i/+Blz23wEbD1LiTaT8zohNMPdY6WMUWXHWzStc21pRP5Ly4UglF\n+kUaeBkA0l2mDnjOCuoLfu1gDEuymWv+aFZG26UZik3Wcg90X/WIbuPwOmwD0nCS\nROmm2LeMu+a0Bpq4yh5A2nFeL8G2ZU9kXJ3MswIDAQABAoIBAQCakbX5OF41gsRO\n8QaPsRz/80Q4EYAyQjMtG3LZOJvCIDbFW6Rm8s9BsfyiDib/AsCJqT7xEdQDML1Z\n1SiYDcLi7+j3HiMStey9pqOSZ7evSmXggtEqwxMLqyhF0w6atOPWjyZexn2boYNX\n5m2XgFst8txkh8MO4IVZADFCSJy/VMNJy5wKvMLFVHOtNy4to24YPau42QLhw4YM\n6l13YLTy8L6XIvxCD3ZEAOrzQH6J6KCzY8ZhL0fRgPMRB1fKqMM5tmYYGeXPnvsy\nEf6OGb7rF5sWpYtWvP1kOWObWKxRwu0G0uqxyixNyvHPAMtWwHYGvqmHG6Wm8M+N\nMiKPcbW5AoGBAOu8DrYGw+4Ox91OBVp6MbUN9E4NYoaQBAZ0ntiXvNMRbRStynYC\nASLzx64LU5JjMQ63LjpQTfoWCjVFYmqOFAlIkevInQ4iIj8gTqGWjCH9+sg6ckkq\n4HYIebJVwUm1XD9+RvJCQ25+vsNBGsb8M4iGDkJrPPJ6lUgHVBtrzPCXAoGBAM0o\nx3ac35V+rx7R7lyIx7GoqNOQtse8q7DD3qmbTWB36rygHC2L+GwYtn/mEo9Yv7Gz\nstVKSn/K66YuycvCno6AmFakbLe2qcAV0aeB5CFRw1MD4JCdKVSlEjO8nl3/Mfwm\nhWNuag35sqouERa+8TfIyb/CV7ty/Z89tsQdESxFAoGAWFhdJwi4CxKNArpHtVXQ\nJSt6oHnRr95vM8Am+8M6J9wDBlnvY3Ry2peEAQ0Ln/P+oaYy8/W+k3gJEVfUf1yJ\n08TXswa3HWHbdc70yQgzslWN09ZbmGIyRun8OcJ7stT+Iml/yzDcNp/XfDN9Bo/j\n/ElJNMkdyT35jkn40mH/JzcCgYA+n9ULIuWo94uzJ7fP7TyvwWEPe5wfqjrqcU+1\njB95dAFmZKVVTeWd8Yk7z1oZAak6MDVFoDDPg3ydNKkKlrTZoO1ffT9mcM6uQLrH\nnAGsHg42d/eDjUXBfcXpnwjkfnKemo+bA2hCLddY1UkIHW76bUMQUt1+7aH3itoQ\nUSMd1QKBgQDBfyYXLjSHvPUBk4uqKRFs41EdHXlV+3i+pjeh58v+Ze0sitUPFsT0\ny6ucxwnmbdRbOTlrZX5s7m10KbE+8t9tgdEeBoN2DL18p9G4ytmZdGesylMIs54P\ngr0AWKVLCUDJDeR2NtXvc5yijcoJOZjI9RoW3Ki9ErmL+PKhnlPJ2A==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0a1c945ece2a4921b45bb8d0d19269e6', 'name': u'vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403', 'created_at': '2018-07-17T10:06:55.436025', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'name': 'vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3e:47:dc:e8:98:e5:1b:da:30:14:9d:a7:ba:17:68:4c', 'type': 'ssh', 'id': u'vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403'}) 2018-07-17 10:06:55,436 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvOsk1nhuttlNyRLojp1kJRtS5tL0yy8zRuLhs3dYuS71gklU 0T301xhr/mPaiYkNXXblYCIX4rpXbcRmevK6MIKamFeNFA1FESkUJcU9LWEvdxPu Ut9ga2SWn2iyUStbiLcgIpa5kOsKegdZlDJ8dOIjggl16aUb4lSjnaPrUVVunmlD cBrDQX5D/+H4i/+Blz23wEbD1LiTaT8zohNMPdY6WMUWXHWzStc21pRP5Ly4UglF +kUaeBkA0l2mDnjOCuoLfu1gDEuymWv+aFZG26UZik3Wcg90X/WIbuPwOmwD0nCS ROmm2LeMu+a0Bpq4yh5A2nFeL8G2ZU9kXJ3MswIDAQABAoIBAQCakbX5OF41gsRO 8QaPsRz/80Q4EYAyQjMtG3LZOJvCIDbFW6Rm8s9BsfyiDib/AsCJqT7xEdQDML1Z 1SiYDcLi7+j3HiMStey9pqOSZ7evSmXggtEqwxMLqyhF0w6atOPWjyZexn2boYNX 5m2XgFst8txkh8MO4IVZADFCSJy/VMNJy5wKvMLFVHOtNy4to24YPau42QLhw4YM 6l13YLTy8L6XIvxCD3ZEAOrzQH6J6KCzY8ZhL0fRgPMRB1fKqMM5tmYYGeXPnvsy Ef6OGb7rF5sWpYtWvP1kOWObWKxRwu0G0uqxyixNyvHPAMtWwHYGvqmHG6Wm8M+N MiKPcbW5AoGBAOu8DrYGw+4Ox91OBVp6MbUN9E4NYoaQBAZ0ntiXvNMRbRStynYC ASLzx64LU5JjMQ63LjpQTfoWCjVFYmqOFAlIkevInQ4iIj8gTqGWjCH9+sg6ckkq 4HYIebJVwUm1XD9+RvJCQ25+vsNBGsb8M4iGDkJrPPJ6lUgHVBtrzPCXAoGBAM0o x3ac35V+rx7R7lyIx7GoqNOQtse8q7DD3qmbTWB36rygHC2L+GwYtn/mEo9Yv7Gz stVKSn/K66YuycvCno6AmFakbLe2qcAV0aeB5CFRw1MD4JCdKVSlEjO8nl3/Mfwm hWNuag35sqouERa+8TfIyb/CV7ty/Z89tsQdESxFAoGAWFhdJwi4CxKNArpHtVXQ JSt6oHnRr95vM8Am+8M6J9wDBlnvY3Ry2peEAQ0Ln/P+oaYy8/W+k3gJEVfUf1yJ 08TXswa3HWHbdc70yQgzslWN09ZbmGIyRun8OcJ7stT+Iml/yzDcNp/XfDN9Bo/j /ElJNMkdyT35jkn40mH/JzcCgYA+n9ULIuWo94uzJ7fP7TyvwWEPe5wfqjrqcU+1 jB95dAFmZKVVTeWd8Yk7z1oZAak6MDVFoDDPg3ydNKkKlrTZoO1ffT9mcM6uQLrH nAGsHg42d/eDjUXBfcXpnwjkfnKemo+bA2hCLddY1UkIHW76bUMQUt1+7aH3itoQ USMd1QKBgQDBfyYXLjSHvPUBk4uqKRFs41EdHXlV+3i+pjeh58v+Ze0sitUPFsT0 y6ucxwnmbdRbOTlrZX5s7m10KbE+8t9tgdEeBoN2DL18p9G4ytmZdGesylMIs54P gr0AWKVLCUDJDeR2NtXvc5yijcoJOZjI9RoW3Ki9ErmL+PKhnlPJ2A== -----END RSA PRIVATE KEY----- 2018-07-17 10:06:55,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 10:06:55,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"security_group": {"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-17 10:06:55,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3db73e9a-fa2a-48b4-8e02-e24a3f9baff4 Date: Tue, 17 Jul 2018 10:06:55 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:55Z", "updated_at": "2018-07-17T10:06:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "091f374d-90ad-4026-b2e8-25f06207323d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "10ac546a-a3db-4dc0-b6ab-1ac5d94fa1ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 1, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}} 2018-07-17 10:06:55,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-3db73e9a-fa2a-48b4-8e02-e24a3f9baff4 2018-07-17 10:06:55,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.195931196213s 2018-07-17 10:06:55,635 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-3db73e9a-fa2a-48b4-8e02-e24a3f9baff4 2018-07-17 10:06:55,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:06:55,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:55,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-a94af7c7-0997-4a62-9aa0-3e756de52bd6 Date: Tue, 17 Jul 2018 10:06:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:47Z", "updated_at": "2018-07-17T10:06:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "14666184-0954-4711-9ec4-1880e3e92140", "remote_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "14e51e29-f61b-4096-aadf-55d2dc6eb06a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "a69cb58c-cac3-468c-9fac-c343de5bcd71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "a753a0f9-b1c3-4ad5-ae16-f6f2fc6bcd79", "remote_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 1, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:55Z", "updated_at": "2018-07-17T10:06:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "091f374d-90ad-4026-b2e8-25f06207323d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "10ac546a-a3db-4dc0-b6ab-1ac5d94fa1ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 1, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:06:55,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a94af7c7-0997-4a62-9aa0-3e756de52bd6 2018-07-17 10:06:55,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.244822025299s 2018-07-17 10:06:55,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a94af7c7-0997-4a62-9aa0-3e756de52bd6 2018-07-17 10:06:55,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:06:55,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -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": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977"}}' 2018-07-17 10:06:56,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dcf44bd3-7fa6-44e5-99b5-331ff9fe347b Date: Tue, 17 Jul 2018 10:06:56 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-17T10:06:56Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:56Z", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "ab032f1f-48fb-460d-935d-01d410751e27"}} 2018-07-17 10:06:56,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-dcf44bd3-7fa6-44e5-99b5-331ff9fe347b 2018-07-17 10:06:56,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.350593805313s 2018-07-17 10:06:56,240 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-dcf44bd3-7fa6-44e5-99b5-331ff9fe347b 2018-07-17 10:06:56,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:06:56,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:56,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-e64a1798-232c-4217-a365-12b190280acb Date: Tue, 17 Jul 2018 10:06:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:47Z", "updated_at": "2018-07-17T10:06:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "14666184-0954-4711-9ec4-1880e3e92140", "remote_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "14e51e29-f61b-4096-aadf-55d2dc6eb06a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "a69cb58c-cac3-468c-9fac-c343de5bcd71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "a753a0f9-b1c3-4ad5-ae16-f6f2fc6bcd79", "remote_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 1, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:55Z", "updated_at": "2018-07-17T10:06:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "091f374d-90ad-4026-b2e8-25f06207323d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "10ac546a-a3db-4dc0-b6ab-1ac5d94fa1ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:06:56Z", "revision_number": 0, "id": "ab032f1f-48fb-460d-935d-01d410751e27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:56Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 2, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:06:56,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e64a1798-232c-4217-a365-12b190280acb 2018-07-17 10:06:56,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.230483055115s 2018-07-17 10:06:56,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e64a1798-232c-4217-a365-12b190280acb 2018-07-17 10:06:56,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:06:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -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": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977"}}' 2018-07-17 10:06:56,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-89e6286f-e906-41c1-95ff-a1a3200620ec Date: Tue, 17 Jul 2018 10:06:56 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-17T10:06:56Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "port_range_min": null, "revision_number": 0, "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:56Z", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "4605c5c7-5989-48ad-833e-76a0fc6184db"}} 2018-07-17 10:06:56,665 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-89e6286f-e906-41c1-95ff-a1a3200620ec 2018-07-17 10:06:56,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.187623023987s 2018-07-17 10:06:56,666 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-89e6286f-e906-41c1-95ff-a1a3200620ec 2018-07-17 10:06:56,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:06:56,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:56,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-77588f17-1937-473b-bc99-c0d54e072afb Date: Tue, 17 Jul 2018 10:06:56 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"],"updated_at":"2018-07-17T10:06:48Z","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:06:56,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-77588f17-1937-473b-bc99-c0d54e072afb 2018-07-17 10:06:56,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280678033829s 2018-07-17 10:06:56,948 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-77588f17-1937-473b-bc99-c0d54e072afb 2018-07-17 10:06:56,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:06:56,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:57,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-512fe2c0-9370-4fe9-8e6f-049699c982e5 Date: Tue, 17 Jul 2018 10:06:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/snap", "metadata": {}}], "file": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file", "owner": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "size": 12716032, "self": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:06:54Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:06:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:06:57,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-512fe2c0-9370-4fe9-8e6f-049699c982e5 2018-07-17 10:06:57,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.680814981461s 2018-07-17 10:06:57,634 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-512fe2c0-9370-4fe9-8e6f-049699c982e5 2018-07-17 10:06:57,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:06:57,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:06:57,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:06: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-e71cd9d1-e3df-4fb5-b64b-54e8b45508ce x-compute-request-id: req-e71cd9d1-e3df-4fb5-b64b-54e8b45508ce Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1d15e924-6ac3-4884-a636-2e723908a403", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "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": "209b7958-0016-42a0-8458-db2bf29bc009"}]} 2018-07-17 10:06:57,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e71cd9d1-e3df-4fb5-b64b-54e8b45508ce 2018-07-17 10:06:57,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283060073853s 2018-07-17 10:06:57,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e71cd9d1-e3df-4fb5-b64b-54e8b45508ce 2018-07-17 10:06:57,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:06:57,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"server": {"name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "imageRef": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "flavorRef": "209b7958-0016-42a0-8458-db2bf29bc009", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b366445d-a4df-426a-920b-25b11a834936"}], "security_groups": [{"name": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977"}]}}' 2018-07-17 10:07:00,626 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:06: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-c91a5b84-36d9-4c06-9f47-a1b63c121c6d x-compute-request-id: req-c91a5b84-36d9-4c06-9f47-a1b63c121c6d Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977"}], "OS-DCF:diskConfig": "MANUAL", "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "adminPass": "hni2x2pTP2ht"}} 2018-07-17 10:07:00,626 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c91a5b84-36d9-4c06-9f47-a1b63c121c6d 2018-07-17 10:07:00,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.95951509476s 2018-07-17 10:07:00,626 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c91a5b84-36d9-4c06-9f47-a1b63c121c6d 2018-07-17 10:07:00,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:00,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:00,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-9b43ff8d-b3be-4fa4-aa14-bd031b257b40 x-compute-request-id: req-9b43ff8d-b3be-4fa4-aa14-bd031b257b40 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:00,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9b43ff8d-b3be-4fa4-aa14-bd031b257b40 2018-07-17 10:07:00,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.320181131363s 2018-07-17 10:07:00,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9b43ff8d-b3be-4fa4-aa14-bd031b257b40 2018-07-17 10:07:00,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:07:00,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:01,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1f237c3a-ace0-4a3e-b800-9cedeb6ca24c Date: Tue, 17 Jul 2018 10:07:01 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"],"updated_at":"2018-07-17T10:06:48Z","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:01,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1f237c3a-ace0-4a3e-b800-9cedeb6ca24c 2018-07-17 10:07:01,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.307593822479s 2018-07-17 10:07:01,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1f237c3a-ace0-4a3e-b800-9cedeb6ca24c 2018-07-17 10:07:01,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:07:01,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:01,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-89d97650-4e31-48c6-83df-541fef007aa5 Date: Tue, 17 Jul 2018 10:07:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:06:48Z","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":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","subnetpool_id":null,"name":"vping_ssh-subnet_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:01,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-89d97650-4e31-48c6-83df-541fef007aa5 2018-07-17 10:07:01,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.224299907684s 2018-07-17 10:07:01,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-89d97650-4e31-48c6-83df-541fef007aa5 2018-07-17 10:07:01,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:03,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:03,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:04,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:03 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-3abf5c02-3035-471f-966b-ee9d58ab5c68 x-compute-request-id: req-3abf5c02-3035-471f-966b-ee9d58ab5c68 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:04,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3abf5c02-3035-471f-966b-ee9d58ab5c68 2018-07-17 10:07:04,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54548406601s 2018-07-17 10:07:04,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3abf5c02-3035-471f-966b-ee9d58ab5c68 2018-07-17 10:07:04,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:06,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:06,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-df744f77-af03-4fdf-b636-7b3cf991bfda x-compute-request-id: req-df744f77-af03-4fdf-b636-7b3cf991bfda 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.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:04Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:06,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-df744f77-af03-4fdf-b636-7b3cf991bfda 2018-07-17 10:07:06,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577816009521s 2018-07-17 10:07:06,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-df744f77-af03-4fdf-b636-7b3cf991bfda 2018-07-17 10:07:06,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:08,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:08,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:09,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-dd125039-abee-414c-83b7-ab9ead714fcb x-compute-request-id: req-dd125039-abee-414c-83b7-ab9ead714fcb 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.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:04Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:09,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dd125039-abee-414c-83b7-ab9ead714fcb 2018-07-17 10:07:09,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64658498764s 2018-07-17 10:07:09,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dd125039-abee-414c-83b7-ab9ead714fcb 2018-07-17 10:07:09,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:11,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:11,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:12,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-da66794b-15eb-43df-b8b7-fedd316992d4 x-compute-request-id: req-da66794b-15eb-43df-b8b7-fedd316992d4 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:12,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-da66794b-15eb-43df-b8b7-fedd316992d4 2018-07-17 10:07:12,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4008769989s 2018-07-17 10:07:12,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-da66794b-15eb-43df-b8b7-fedd316992d4 2018-07-17 10:07:12,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:07:12,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f7e023a4-5f98-464b-9c01-ccd17d3347be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:12,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-d8d357ee-e32b-4dd4-aa95-da14468a66a1 Date: Tue, 17 Jul 2018 10:07:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:07:04Z","admin_state_up":true,"updated_at":"2018-07-17T10:07:09Z","binding:vnic_type":"normal","device_id":"f7e023a4-5f98-464b-9c01-ccd17d3347be","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ce:e6:85","id":"20e1938d-7182-48b9-aadf-c82101466fa7","port_security_enabled":true,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","fixed_ips":[{"subnet_id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["ea8fb947-56c5-4d6c-9335-0f3c3a74a977"],"name":""}]} 2018-07-17 10:07:12,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f7e023a4-5f98-464b-9c01-ccd17d3347be used request id req-d8d357ee-e32b-4dd4-aa95-da14468a66a1 2018-07-17 10:07:12,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0589079856873s 2018-07-17 10:07:12,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f7e023a4-5f98-464b-9c01-ccd17d3347be used request id req-d8d357ee-e32b-4dd4-aa95-da14468a66a1 2018-07-17 10:07:12,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:07:12,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=20e1938d-7182-48b9-aadf-c82101466fa7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:13,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e3c02da7-9afd-461a-80ed-961ac6f885b1 Date: Tue, 17 Jul 2018 10:07:12 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:07:13,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=20e1938d-7182-48b9-aadf-c82101466fa7 used request id req-e3c02da7-9afd-461a-80ed-961ac6f885b1 2018-07-17 10:07:13,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.251209020615s 2018-07-17 10:07:13,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=20e1938d-7182-48b9-aadf-c82101466fa7 used request id req-e3c02da7-9afd-461a-80ed-961ac6f885b1 2018-07-17 10:07:13,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:13,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:14,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-e18afd97-1222-4e47-b024-130b5cf66344 x-compute-request-id: req-e18afd97-1222-4e47-b024-130b5cf66344 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:14,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e18afd97-1222-4e47-b024-130b5cf66344 2018-07-17 10:07:14,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.29917788506s 2018-07-17 10:07:14,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e18afd97-1222-4e47-b024-130b5cf66344 2018-07-17 10:07:14,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:07:14,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f7e023a4-5f98-464b-9c01-ccd17d3347be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:14,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-903c6d25-74e9-4fcf-bce6-5e3f50352d3b Date: Tue, 17 Jul 2018 10:07:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:07:04Z","admin_state_up":true,"updated_at":"2018-07-17T10:07:09Z","binding:vnic_type":"normal","device_id":"f7e023a4-5f98-464b-9c01-ccd17d3347be","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ce:e6:85","id":"20e1938d-7182-48b9-aadf-c82101466fa7","port_security_enabled":true,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","fixed_ips":[{"subnet_id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["ea8fb947-56c5-4d6c-9335-0f3c3a74a977"],"name":""}]} 2018-07-17 10:07:14,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f7e023a4-5f98-464b-9c01-ccd17d3347be used request id req-903c6d25-74e9-4fcf-bce6-5e3f50352d3b 2018-07-17 10:07:14,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.064316034317s 2018-07-17 10:07:14,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f7e023a4-5f98-464b-9c01-ccd17d3347be used request id req-903c6d25-74e9-4fcf-bce6-5e3f50352d3b 2018-07-17 10:07:14,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:07:14,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=20e1938d-7182-48b9-aadf-c82101466fa7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:14,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fd7340dd-d503-4c5d-bc64-091ef7c0d826 Date: Tue, 17 Jul 2018 10:07:14 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:07:14,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=20e1938d-7182-48b9-aadf-c82101466fa7 used request id req-fd7340dd-d503-4c5d-bc64-091ef7c0d826 2018-07-17 10:07:14,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0528359413147s 2018-07-17 10:07:14,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=20e1938d-7182-48b9-aadf-c82101466fa7 used request id req-fd7340dd-d503-4c5d-bc64-091ef7c0d826 2018-07-17 10:07:14,432 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ce:e6:85', 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'67c481bb-4657-43da-8e4a-8c0132c96c0d'}), 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-17T10:07:09.000000', 'flavor': Munch({u'id': u'209b7958-0016-42a0-8458-db2bf29bc009'}), 'az': u'nova', 'id': u'f7e023a4-5f98-464b-9c01-ccd17d3347be', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0a1c945ece2a4921b45bb8d0d19269e6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'name': 'vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403', '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-17T10:07:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T10:07:09Z', 'hostId': u'4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5', '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-17T10:07:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'name': u'vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403', 'adminPass': None, 'tenant_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'created_at': u'2018-07-17T10:07:00Z', 'created': u'2018-07-17T10:07:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 10:07:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:07:14,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:14,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7b6ce5b0-f04f-44f2-bfb3-923ef99756ac Date: Tue, 17 Jul 2018 10:07: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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"],"updated_at":"2018-07-17T10:06:48Z","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:14,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7b6ce5b0-f04f-44f2-bfb3-923ef99756ac 2018-07-17 10:07:14,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316849946976s 2018-07-17 10:07:14,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7b6ce5b0-f04f-44f2-bfb3-923ef99756ac 2018-07-17 10:07:14,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:07:14,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:14,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5d24a8ba-9ebb-4c3a-9d15-b8151896a04c Date: Tue, 17 Jul 2018 10:07:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/snap", "metadata": {}}], "file": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file", "owner": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "size": 12716032, "self": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:06:54Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:06:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:07:14,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5d24a8ba-9ebb-4c3a-9d15-b8151896a04c 2018-07-17 10:07:14,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.039666891098s 2018-07-17 10:07:14,796 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5d24a8ba-9ebb-4c3a-9d15-b8151896a04c 2018-07-17 10:07:14,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:07:14,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:14,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-5b02fb0c-81ed-4475-b1b9-1a4336e1588e x-compute-request-id: req-5b02fb0c-81ed-4475-b1b9-1a4336e1588e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1d15e924-6ac3-4884-a636-2e723908a403", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "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": "209b7958-0016-42a0-8458-db2bf29bc009"}]} 2018-07-17 10:07:14,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5b02fb0c-81ed-4475-b1b9-1a4336e1588e 2018-07-17 10:07:14,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302422046661s 2018-07-17 10:07:14,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5b02fb0c-81ed-4475-b1b9-1a4336e1588e 2018-07-17 10:07:14,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:07:14,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"server": {"name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "imageRef": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "flavorRef": "209b7958-0016-42a0-8458-db2bf29bc009", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b366445d-a4df-426a-920b-25b11a834936"}], "security_groups": [{"name": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977"}]}}' 2018-07-17 10:07:17,110 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:07: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 x-openstack-request-id: req-725d6ee1-26c7-4c5d-9792-afe11b239c34 x-compute-request-id: req-725d6ee1-26c7-4c5d-9792-afe11b239c34 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977"}], "OS-DCF:diskConfig": "MANUAL", "id": "921e1011-6d61-47aa-9497-35866c458612", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "adminPass": "y3TQs6xcMP8B"}} 2018-07-17 10:07:17,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-725d6ee1-26c7-4c5d-9792-afe11b239c34 2018-07-17 10:07:17,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.28043317795s 2018-07-17 10:07:17,110 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-725d6ee1-26c7-4c5d-9792-afe11b239c34 2018-07-17 10:07:17,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:17,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:17,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-cc55b4f2-d34f-4322-a3a7-a3134125f133 x-compute-request-id: req-cc55b4f2-d34f-4322-a3a7-a3134125f133 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.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:17,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc55b4f2-d34f-4322-a3a7-a3134125f133 2018-07-17 10:07:17,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.764317989349s 2018-07-17 10:07:17,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc55b4f2-d34f-4322-a3a7-a3134125f133 2018-07-17 10:07:17,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:19,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:19,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:20,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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,Accept-Encoding x-openstack-request-id: req-cd8713e7-e69f-4ec5-9ed5-8e1083437724 x-compute-request-id: req-cd8713e7-e69f-4ec5-9ed5-8e1083437724 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:19Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:20,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cd8713e7-e69f-4ec5-9ed5-8e1083437724 2018-07-17 10:07:20,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443983078003s 2018-07-17 10:07:20,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cd8713e7-e69f-4ec5-9ed5-8e1083437724 2018-07-17 10:07:20,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:22,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:22,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-83db57f9-3ef9-4e64-ba37-b8276a00d6c9 x-compute-request-id: req-83db57f9-3ef9-4e64-ba37-b8276a00d6c9 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:20Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:22,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-83db57f9-3ef9-4e64-ba37-b8276a00d6c9 2018-07-17 10:07:22,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.264855861664s 2018-07-17 10:07:22,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-83db57f9-3ef9-4e64-ba37-b8276a00d6c9 2018-07-17 10:07:22,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:24,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:24,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:25,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-fbc15c4c-1756-4787-8df2-4c1e7c4b7d22 x-compute-request-id: req-fbc15c4c-1756-4787-8df2-4c1e7c4b7d22 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:20Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:25,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fbc15c4c-1756-4787-8df2-4c1e7c4b7d22 2018-07-17 10:07:25,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10497188568s 2018-07-17 10:07:25,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fbc15c4c-1756-4787-8df2-4c1e7c4b7d22 2018-07-17 10:07:25,715 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:27,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:27,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:28,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-8ec2433d-3e6b-4134-b282-022e3f05d418 x-compute-request-id: req-8ec2433d-3e6b-4134-b282-022e3f05d418 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:26.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:26Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:28,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8ec2433d-3e6b-4134-b282-022e3f05d418 2018-07-17 10:07:28,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08311986923s 2018-07-17 10:07:28,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8ec2433d-3e6b-4134-b282-022e3f05d418 2018-07-17 10:07:28,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:07:28,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:28,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b936c23a-6f6b-436c-aed0-3179ca2229ba Date: Tue, 17 Jul 2018 10:07:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:07:20Z","admin_state_up":true,"updated_at":"2018-07-17T10:07:26Z","binding:vnic_type":"normal","device_id":"921e1011-6d61-47aa-9497-35866c458612","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:62:e4:1e","id":"959f0ae2-bb5a-44d6-b777-608e85262e06","port_security_enabled":true,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","fixed_ips":[{"subnet_id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["ea8fb947-56c5-4d6c-9335-0f3c3a74a977"],"name":""}]} 2018-07-17 10:07:28,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612 used request id req-b936c23a-6f6b-436c-aed0-3179ca2229ba 2018-07-17 10:07:28,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0579199790955s 2018-07-17 10:07:28,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612 used request id req-b936c23a-6f6b-436c-aed0-3179ca2229ba 2018-07-17 10:07:28,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:07:28,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=959f0ae2-bb5a-44d6-b777-608e85262e06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:28,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f25d1e94-1e17-46f0-b8f1-21fd5dbfe375 Date: Tue, 17 Jul 2018 10:07:28 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:07:28,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=959f0ae2-bb5a-44d6-b777-608e85262e06 used request id req-f25d1e94-1e17-46f0-b8f1-21fd5dbfe375 2018-07-17 10:07:28,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0486750602722s 2018-07-17 10:07:28,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=959f0ae2-bb5a-44d6-b777-608e85262e06 used request id req-f25d1e94-1e17-46f0-b8f1-21fd5dbfe375 2018-07-17 10:07:28,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:28,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:29,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-e850d4af-3051-4cca-aa82-2cbbe2a6cdf1 x-compute-request-id: req-e850d4af-3051-4cca-aa82-2cbbe2a6cdf1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:26.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:26Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:09Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:29,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e850d4af-3051-4cca-aa82-2cbbe2a6cdf1 2018-07-17 10:07:29,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672996997833s 2018-07-17 10:07:29,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e850d4af-3051-4cca-aa82-2cbbe2a6cdf1 2018-07-17 10:07:29,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:07:29,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:29,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-726c346d-dcbf-4db6-9e9f-a0e39ec285fc Date: Tue, 17 Jul 2018 10:07:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:07:20Z","admin_state_up":true,"updated_at":"2018-07-17T10:07:26Z","binding:vnic_type":"normal","device_id":"921e1011-6d61-47aa-9497-35866c458612","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:62:e4:1e","id":"959f0ae2-bb5a-44d6-b777-608e85262e06","port_security_enabled":true,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","fixed_ips":[{"subnet_id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["ea8fb947-56c5-4d6c-9335-0f3c3a74a977"],"name":""}]} 2018-07-17 10:07:29,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612 used request id req-726c346d-dcbf-4db6-9e9f-a0e39ec285fc 2018-07-17 10:07:29,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0586638450623s 2018-07-17 10:07:29,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612 used request id req-726c346d-dcbf-4db6-9e9f-a0e39ec285fc 2018-07-17 10:07:29,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:07:29,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=959f0ae2-bb5a-44d6-b777-608e85262e06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:29,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c0e18ff-3c0e-4346-babc-54ff65b83373 Date: Tue, 17 Jul 2018 10:07:29 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:07:29,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=959f0ae2-bb5a-44d6-b777-608e85262e06 used request id req-8c0e18ff-3c0e-4346-babc-54ff65b83373 2018-07-17 10:07:29,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0488820075989s 2018-07-17 10:07:29,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=959f0ae2-bb5a-44d6-b777-608e85262e06 used request id req-8c0e18ff-3c0e-4346-babc-54ff65b83373 2018-07-17 10:07:29,713 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:62:e4:1e', u'version': 4, u'addr': u'192.168.0.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'67c481bb-4657-43da-8e4a-8c0132c96c0d'}), 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-17T10:07:26.000000', 'flavor': Munch({u'id': u'209b7958-0016-42a0-8458-db2bf29bc009'}), 'az': u'nova', 'id': u'921e1011-6d61-47aa-9497-35866c458612', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0a1c945ece2a4921b45bb8d0d19269e6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'name': 'vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403', '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-17T10:07:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T10:07:26Z', 'hostId': u'fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf', '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-17T10:07:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'name': u'vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403', 'adminPass': None, 'tenant_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'created_at': u'2018-07-17T10:07:17Z', 'created': u'2018-07-17T10:07:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 10:07:29,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:07:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:30,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-452fec81-2583-438a-9709-0bd6d0aaab2a Date: Tue, 17 Jul 2018 10:07: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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"],"updated_at":"2018-07-17T10:06:48Z","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:30,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-452fec81-2583-438a-9709-0bd6d0aaab2a 2018-07-17 10:07:30,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304093122482s 2018-07-17 10:07:30,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-452fec81-2583-438a-9709-0bd6d0aaab2a 2018-07-17 10:07:30,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:07:30,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:30,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-31e749d7-b0f6-4a9e-9c80-8a6262dcffaa Date: Tue, 17 Jul 2018 10:07:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:07:20Z","admin_state_up":true,"updated_at":"2018-07-17T10:07:26Z","binding:vnic_type":"normal","device_id":"921e1011-6d61-47aa-9497-35866c458612","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:62:e4:1e","id":"959f0ae2-bb5a-44d6-b777-608e85262e06","port_security_enabled":true,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","fixed_ips":[{"subnet_id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["ea8fb947-56c5-4d6c-9335-0f3c3a74a977"],"name":""}]} 2018-07-17 10:07:30,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612 used request id req-31e749d7-b0f6-4a9e-9c80-8a6262dcffaa 2018-07-17 10:07:30,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0627589225769s 2018-07-17 10:07:30,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=921e1011-6d61-47aa-9497-35866c458612 used request id req-31e749d7-b0f6-4a9e-9c80-8a6262dcffaa 2018-07-17 10:07:30,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-17 10:07:30,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"floatingip": {"floating_network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "fixed_ip_address": "192.168.0.14", "port_id": "959f0ae2-bb5a-44d6-b777-608e85262e06"}}' 2018-07-17 10:07:32,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-eb6f9515-538c-41ac-ba6b-facc4a72f6e4 Date: Tue, 17 Jul 2018 10:07:32 GMT RESP BODY: {"floatingip": {"router_id": "036b83f6-badb-4721-87f5-39561b5e4b3d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-17T10:07:31Z", "floating_network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "fixed_ip_address": "192.168.0.14", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "959f0ae2-bb5a-44d6-b777-608e85262e06", "id": "976c4794-e558-4934-af36-d7f8bc43ae07", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:07:31Z", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}} 2018-07-17 10:07:32,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-eb6f9515-538c-41ac-ba6b-facc4a72f6e4 2018-07-17 10:07:32,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.08183288574s 2018-07-17 10:07:32,168 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-eb6f9515-538c-41ac-ba6b-facc4a72f6e4 2018-07-17 10:07:32,171 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'036b83f6-badb-4721-87f5-39561b5e4b3d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'created_at': u'2018-07-17T10:07:31Z', 'attached': True, 'updated_at': u'2018-07-17T10:07:31Z', 'id': u'976c4794-e558-4934-af36-d7f8bc43ae07', 'floating_network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', 'fixed_ip_address': u'192.168.0.14', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'name': 'vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'036b83f6-badb-4721-87f5-39561b5e4b3d', 'project_id': u'49b47a1a8ce94c18bf8fe7e7f03a795c', 'port_id': u'959f0ae2-bb5a-44d6-b777-608e85262e06', 'port': u'959f0ae2-bb5a-44d6-b777-608e85262e06', 'network': u'36f838cc-89e7-4f15-8737-731e4b3baf82'}) 2018-07-17 10:07:32,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 10:07:32,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612/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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 10:07:32,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-899fcb2f-915a-4264-9c16-40ae35b7c927 x-compute-request-id: req-899fcb2f-915a-4264-9c16-40ae35b7c927 Content-Encoding: gzip Content-Length: 9200 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 500329809 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.142943] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144692] pid_max: default: 32768 minimum: 301\n[ 0.145648] ACPI: Core revision 20150930\n[ 0.147077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148465] Security Framework initialized\n[ 0.149320] Yama: becoming mindful.\n[ 0.150100] AppArmor: AppArmor initialized\n[ 0.151008] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152406] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153757] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156537] Initializing cgroup subsys io\n[ 0.157398] Initializing cgroup subsys memory\n[ 0.158318] Initializing cgroup subsys devices\n[ 0.159234] Initializing cgroup subsys freezer\n[ 0.160159] Initializing cgroup subsys net_cls\n[ 0.161073] Initializing cgroup subsys perf_event\n[ 0.162049] Initializing cgroup subsys net_prio\n[ 0.162984] Initializing cgroup subsys hugetlb\n[ 0.163909] Initializing cgroup subsys pids\n[ 0.164835] CPU: Physical Processor ID: 0\n[ 0.166386] mce: CPU supports 10 MCE banks\n[ 0.167274] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182914] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189157] ftrace: allocating 31920 entries in 125 pages\n[ 0.214511] smpboot: Max logical packages: 1\n[ 0.215425] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216852] x2apic enabled\n[ 0.217701] Switched APIC routing to physical x2apic.\n[ 0.219546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220747] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222937] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224867] KVM setup paravirtual spinlock\n[ 0.226261] x86: Booted up 1 node, 1 CPUs\n[ 0.227120] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228599] devtmpfs: initialized\n[ 0.230362] evm: security.selinux\n[ 0.231106] evm: security.SMACK64\n[ 0.231836] evm: security.SMACK64EXEC\n[ 0.232633] evm: security.SMACK64TRANSMUTE\n[ 0.233490] evm: security.SMACK64MMAP\n[ 0.234271] evm: security.ima\n[ 0.234946] evm: security.capability\n[ 0.235799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237762] pinctrl core: initialized pinctrl subsystem\n[ 0.238938] RTC time: 10:07:26, date: 07/17/18\n[ 0.239967] NET: Registered protocol family 16\n[ 0.241026] cpuidle: using governor ladder\n[ 0.241912] cpuidle: using governor menu\n[ 0.242754] PCCT header not found.\n[ 0.243549] ACPI: bus type PCI registered\n[ 0.244393] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245707] PCI: Using configuration type 1 for base access\n[ 0.247573] ACPI: Added _OSI(Module Device)\n[ 0.248463] ACPI: Added _OSI(Processor Device)\n[ 0.249369] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250314] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252152] ACPI: Interpreter enabled\n[ 0.252971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258832] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260778] ACPI: (supports S0 S5)\n[ 0.261521] ACPI: Using IOAPIC for interrupt routing\n[ 0.262519] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265750] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268269] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269527] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271886] acpiphp: Slot [3] registered\n[ 0.272745] acpiphp: Slot [4] registered\n[ 0.273603] acpiphp: Slot [5] registered\n[ 0.274451] acpiphp: Slot [6] registered\n[ 0.275288] acpiphp: Slot [7] registered\n[ 0.276136] acpiphp: Slot [8] registered\n[ 0.276980] acpiphp: Slot [9] registered\n[ 0.277824] acpiphp: Slot [10] registered\n[ 0.278679] acpiphp: Slot [11] registered\n[ 0.279535] acpiphp: Slot [12] registered\n[ 0.280388] acpiphp: Slot [13] registered\n[ 0.281236] acpiphp: Slot [14] registered\n[ 0.282118] acpiphp: Slot [15] registered\n[ 0.293680] acpiphp: Slot [16] registered\n[ 0.294542] acpiphp: Slot [17] registered\n[ 0.295400] acpiphp: Slot [18] registered\n[ 0.296252] acpiphp: Slot [19] registered\n[ 0.297107] acpiphp: Slot [20] registered\n[ 0.297967] acpiphp: Slot [21] registered\n[ 0.298846] acpiphp: Slot [22] registered\n[ 0.299703] acpiphp: Slot [23] registered\n[ 0.300560] acpiphp: Slot [24] registered\n[ 0.301414] acpiphp: Slot [25] registered\n[ 0.302270] acpiphp: Slot [26] registered\n[ 0.303171] acpiphp: Slot [27] registered\n[ 0.304031] acpiphp: Slot [28] registered\n[ 0.304897] acpiphp: Slot [29] registered\n[ 0.305755] acpiphp: Slot [30] registered\n[ 0.306614] acpiphp: Slot [31] registered\n[ 0.307473] PCI host bridge to bus 0000:00\n[ 0.308330] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309609] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315532] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318972] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320336] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321580] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322912] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326609] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328297] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347157] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353640] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354982] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356365] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357479] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359110] vgaarb: loaded\n[ 0.359753] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361057] SCSI subsystem initialized\n[ 0.362024] ACPI: bus type USB registered\n[ 0.362901] usbcore: registered new interface driver usbfs\n[ 0.363993] usbcore: registered new interface driver hub\n[ 0.365060] usbcore: registered new device driver usb\n[ 0.366239] PCI: Using ACPI for IRQ routing\n[ 0.367425] NetLabel: Initializing\n[ 0.368181] NetLabel: domain hash size = 128\n[ 0.369083] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370091] NetLabel: unlabeled traffic allowed by default\n[ 0.371327] clocksource: Switched to clocksource kvm-clock\n[ 0.379881] AppArmor: AppArmor Filesystem Enabled\n[ 0.380926] pnp: PnP ACPI init\n[ 0.381920] pnp: PnP ACPI: found 5 devices\n[ 0.388331] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390149] NET: Registered protocol family 2\n[ 0.391253] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393880] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395135] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397537] NET: Registered protocol family 1\n[ 0.398463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399618] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400750] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429040] Trying to unpack rootfs image as initramfs...\n[ 0.485853] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487624] Scanning for low memory corruption every 60 seconds\n[ 0.489046] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490271] audit: initializing netlink subsys (disabled)\n[ 0.491388] audit: type=2000 audit(1531822047.565:1): initialized\n[ 0.492799] Initialise system trusted keyring\n[ 0.493801] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497242] zbud: loaded\n[ 0.498012] VFS: Disk quotas dquot_6.6.0\n[ 0.498883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500560] fuse init (API version 7.23)\n[ 0.501516] Key type big_key registered\n[ 0.502368] Allocating IMA MOK and blacklist keyrings.\n[ 0.503648] Key type asymmetric registered\n[ 0.504521] Asymmetric key parser 'x509' registered\n[ 0.505534] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507116] io scheduler noop registered\n[ 0.507964] io scheduler deadline registered (default)\n[ 0.509022] io scheduler cfq registered\n[ 0.509915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512366] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513898] ACPI: Power Button [PWRF]\n[ 0.514812] GHES: HEST is not enabled!\n[ 0.528536] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558847] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585061] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588400] Linux agpgart interface v0.103\n[ 0.591592] brd: module loaded\n[ 0.593337] loop: module loaded\n[ 0.597996] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599555] GPT:90111 != 2097151\n[ 0.600272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601433] GPT:90111 != 2097151\n[ 0.602147] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603188] vda: vda1 vda15\n[ 0.604853] scsi host0: ata_piix\n[ 0.605687] scsi host1: ata_piix\n[ 0.606451] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.607747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.609334] libphy: Fixed MDIO Bus: probed\n[ 0.610213] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611223] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613814] PPP generic driver version 2.4.2\n[ 0.614827] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616109] ehci-pci: EHCI PCI platform driver\n[ 0.617050] ehci-platform: EHCI generic platform driver\n[ 0.618120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619350] ohci-pci: OHCI PCI platform driver\n[ 0.620277] ohci-platform: OHCI generic platform driver\n[ 0.621341] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636810] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639449] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.640676] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641987] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643499] usb usb1: Product: UHCI Host Controller\n[ 0.644493] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645702] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646754] hub 1-0:1.0: USB hub found\n[ 0.647587] hub 1-0:1.0: 2 ports detected\n[ 0.648631] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650915] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653069] mousedev: PS/2 mouse device common for all mice\n[ 0.654438] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656518] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660251] i2c /dev entries driver\n[ 0.661113] device-mapper: uevent: version 1.0.3\n[ 0.662151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663915] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665504] NET: Registered protocol family 10\n[ 0.666734] NET: Registered protocol family 17\n[ 0.667722] Key type dns_resolver registered\n[ 0.668917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670088] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672046] registered taskstats version 1\n[ 0.672959] Loading compiled-in X.509 certificates\n[ 0.674512] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676521] zswap: loaded using pool lzo/zbud\n[ 0.678287] Key type trusted registered\n[ 0.680127] Key type encrypted registered\n[ 0.681009] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682104] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683215] evm: HMAC attrs: 0x1\n[ 0.684273] Magic number: 10:407:123\n[ 0.685126] acpi LNXSYBUS:01: hash matches\n[ 0.686076] rtc_cmos 00:00: setting system clock to 2018-07-17 10:07:27 UTC (1531822047)\n[ 0.687833] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689017] EDD information not available.\n[ 0.768910] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.770598] Write protecting the kernel read-only data: 14336k\n[ 0.774292] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776395] 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.822896] 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.14...\nLease of 192.168.0.14 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.85. iid=i-0000000b\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUinfHUaV440v0X3lF/SybP0rwRGiTPx2b9Dwu0jmac+YvySRNbiKi7owTGBoZ5bYQ5m9rUQU52wQAe+EqjmOMMmYcLuUkEOj8FAdt1ppElNGVF+lakmCA4lAKMZ9uwK+Ag4iVfZCV643ODt6etUUS+9qwbq7DtCYRcY3UTampCtDGRNfwwRTs0IjpflRqaSkWn3O1Ib1iGaKtT1sv9SHLzlsOJ8gGlLETwXm0x/eOZ7KSSj0NFDbDx0xa8lowF4yDF5EOPrZOwbrU1zM75gNrCyV6sDjzk2+e/xdGbDxZ+AWIpn1vn7oAtim7HCgVE2rOd1yfjGRhczAoU7zmU+Fl root@vping-ssh-vm-1d15e924-6ac3-4884-a636-2e723908a403\nssh-dss AAAAB3NzaC1kc3MAAACBANGOOBOU3Snp/9qtcUVJ7fLE3wx2sarHq4pEZF4MM9ois1PAsVJxMzWrpCjFLpqkmyjBPw52U688QH4/EbS4piB5z9hfBMMzBiApR/onomCCXiWFUxukfQpz4jLnnGxGzgAWZAksVZZwcoW96Qru2eXl1Gqt2mFxXB2/gRNVcXcRAAAAFQDUBxK5NyG5W+SG7w+Ofhq31NAWSwAAAIEAqUAS3ngfozcxRrqjsgnUdyhFmgSf5CLfFUUZ6KxUV139NOP5SsQiL/PjseStNvV2gh1343wFgKu3f0w9CHk8Yyy6kOSgQIk9Fghsqlof0oHcaArCaXXrb/RPKE56mk0pOB5p+i4hpXiqaKOtbRXMO1VIZzEnEnc7Ruf/4uB0HAwAAACARulJsMgFAg2gfd56pz4BF3aUs50dOLO9TF9qWFmLzlgNbWOdLcZVdtOqGYgoinU3BhrHlNaDBynApqAXbxKTJInfno2pCAhfv+SFZLOXs7iUS34+x08F8TVrND5bHwDtXznIpHQJ+umjChUtAslsCKzEd4Sv2SOKBnBpMUTSHI8= root@vping-ssh-vm-1d15e924-6ac3-4884-a636-2e723908a403\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-07-17 10:07:32,945 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612/action used request id req-899fcb2f-915a-4264-9c16-40ae35b7c927 2018-07-17 10:07:32,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.772941112518s 2018-07-17 10:07:32,946 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612/action used request id req-899fcb2f-915a-4264-9c16-40ae35b7c927 2018-07-17 10:07:32,946 - 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 500329809 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.142943] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144692] pid_max: default: 32768 minimum: 301 [ 0.145648] ACPI: Core revision 20150930 [ 0.147077] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148465] Security Framework initialized [ 0.149320] Yama: becoming mindful. [ 0.150100] AppArmor: AppArmor initialized [ 0.151008] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.152406] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153757] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156537] Initializing cgroup subsys io [ 0.157398] Initializing cgroup subsys memory [ 0.158318] Initializing cgroup subsys devices [ 0.159234] Initializing cgroup subsys freezer [ 0.160159] Initializing cgroup subsys net_cls [ 0.161073] Initializing cgroup subsys perf_event [ 0.162049] Initializing cgroup subsys net_prio [ 0.162984] Initializing cgroup subsys hugetlb [ 0.163909] Initializing cgroup subsys pids [ 0.164835] CPU: Physical Processor ID: 0 [ 0.166386] mce: CPU supports 10 MCE banks [ 0.167274] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.168327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182914] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189157] ftrace: allocating 31920 entries in 125 pages [ 0.214511] smpboot: Max logical packages: 1 [ 0.215425] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216852] x2apic enabled [ 0.217701] Switched APIC routing to physical x2apic. [ 0.219546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220747] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222937] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224867] KVM setup paravirtual spinlock [ 0.226261] x86: Booted up 1 node, 1 CPUs [ 0.227120] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228599] devtmpfs: initialized [ 0.230362] evm: security.selinux [ 0.231106] evm: security.SMACK64 [ 0.231836] evm: security.SMACK64EXEC [ 0.232633] evm: security.SMACK64TRANSMUTE [ 0.233490] evm: security.SMACK64MMAP [ 0.234271] evm: security.ima [ 0.234946] evm: security.capability [ 0.235799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237762] pinctrl core: initialized pinctrl subsystem [ 0.238938] RTC time: 10:07:26, date: 07/17/18 [ 0.239967] NET: Registered protocol family 16 [ 0.241026] cpuidle: using governor ladder [ 0.241912] cpuidle: using governor menu [ 0.242754] PCCT header not found. [ 0.243549] ACPI: bus type PCI registered [ 0.244393] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245707] PCI: Using configuration type 1 for base access [ 0.247573] ACPI: Added _OSI(Module Device) [ 0.248463] ACPI: Added _OSI(Processor Device) [ 0.249369] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250314] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252152] ACPI: Interpreter enabled [ 0.252971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258832] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260778] ACPI: (supports S0 S5) [ 0.261521] ACPI: Using IOAPIC for interrupt routing [ 0.262519] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265750] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.268269] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269527] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271886] acpiphp: Slot [3] registered [ 0.272745] acpiphp: Slot [4] registered [ 0.273603] acpiphp: Slot [5] registered [ 0.274451] acpiphp: Slot [6] registered [ 0.275288] acpiphp: Slot [7] registered [ 0.276136] acpiphp: Slot [8] registered [ 0.276980] acpiphp: Slot [9] registered [ 0.277824] acpiphp: Slot [10] registered [ 0.278679] acpiphp: Slot [11] registered [ 0.279535] acpiphp: Slot [12] registered [ 0.280388] acpiphp: Slot [13] registered [ 0.281236] acpiphp: Slot [14] registered [ 0.282118] acpiphp: Slot [15] registered [ 0.293680] acpiphp: Slot [16] registered [ 0.294542] acpiphp: Slot [17] registered [ 0.295400] acpiphp: Slot [18] registered [ 0.296252] acpiphp: Slot [19] registered [ 0.297107] acpiphp: Slot [20] registered [ 0.297967] acpiphp: Slot [21] registered [ 0.298846] acpiphp: Slot [22] registered [ 0.299703] acpiphp: Slot [23] registered [ 0.300560] acpiphp: Slot [24] registered [ 0.301414] acpiphp: Slot [25] registered [ 0.302270] acpiphp: Slot [26] registered [ 0.303171] acpiphp: Slot [27] registered [ 0.304031] acpiphp: Slot [28] registered [ 0.304897] acpiphp: Slot [29] registered [ 0.305755] acpiphp: Slot [30] registered [ 0.306614] acpiphp: Slot [31] registered [ 0.307473] PCI host bridge to bus 0000:00 [ 0.308330] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.309609] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.310897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.312440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315532] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318972] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320336] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321580] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322912] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.326609] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328297] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.347157] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.350684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352168] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.353640] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.354982] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356365] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357479] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359110] vgaarb: loaded [ 0.359753] vgaarb: bridge control possible 0000:00:02.0 [ 0.361057] SCSI subsystem initialized [ 0.362024] ACPI: bus type USB registered [ 0.362901] usbcore: registered new interface driver usbfs [ 0.363993] usbcore: registered new interface driver hub [ 0.365060] usbcore: registered new device driver usb [ 0.366239] PCI: Using ACPI for IRQ routing [ 0.367425] NetLabel: Initializing [ 0.368181] NetLabel: domain hash size = 128 [ 0.369083] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370091] NetLabel: unlabeled traffic allowed by default [ 0.371327] clocksource: Switched to clocksource kvm-clock [ 0.379881] AppArmor: AppArmor Filesystem Enabled [ 0.380926] pnp: PnP ACPI init [ 0.381920] pnp: PnP ACPI: found 5 devices [ 0.388331] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390149] NET: Registered protocol family 2 [ 0.391253] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.393880] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395135] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397537] NET: Registered protocol family 1 [ 0.398463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399618] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400750] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429040] Trying to unpack rootfs image as initramfs... [ 0.485853] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.487624] Scanning for low memory corruption every 60 seconds [ 0.489046] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490271] audit: initializing netlink subsys (disabled) [ 0.491388] audit: type=2000 audit(1531822047.565:1): initialized [ 0.492799] Initialise system trusted keyring [ 0.493801] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497242] zbud: loaded [ 0.498012] VFS: Disk quotas dquot_6.6.0 [ 0.498883] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500560] fuse init (API version 7.23) [ 0.501516] Key type big_key registered [ 0.502368] Allocating IMA MOK and blacklist keyrings. [ 0.503648] Key type asymmetric registered [ 0.504521] Asymmetric key parser 'x509' registered [ 0.505534] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507116] io scheduler noop registered [ 0.507964] io scheduler deadline registered (default) [ 0.509022] io scheduler cfq registered [ 0.509915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512366] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513898] ACPI: Power Button [PWRF] [ 0.514812] GHES: HEST is not enabled! [ 0.528536] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558847] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585061] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588400] Linux agpgart interface v0.103 [ 0.591592] brd: module loaded [ 0.593337] loop: module loaded [ 0.597996] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599555] GPT:90111 != 2097151 [ 0.600272] GPT:Alternate GPT header not at the end of the disk. [ 0.601433] GPT:90111 != 2097151 [ 0.602147] GPT: Use GNU Parted to correct GPT errors. [ 0.603188] vda: vda1 vda15 [ 0.604853] scsi host0: ata_piix [ 0.605687] scsi host1: ata_piix [ 0.606451] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.607747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.609334] libphy: Fixed MDIO Bus: probed [ 0.610213] tun: Universal TUN/TAP device driver, 1.6 [ 0.611223] tun: (C) 1999-2004 Max Krasnyansky [ 0.613814] PPP generic driver version 2.4.2 [ 0.614827] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616109] ehci-pci: EHCI PCI platform driver [ 0.617050] ehci-platform: EHCI generic platform driver [ 0.618120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619350] ohci-pci: OHCI PCI platform driver [ 0.620277] ohci-platform: OHCI generic platform driver [ 0.621341] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635706] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636810] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638360] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639449] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.640676] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641987] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643499] usb usb1: Product: UHCI Host Controller [ 0.644493] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645702] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646754] hub 1-0:1.0: USB hub found [ 0.647587] hub 1-0:1.0: 2 ports detected [ 0.648631] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650915] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651939] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.653069] mousedev: PS/2 mouse device common for all mice [ 0.654438] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.656518] rtc_cmos 00:00: RTC can wake from S4 [ 0.657718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660251] i2c /dev entries driver [ 0.661113] device-mapper: uevent: version 1.0.3 [ 0.662151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.663915] ledtrig-cpu: registered to indicate activity on CPUs [ 0.665504] NET: Registered protocol family 10 [ 0.666734] NET: Registered protocol family 17 [ 0.667722] Key type dns_resolver registered [ 0.668917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670088] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672046] registered taskstats version 1 [ 0.672959] Loading compiled-in X.509 certificates [ 0.674512] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676521] zswap: loaded using pool lzo/zbud [ 0.678287] Key type trusted registered [ 0.680127] Key type encrypted registered [ 0.681009] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682104] ima: No TPM chip found, activating TPM-bypass! [ 0.683215] evm: HMAC attrs: 0x1 [ 0.684273] Magic number: 10:407:123 [ 0.685126] acpi LNXSYBUS:01: hash matches [ 0.686076] rtc_cmos 00:00: setting system clock to 2018-07-17 10:07:27 UTC (1531822047) [ 0.687833] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689017] EDD information not available. [ 0.768910] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770598] Write protecting the kernel read-only data: 14336k [ 0.774292] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776395] 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.822896] 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.14... Lease of 192.168.0.14 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.85. iid=i-0000000b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUinfHUaV440v0X3lF/SybP0rwRGiTPx2b9Dwu0jmac+YvySRNbiKi7owTGBoZ5bYQ5m9rUQU52wQAe+EqjmOMMmYcLuUkEOj8FAdt1ppElNGVF+lakmCA4lAKMZ9uwK+Ag4iVfZCV643ODt6etUUS+9qwbq7DtCYRcY3UTampCtDGRNfwwRTs0IjpflRqaSkWn3O1Ib1iGaKtT1sv9SHLzlsOJ8gGlLETwXm0x/eOZ7KSSj0NFDbDx0xa8lowF4yDF5EOPrZOwbrU1zM75gNrCyV6sDjzk2+e/xdGbDxZ+AWIpn1vn7oAtim7HCgVE2rOd1yfjGRhczAoU7zmU+Fl root@vping-ssh-vm-1d15e924-6ac3-4884-a636-2e723908a403 ssh-dss AAAAB3NzaC1kc3MAAACBANGOOBOU3Snp/9qtcUVJ7fLE3wx2sarHq4pEZF4MM9ois1PAsVJxMzWrpCjFLpqkmyjBPw52U688QH4/EbS4piB5z9hfBMMzBiApR/onomCCXiWFUxukfQpz4jLnnGxGzgAWZAksVZZwcoW96Qru2eXl1Gqt2mFxXB2/gRNVcXcRAAAAFQDUBxK5NyG5W+SG7w+Ofhq31NAWSwAAAIEAqUAS3ngfozcxRrqjsgnUdyhFmgSf5CLfFUUZ6KxUV139NOP5SsQiL/PjseStNvV2gh1343wFgKu3f0w9CHk8Yyy6kOSgQIk9Fghsqlof0oHcaArCaXXrb/RPKE56mk0pOB5p+i4hpXiqaKOtbRXMO1VIZzEnEnc7Ruf/4uB0HAwAAACARulJsMgFAg2gfd56pz4BF3aUs50dOLO9TF9qWFmLzlgNbWOdLcZVdtOqGYgoinU3BhrHlNaDBynApqAXbxKTJInfno2pCAhfv+SFZLOXs7iUS34+x08F8TVrND5bHwDtXznIpHQJ+umjChUtAslsCKzEd4Sv2SOKBnBpMUTSHI8= root@vping-ssh-vm-1d15e924-6ac3-4884-a636-2e723908a403 -----END SSH HOST KEY KEYS----- === network info === 2018-07-17 10:07:33,948 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f595890L 2018-07-17 10:07:33,948 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-17 10:07:33,949 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-17 10:07:33,949 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-17 10:07:33,950 - 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 10:07:33,951 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-17 10:07:33,951 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-17 10:07:33,951 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-17 10:07:33,951 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-17 10:07:33,951 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-17 10:07:33,969 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-17 10:07:33,970 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-17 10:07:33,980 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 244d7389cc60d692d73f6cd63d6f2444 2018-07-17 10:07:33,981 - paramiko.transport - DEBUG - Trying discovered key 3e47dce898e51bda30149da7ba17684c in /tmp/tmpgNUOyG 2018-07-17 10:07:34,006 - paramiko.transport - DEBUG - userauth is OK 2018-07-17 10:07:34,013 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-17 10:07:34,014 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-17 10:07:34,014 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-17 10:07:34,015 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-17 10:07:34,016 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-17 10:07:34,019 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-17 10:07:34,019 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.0.6 (192.168.0.6): 56 data bytes 64 bytes from 192.168.0.6: seq=0 ttl=64 time=1.648 ms --- 192.168.0.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.648/1.648/1.648 ms 2018-07-17 10:07:34,024 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-17 10:07:34,134 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:07:34,135 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-17 10:07:34,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 10:07:34,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:34,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:07: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 x-openstack-request-id: req-8468eb78-19c2-4b2f-a62d-b77363b7ff51 x-compute-request-id: req-8468eb78-19c2-4b2f-a62d-b77363b7ff51 Content-Type: application/json 2018-07-17 10:07:34,307 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be used request id req-8468eb78-19c2-4b2f-a62d-b77363b7ff51 2018-07-17 10:07:34,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166659116745s 2018-07-17 10:07:34,307 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be used request id req-8468eb78-19c2-4b2f-a62d-b77363b7ff51 2018-07-17 10:07:34,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:34,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:34,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-95a15340-8ff9-4884-807c-359f5b667c77 x-compute-request-id: req-95a15340-8ff9-4884-807c-359f5b667c77 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:26.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:26Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:e6:85", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f7e023a4-5f98-464b-9c01-ccd17d3347be", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:09.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "f7e023a4-5f98-464b-9c01-ccd17d3347be", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:34Z", "hostId": "4049f6fb87e27f413b27243e5fcc617e66115dbd09f02d0d93e39ec5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:00Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:34,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-95a15340-8ff9-4884-807c-359f5b667c77 2018-07-17 10:07:34,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650097846985s 2018-07-17 10:07:34,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-95a15340-8ff9-4884-807c-359f5b667c77 2018-07-17 10:07:34,960 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:36,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:36,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:37,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-3f591c96-71f7-4eea-bce8-2d50b232d72a x-compute-request-id: req-3f591c96-71f7-4eea-bce8-2d50b232d72a Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:26.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:26Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:37,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3f591c96-71f7-4eea-bce8-2d50b232d72a 2018-07-17 10:07:37,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.972083091736s 2018-07-17 10:07:37,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3f591c96-71f7-4eea-bce8-2d50b232d72a 2018-07-17 10:07:37,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-17 10:07:37,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/976c4794-e558-4934-af36-d7f8bc43ae07.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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:38,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e549689-d19b-4588-ab17-11c47fea06b7 Content-Length: 0 Date: Tue, 17 Jul 2018 10:07:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:07:38,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/976c4794-e558-4934-af36-d7f8bc43ae07.json used request id req-3e549689-d19b-4588-ab17-11c47fea06b7 2018-07-17 10:07:38,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.836626052856s 2018-07-17 10:07:38,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/976c4794-e558-4934-af36-d7f8bc43ae07.json used request id req-3e549689-d19b-4588-ab17-11c47fea06b7 2018-07-17 10:07:38,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:07:38,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:38,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cf1536f7-5b45-48bf-939c-02c30d5b9e69 Date: Tue, 17 Jul 2018 10:07:38 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:07:38,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-cf1536f7-5b45-48bf-939c-02c30d5b9e69 2018-07-17 10:07:38,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0426659584045s 2018-07-17 10:07:38,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-cf1536f7-5b45-48bf-939c-02c30d5b9e69 2018-07-17 10:07:38,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 10:07:38,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:39,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:07: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 x-openstack-request-id: req-11df2d3f-64df-4232-888a-e3286b88e871 x-compute-request-id: req-11df2d3f-64df-4232-888a-e3286b88e871 Content-Type: application/json 2018-07-17 10:07:39,120 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612 used request id req-11df2d3f-64df-4232-888a-e3286b88e871 2018-07-17 10:07:39,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.293668985367s 2018-07-17 10:07:39,121 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612 used request id req-11df2d3f-64df-4232-888a-e3286b88e871 2018-07-17 10:07:39,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:39,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:39,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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-7b148657-b1aa-40af-b8ba-1894d071adca x-compute-request-id: req-7b148657-b1aa-40af-b8ba-1894d071adca Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e4:1e", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/921e1011-6d61-47aa-9497-35866c458612", "rel": "bookmark"}], "image": {"id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "links": [{"href": "http://172.30.9.29:8774/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:07:26.000000", "flavor": {"id": "209b7958-0016-42a0-8458-db2bf29bc009", "links": [{"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "bookmark"}]}, "id": "921e1011-6d61-47aa-9497-35866c458612", "security_groups": [{"name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}], "user_id": "0a1c945ece2a4921b45bb8d0d19269e6", "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-17T10:07:39Z", "hostId": "fccbd976b8cb9a2c2ef5b33c15df38ae053b8cbc705226e5d6db8fbf", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403", "name": "vping_ssh-vm_1d15e924-6ac3-4884-a636-2e723908a403", "created": "2018-07-17T10:07:17Z", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:07:39,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7b148657-b1aa-40af-b8ba-1894d071adca 2018-07-17 10:07:39,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683578014374s 2018-07-17 10:07:39,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7b148657-b1aa-40af-b8ba-1894d071adca 2018-07-17 10:07:39,807 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:07:41,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:07:41,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:41,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07: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 x-openstack-request-id: req-36751afe-d9b1-444f-9d97-1c3ac09c6110 x-compute-request-id: req-36751afe-d9b1-444f-9d97-1c3ac09c6110 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 10:07:41,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-36751afe-d9b1-444f-9d97-1c3ac09c6110 2018-07-17 10:07:41,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0789480209351s 2018-07-17 10:07:41,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-36751afe-d9b1-444f-9d97-1c3ac09c6110 2018-07-17 10:07:41,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:07:41,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:42,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-2e572304-8a28-4cf4-a9c3-bd871fec9640 Date: Tue, 17 Jul 2018 10:07:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:47Z", "updated_at": "2018-07-17T10:06:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "14666184-0954-4711-9ec4-1880e3e92140", "remote_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "14e51e29-f61b-4096-aadf-55d2dc6eb06a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "a69cb58c-cac3-468c-9fac-c343de5bcd71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:47Z", "revision_number": 0, "id": "a753a0f9-b1c3-4ad5-ae16-f6f2fc6bcd79", "remote_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:47Z", "security_group_id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 1, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "48654b55-78b2-47e2-b465-2b7481d8ce7f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:55Z", "updated_at": "2018-07-17T10:06:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "091f374d-90ad-4026-b2e8-25f06207323d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:55Z", "revision_number": 0, "id": "10ac546a-a3db-4dc0-b6ab-1ac5d94fa1ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:55Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:06:56Z", "revision_number": 0, "id": "4605c5c7-5989-48ad-833e-76a0fc6184db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:56Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:06:56Z", "revision_number": 0, "id": "ab032f1f-48fb-460d-935d-01d410751e27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:06:56Z", "security_group_id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c"}], "revision_number": 3, "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "ea8fb947-56c5-4d6c-9335-0f3c3a74a977", "name": "vping_ssh-sg_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:42,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2e572304-8a28-4cf4-a9c3-bd871fec9640 2018-07-17 10:07:42,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.234056949615s 2018-07-17 10:07:42,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2e572304-8a28-4cf4-a9c3-bd871fec9640 2018-07-17 10:07:42,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 10:07:42,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ea8fb947-56c5-4d6c-9335-0f3c3a74a977.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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:42,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b7ecbbf-73ec-4645-a99c-3b1ed1767ca5 Content-Length: 0 Date: Tue, 17 Jul 2018 10:07:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:07:42,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ea8fb947-56c5-4d6c-9335-0f3c3a74a977.json used request id req-6b7ecbbf-73ec-4645-a99c-3b1ed1767ca5 2018-07-17 10:07:42,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.20586180687s 2018-07-17 10:07:42,336 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ea8fb947-56c5-4d6c-9335-0f3c3a74a977.json used request id req-6b7ecbbf-73ec-4645-a99c-3b1ed1767ca5 2018-07-17 10:07:42,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 10:07:42,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:42,491 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:07: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-00d3921e-b873-4e00-b5c8-85f8aac4b338 x-compute-request-id: req-00d3921e-b873-4e00-b5c8-85f8aac4b338 Content-Length: 0 Content-Type: application/json 2018-07-17 10:07:42,491 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403 used request id req-00d3921e-b873-4e00-b5c8-85f8aac4b338 2018-07-17 10:07:42,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.154771089554s 2018-07-17 10:07:42,492 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_1d15e924-6ac3-4884-a636-2e723908a403 used request id req-00d3921e-b873-4e00-b5c8-85f8aac4b338 2018-07-17 10:07:42,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:07:42,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d/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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" -d '{"subnet_id": "2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"}' 2018-07-17 10:07:44,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6b1aab99-b84f-4e62-b144-fe7e82abf010 Date: Tue, 17 Jul 2018 10:07:44 GMT RESP BODY: {"network_id": "b366445d-a4df-426a-920b-25b11a834936", "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "subnet_id": "2ebe4c41-6627-43a9-a1cb-1a9c59885ea1", "subnet_ids": ["2ebe4c41-6627-43a9-a1cb-1a9c59885ea1"], "port_id": "3e856faf-8068-4c15-a30d-60a076a53b51", "id": "036b83f6-badb-4721-87f5-39561b5e4b3d"} 2018-07-17 10:07:44,092 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d/remove_router_interface.json used request id req-6b1aab99-b84f-4e62-b144-fe7e82abf010 2018-07-17 10:07:44,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5998840332s 2018-07-17 10:07:44,093 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d/remove_router_interface.json used request id req-6b1aab99-b84f-4e62-b144-fe7e82abf010 returning object 036b83f6-badb-4721-87f5-39561b5e4b3d 2018-07-17 10:07:44,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:07:44,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:44,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-291695ea-bff4-4bf5-90da-4851a56789ac Date: Tue, 17 Jul 2018 10:07:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "created_at": "2018-07-17T10:06:48Z", "admin_state_up": true, "updated_at": "2018-07-17T10:07:43Z", "revision_number": 4, "routes": [], "project_id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "036b83f6-badb-4721-87f5-39561b5e4b3d", "name": "vping_ssh-router_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:44,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-291695ea-bff4-4bf5-90da-4851a56789ac 2018-07-17 10:07:44,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117843866348s 2018-07-17 10:07:44,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-291695ea-bff4-4bf5-90da-4851a56789ac 2018-07-17 10:07:44,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:07:44,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d.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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:45,534 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbb5f857-12b0-456d-a003-bea032ba087e Content-Length: 0 Date: Tue, 17 Jul 2018 10:07:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:07:45,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d.json used request id req-bbb5f857-12b0-456d-a003-bea032ba087e 2018-07-17 10:07:45,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3213698864s 2018-07-17 10:07:45,534 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/036b83f6-badb-4721-87f5-39561b5e4b3d.json used request id req-bbb5f857-12b0-456d-a003-bea032ba087e 2018-07-17 10:07:45,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:07:45,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:45,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-6fb1a319-c89c-4d52-aa57-318553637286 Date: Tue, 17 Jul 2018 10:07:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b366445d-a4df-426a-920b-25b11a834936","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:06:48Z","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":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"2ebe4c41-6627-43a9-a1cb-1a9c59885ea1","subnetpool_id":null,"name":"vping_ssh-subnet_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:45,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6fb1a319-c89c-4d52-aa57-318553637286 2018-07-17 10:07:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0546219348907s 2018-07-17 10:07:45,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6fb1a319-c89c-4d52-aa57-318553637286 2018-07-17 10:07:45,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:07:45,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/2ebe4c41-6627-43a9-a1cb-1a9c59885ea1.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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:47,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f62ab14e-a8bf-4007-af70-0aa4ef56da9e Date: Tue, 17 Jul 2018 10:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:07:47,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2ebe4c41-6627-43a9-a1cb-1a9c59885ea1.json used request id req-f62ab14e-a8bf-4007-af70-0aa4ef56da9e 2018-07-17 10:07:47,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40322995186s 2018-07-17 10:07:47,995 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2ebe4c41-6627-43a9-a1cb-1a9c59885ea1.json used request id req-f62ab14e-a8bf-4007-af70-0aa4ef56da9e 2018-07-17 10:07:47,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:07:47,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:48,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-eb45f5e5-b73d-4ba8-91f0-7b1995cfa43e Date: Tue, 17 Jul 2018 10:07:48 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:07:47Z","tenant_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","created_at":"2018-07-17T10:06:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"49b47a1a8ce94c18bf8fe7e7f03a795c","id":"b366445d-a4df-426a-920b-25b11a834936","name":"vping_ssh-net_1d15e924-6ac3-4884-a636-2e723908a403"}]} 2018-07-17 10:07:48,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-eb45f5e5-b73d-4ba8-91f0-7b1995cfa43e 2018-07-17 10:07:48,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111798048019s 2018-07-17 10:07:48,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-eb45f5e5-b73d-4ba8-91f0-7b1995cfa43e 2018-07-17 10:07:48,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:07:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/b366445d-a4df-426a-920b-25b11a834936.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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:50,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72cbbbe7-187d-4d1a-980a-4356866e2fe9 Date: Tue, 17 Jul 2018 10:07:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:07:50,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b366445d-a4df-426a-920b-25b11a834936.json used request id req-72cbbbe7-187d-4d1a-980a-4356866e2fe9 2018-07-17 10:07:50,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.01956605911s 2018-07-17 10:07:50,129 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b366445d-a4df-426a-920b-25b11a834936.json used request id req-72cbbbe7-187d-4d1a-980a-4356866e2fe9 2018-07-17 10:07:50,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:07:50,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:50,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ea8f4ec8-6ea8-49ee-99ba-0d66c155fc42 Date: Tue, 17 Jul 2018 10:07:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/snap", "metadata": {}}], "file": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/file", "owner": "49b47a1a8ce94c18bf8fe7e7f03a795c", "id": "67c481bb-4657-43da-8e4a-8c0132c96c0d", "size": 12716032, "self": "/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/67c481bb-4657-43da-8e4a-8c0132c96c0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:06:54Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d15e924-6ac3-4884-a636-2e723908a403", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:06:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:07:50,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ea8f4ec8-6ea8-49ee-99ba-0d66c155fc42 2018-07-17 10:07:50,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0396628379822s 2018-07-17 10:07:50,173 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ea8f4ec8-6ea8-49ee-99ba-0d66c155fc42 2018-07-17 10:07:50,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:07:50,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f092c8e43ecbe9eece2aa230c9f0eaff0fff05b2" 2018-07-17 10:07:50,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb53c1c6-898b-4cf3-96cd-547acdf43cf8 Date: Tue, 17 Jul 2018 10:07:50 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 10:07:50,864 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d used request id req-eb53c1c6-898b-4cf3-96cd-547acdf43cf8 2018-07-17 10:07:50,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.689016103745s 2018-07-17 10:07:50,864 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/67c481bb-4657-43da-8e4a-8c0132c96c0d used request id req-eb53c1c6-898b-4cf3-96cd-547acdf43cf8 2018-07-17 10:07:50,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:07:50,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:50 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-4a315ea7-b4c6-46e5-8aee-e8e1797c222f x-compute-request-id: req-4a315ea7-b4c6-46e5-8aee-e8e1797c222f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1d15e924-6ac3-4884-a636-2e723908a403", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/209b7958-0016-42a0-8458-db2bf29bc009", "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": "209b7958-0016-42a0-8458-db2bf29bc009"}]} 2018-07-17 10:07:51,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4a315ea7-b4c6-46e5-8aee-e8e1797c222f 2018-07-17 10:07:51,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.16254901886s 2018-07-17 10:07:51,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4a315ea7-b4c6-46e5-8aee-e8e1797c222f 2018-07-17 10:07:51,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:07:51,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,064 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:07: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-0d52a487-b816-4930-b895-68bd58b00d53 x-compute-request-id: req-0d52a487-b816-4930-b895-68bd58b00d53 Content-Length: 0 Content-Type: application/json 2018-07-17 10:07:51,064 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009 used request id req-0d52a487-b816-4930-b895-68bd58b00d53 2018-07-17 10:07:51,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.03551197052s 2018-07-17 10:07:51,065 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/209b7958-0016-42a0-8458-db2bf29bc009 used request id req-0d52a487-b816-4930-b895-68bd58b00d53 2018-07-17 10:07:51,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:07:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b3d9612-b6bb-4193-878f-2d22e76777dd Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403", "links": {"self": "http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0a1c945ece2a4921b45bb8d0d19269e6", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:07:51,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3b3d9612-b6bb-4193-878f-2d22e76777dd 2018-07-17 10:07:51,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112898111343s 2018-07-17 10:07:51,179 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3b3d9612-b6bb-4193-878f-2d22e76777dd 2018-07-17 10:07:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:07:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b03299a-5ef1-4c5a-9ff8-a8d444297454 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_1d15e924-6ac3-4884-a636-2e723908a403", "links": {"self": "http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0a1c945ece2a4921b45bb8d0d19269e6", "description": null}} 2018-07-17 10:07:51,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6 used request id req-2b03299a-5ef1-4c5a-9ff8-a8d444297454 2018-07-17 10:07:51,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123651981354s 2018-07-17 10:07:51,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6 used request id req-2b03299a-5ef1-4c5a-9ff8-a8d444297454 2018-07-17 10:07:51,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 10:07:51,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54caa821-f43d-42b6-b0fb-cea2b32cb8b6 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 10:07:51,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6 used request id req-54caa821-f43d-42b6-b0fb-cea2b32cb8b6 2018-07-17 10:07:51,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.25036907196s 2018-07-17 10:07:51,560 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0a1c945ece2a4921b45bb8d0d19269e6 used request id req-54caa821-f43d-42b6-b0fb-cea2b32cb8b6 2018-07-17 10:07:51,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:07:51,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9303530-2ddb-4cf4-bb97-b252cbf7ad0e Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c"}, "tags": [], "enabled": true, "id": "49b47a1a8ce94c18bf8fe7e7f03a795c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1d15e924-6ac3-4884-a636-2e723908a403"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:07:51,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-f9303530-2ddb-4cf4-bb97-b252cbf7ad0e 2018-07-17 10:07:51,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104910850525s 2018-07-17 10:07:51,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-f9303530-2ddb-4cf4-bb97-b252cbf7ad0e 2018-07-17 10:07:51,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 10:07:51,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d17b48029f94441d2ac7fcfbd2a2bf9a7a70788a" 2018-07-17 10:07:51,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12eb6df0-f95c-4d58-b54c-4c4f7f45f0d6 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 10:07:51,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c used request id req-12eb6df0-f95c-4d58-b54c-4c4f7f45f0d6 2018-07-17 10:07:51,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.224867105484s 2018-07-17 10:07:51,901 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/49b47a1a8ce94c18bf8fe7e7f03a795c used request id req-12eb6df0-f95c-4d58-b54c-4c4f7f45f0d6 2018-07-17 10:07:51,953 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-17 10:07:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:07:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:07:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:07:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:07:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:07:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:07:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:07:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:07:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:07:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:07:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:07:52,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697a8108-bd69-4004-91d9-d2c3a3ca232d 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:07:52,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-697a8108-bd69-4004-91d9-d2c3a3ca232d 2018-07-17 10:07:52,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:07:52,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["pI5WewCbQA6PY8XeJSzzuA"], "issued_at": "2018-07-17T10:07:52.000000Z"}} 2018-07-17 10:07:52,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:07:52,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:52,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-37df6d52-2489-4dec-9a11-74d7396897e4 Date: Tue, 17 Jul 2018 10:07:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:07:52,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-37df6d52-2489-4dec-9a11-74d7396897e4 2018-07-17 10:07:52,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309360027313s 2018-07-17 10:07:52,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-37df6d52-2489-4dec-9a11-74d7396897e4 2018-07-17 10:07:52,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:07:52,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da91b780-3f45-4f40-82c1-ce6f4c41cef3 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:07:52,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-da91b780-3f45-4f40-82c1-ce6f4c41cef3 2018-07-17 10:07:52,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:07:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:52,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e675e929-d437-4ea1-93ff-66cfdc59b95d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:07:52,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e675e929-d437-4ea1-93ff-66cfdc59b95d 2018-07-17 10:07:52,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.120628118515s 2018-07-17 10:07:52,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e675e929-d437-4ea1-93ff-66cfdc59b95d 2018-07-17 10:07:52,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 10:07:52,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c"}}' 2018-07-17 10:07:53,043 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e3fbcc8-d0c2-4c85-b176-a545a96a41d3 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.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877"}, "tags": [], "enabled": true, "id": "5dc1c17bead44e8aa870da0070650877", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c"}} 2018-07-17 10:07:53,043 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5e3fbcc8-d0c2-4c85-b176-a545a96a41d3 2018-07-17 10:07:53,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.19037604332s 2018-07-17 10:07:53,044 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5e3fbcc8-d0c2-4c85-b176-a545a96a41d3 2018-07-17 10:07:53,044 - 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'5dc1c17bead44e8aa870da0070650877', '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_792e18e8-f70e-4200-9437-5abd60a6075c'}) 2018-07-17 10:07:53,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 10:07:53,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b3565ee9-51ed-4bd0-987c-b6d640f95cf3", "email": null, "name": "vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c"}}' 2018-07-17 10:07:53,461 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-946586e6-8c6b-43be-b9d9-f3eb5bd17c1f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c", "links": {"self": "http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cea2821dd9b24f1fad5207df3bacbc54", "domain_id": "default", "password_expires_at": null}} 2018-07-17 10:07:53,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-946586e6-8c6b-43be-b9d9-f3eb5bd17c1f 2018-07-17 10:07:53,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.410635948181s 2018-07-17 10:07:53,462 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-946586e6-8c6b-43be-b9d9-f3eb5bd17c1f 2018-07-17 10:07:53,462 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cea2821dd9b24f1fad5207df3bacbc54', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c'}) 2018-07-17 10:07:53,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:07:53,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:53,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc0d40f-22c6-4a2d-b8f5-fe9927341e61 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:07:53,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1fc0d40f-22c6-4a2d-b8f5-fe9927341e61 2018-07-17 10:07:53,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10364484787s 2018-07-17 10:07:53,570 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1fc0d40f-22c6-4a2d-b8f5-fe9927341e61 2018-07-17 10:07:53,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:07:53,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:53,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aade3fb4-c5b6-4d6e-98a1-d384f5636aa6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:07:53,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aade3fb4-c5b6-4d6e-98a1-d384f5636aa6 2018-07-17 10:07:53,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102436065674s 2018-07-17 10:07:53,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aade3fb4-c5b6-4d6e-98a1-d384f5636aa6 2018-07-17 10:07:53,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:07:53,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:53,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e72ca8-53d7-49e8-857b-16dead909fd5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:07:53,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-22e72ca8-53d7-49e8-857b-16dead909fd5 2018-07-17 10:07:53,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111689090729s 2018-07-17 10:07:53,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-22e72ca8-53d7-49e8-857b-16dead909fd5 2018-07-17 10:07:53,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:07:53,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:53,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3721d9e0-40ef-407d-ba34-e533d8bea364 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 10:07:53,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-3721d9e0-40ef-407d-ba34-e533d8bea364 2018-07-17 10:07:53,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110871076584s 2018-07-17 10:07:53,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-3721d9e0-40ef-407d-ba34-e533d8bea364 2018-07-17 10:07:53,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:07:53,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:54,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443793be-94f9-4254-a1fb-56a91c3ce391 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c", "links": {"self": "http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cea2821dd9b24f1fad5207df3bacbc54", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:07:54,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-443793be-94f9-4254-a1fb-56a91c3ce391 2018-07-17 10:07:54,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117823123932s 2018-07-17 10:07:54,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-443793be-94f9-4254-a1fb-56a91c3ce391 2018-07-17 10:07:54,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:07:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:54,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c1d99d-5488-4b60-952f-3de24e8b100a Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877"}, "tags": [], "enabled": true, "id": "5dc1c17bead44e8aa870da0070650877", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:07:54,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-86c1d99d-5488-4b60-952f-3de24e8b100a 2018-07-17 10:07:54,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113498926163s 2018-07-17 10:07:54,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-86c1d99d-5488-4b60-952f-3de24e8b100a 2018-07-17 10:07:54,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:07:54,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=cea2821dd9b24f1fad5207df3bacbc54&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=5dc1c17bead44e8aa870da0070650877" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:54,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65bcba8-02aa-4320-9421-9c7f9fa7e54d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=cea2821dd9b24f1fad5207df3bacbc54&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=5dc1c17bead44e8aa870da0070650877", "previous": null, "next": null}} 2018-07-17 10:07:54,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=cea2821dd9b24f1fad5207df3bacbc54&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=5dc1c17bead44e8aa870da0070650877 used request id req-e65bcba8-02aa-4320-9421-9c7f9fa7e54d 2018-07-17 10:07:54,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105489015579s 2018-07-17 10:07:54,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=cea2821dd9b24f1fad5207df3bacbc54&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=5dc1c17bead44e8aa870da0070650877 used request id req-e65bcba8-02aa-4320-9421-9c7f9fa7e54d 2018-07-17 10:07:54,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 10:07:54,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877/users/cea2821dd9b24f1fad5207df3bacbc54/roles/9cb77e8f0b6947f69395a6c9dca28469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:07:54,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:07:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86310673-8b68-4fcf-9f59-7523f59da7ff 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 10:07:54,480 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877/users/cea2821dd9b24f1fad5207df3bacbc54/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-86310673-8b68-4fcf-9f59-7523f59da7ff 2018-07-17 10:07:54,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.207545042038s 2018-07-17 10:07:54,480 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877/users/cea2821dd9b24f1fad5207df3bacbc54/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-86310673-8b68-4fcf-9f59-7523f59da7ff 2018-07-17 10:07:54,481 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c', 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'5dc1c17bead44e8aa870da0070650877', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'b3565ee9-51ed-4bd0-987c-b6d640f95cf3', 'username': u'vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29: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 10:07:54,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:07:54,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:07:54,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:07:54,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:07:54,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:07:54,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:07:54,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:07:54,486 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c', 'password': 'b3565ee9-51ed-4bd0-987c-b6d640f95cf3', 'project_name': 'vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '5dc1c17bead44e8aa870da0070650877', 'project_domain_name': 'Default'} 2018-07-17 10:07:54,486 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-17 10:07:54,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:07:54,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe73d6a7-de95-4ee6-a844-ccf501a6b14f 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:07:54,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fe73d6a7-de95-4ee6-a844-ccf501a6b14f 2018-07-17 10:07:54,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:07:54,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}, {"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}], "expires_at": "2018-07-17T11:07:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5dc1c17bead44e8aa870da0070650877", "name": "vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/5dc1c17bead44e8aa870da0070650877", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/5dc1c17bead44e8aa870da0070650877", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/5dc1c17bead44e8aa870da0070650877", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/5dc1c17bead44e8aa870da0070650877", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/5dc1c17bead44e8aa870da0070650877", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/5dc1c17bead44e8aa870da0070650877", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/5dc1c17bead44e8aa870da0070650877", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/5dc1c17bead44e8aa870da0070650877", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/5dc1c17bead44e8aa870da0070650877", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_5dc1c17bead44e8aa870da0070650877", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_5dc1c17bead44e8aa870da0070650877", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5dc1c17bead44e8aa870da0070650877", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/5dc1c17bead44e8aa870da0070650877", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/5dc1c17bead44e8aa870da0070650877", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c", "id": "cea2821dd9b24f1fad5207df3bacbc54"}, "audit_ids": ["rH-UQpuvTiaVWrzykkd_nA"], "issued_at": "2018-07-17T10:07:54.000000Z"}} 2018-07-17 10:07:54,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:07:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"network": {"name": "vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c", "admin_state_up": true}}' 2018-07-17 10:07:55,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-05b7cd45-0a29-4883-8630-e1cf7f3756c9 Date: Tue, 17 Jul 2018 10:07:55 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T10:07:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5dc1c17bead44e8aa870da0070650877","id":"64303c34-30df-4ea7-be4a-29df61e6c24e","name":"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c"}} 2018-07-17 10:07:55,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-05b7cd45-0a29-4883-8630-e1cf7f3756c9 2018-07-17 10:07:55,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.778814077377s 2018-07-17 10:07:55,686 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-05b7cd45-0a29-4883-8630-e1cf7f3756c9 2018-07-17 10:07:55,687 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:07:55Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'64303c34-30df-4ea7-be4a-29df61e6c24e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c', u'admin_state_up': True, u'tenant_id': u'5dc1c17bead44e8aa870da0070650877', u'created_at': u'2018-07-17T10:07:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5dc1c17bead44e8aa870da0070650877'}) 2018-07-17 10:07:55,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:07:55,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:07:56,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-51fdaf6d-2ec7-496e-8af6-8e427905a990 Date: Tue, 17 Jul 2018 10:07:56 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:07:55Z","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"5dc1c17bead44e8aa870da0070650877","id":"64303c34-30df-4ea7-be4a-29df61e6c24e","name":"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:07:56,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-51fdaf6d-2ec7-496e-8af6-8e427905a990 2018-07-17 10:07:56,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.31670999527s 2018-07-17 10:07:56,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-51fdaf6d-2ec7-496e-8af6-8e427905a990 2018-07-17 10:07:56,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:07:56,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"subnet": {"name": "vping_userdata-subnet_792e18e8-f70e-4200-9437-5abd60a6075c", "enable_dhcp": true, "network_id": "64303c34-30df-4ea7-be4a-29df61e6c24e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:07:56,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-833f1a59-803e-4a5a-a20c-898051a64aaf Date: Tue, 17 Jul 2018 10:07:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:07:56Z","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":"5dc1c17bead44e8aa870da0070650877","id":"47dc9241-4e32-434d-875e-911bfeaef5a7","subnetpool_id":null,"name":"vping_userdata-subnet_792e18e8-f70e-4200-9437-5abd60a6075c"}} 2018-07-17 10:07:56,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-833f1a59-803e-4a5a-a20c-898051a64aaf 2018-07-17 10:07:56,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.979589939117s 2018-07-17 10:07:56,986 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-833f1a59-803e-4a5a-a20c-898051a64aaf 2018-07-17 10:07:56,986 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:07:56Z', 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'47dc9241-4e32-434d-875e-911bfeaef5a7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_792e18e8-f70e-4200-9437-5abd60a6075c', u'enable_dhcp': True, u'network_id': u'64303c34-30df-4ea7-be4a-29df61e6c24e', u'tenant_id': u'5dc1c17bead44e8aa870da0070650877', u'created_at': u'2018-07-17T10:07:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'5dc1c17bead44e8aa870da0070650877'}) 2018-07-17 10:07:56,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:07:56,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "vping_userdata-router_792e18e8-f70e-4200-9437-5abd60a6075c", "admin_state_up": true}}' 2018-07-17 10:07:58,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c666d406-0dfb-4f97-8f32-dc2fc9926692 Date: Tue, 17 Jul 2018 10:07:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5dc1c17bead44e8aa870da0070650877", "created_at": "2018-07-17T10:07:57Z", "admin_state_up": true, "updated_at": "2018-07-17T10:07:58Z", "revision_number": 2, "routes": [], "project_id": "5dc1c17bead44e8aa870da0070650877", "id": "b3053bd9-13e6-446a-a2b2-ed402bcedb80", "name": "vping_userdata-router_792e18e8-f70e-4200-9437-5abd60a6075c"}} 2018-07-17 10:07:58,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-c666d406-0dfb-4f97-8f32-dc2fc9926692 2018-07-17 10:07:58,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48909020424s 2018-07-17 10:07:58,476 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-c666d406-0dfb-4f97-8f32-dc2fc9926692 2018-07-17 10:07:58,477 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5dc1c17bead44e8aa870da0070650877', u'created_at': u'2018-07-17T10:07:57Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T10:07:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'5dc1c17bead44e8aa870da0070650877', u'id': u'b3053bd9-13e6-446a-a2b2-ed402bcedb80', u'name': u'vping_userdata-router_792e18e8-f70e-4200-9437-5abd60a6075c'}) 2018-07-17 10:07:58,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:07:58,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80/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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"subnet_id": "47dc9241-4e32-434d-875e-911bfeaef5a7"}' 2018-07-17 10:08:00,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b1ae5c09-6735-4f26-b2a9-c1b9fd9128a9 Date: Tue, 17 Jul 2018 10:08:00 GMT RESP BODY: {"network_id": "64303c34-30df-4ea7-be4a-29df61e6c24e", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "subnet_id": "47dc9241-4e32-434d-875e-911bfeaef5a7", "subnet_ids": ["47dc9241-4e32-434d-875e-911bfeaef5a7"], "port_id": "60062e0a-e6d4-40e3-ba09-72deb7a8742b", "id": "b3053bd9-13e6-446a-a2b2-ed402bcedb80"} 2018-07-17 10:08:00,813 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80/add_router_interface.json used request id req-b1ae5c09-6735-4f26-b2a9-c1b9fd9128a9 2018-07-17 10:08:00,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.33553409576s 2018-07-17 10:08:00,814 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80/add_router_interface.json used request id req-b1ae5c09-6735-4f26-b2a9-c1b9fd9128a9 returning object b3053bd9-13e6-446a-a2b2-ed402bcedb80 2018-07-17 10:08:00,814 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:08:00,946 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:08:00,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:08:00,952 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:08:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:08:00,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:08:00,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:01,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c9893cbe-090c-45ba-975d-352dd93bd137 Date: Tue, 17 Jul 2018 10:08:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:08:01,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-c9893cbe-090c-45ba-975d-352dd93bd137 2018-07-17 10:08:01,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.230626821518s 2018-07-17 10:08:01,185 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-c9893cbe-090c-45ba-975d-352dd93bd137 2018-07-17 10:08:01,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:08:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c"}' 2018-07-17 10:08:01,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1ae1be7a-2039-41e9-ae9b-a22259e08872 Date: Tue, 17 Jul 2018 10:08:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file", "owner": "5dc1c17bead44e8aa870da0070650877", "id": "63eca54d-ad43-462f-8733-400acf6e82cf", "size": null, "self": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:08:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "checksum": null, "created_at": "2018-07-17T10:08:01Z", "protected": false} 2018-07-17 10:08:01,455 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1ae1be7a-2039-41e9-ae9b-a22259e08872 2018-07-17 10:08:01,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.261469841003s 2018-07-17 10:08:01,455 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1ae1be7a-2039-41e9-ae9b-a22259e08872 returning object 63eca54d-ad43-462f-8733-400acf6e82cf 2018-07-17 10:08:01,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:08:01,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '' 2018-07-17 10:08:02,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c01020a-22b9-432f-b478-9cb0fa17d475 Date: Tue, 17 Jul 2018 10:08: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 10:08:02,795 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file used request id req-6c01020a-22b9-432f-b478-9cb0fa17d475 2018-07-17 10:08:02,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.3390250206s 2018-07-17 10:08:02,795 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file used request id req-6c01020a-22b9-432f-b478-9cb0fa17d475 2018-07-17 10:08:02,795 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:08:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file', u'owner': u'5dc1c17bead44e8aa870da0070650877', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'63eca54d-ad43-462f-8733-400acf6e82cf', u'size': None, u'name': u'vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c', u'checksum': None, u'self': u'/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:08:01Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:08:02,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:08:02,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_792e18e8-f70e-4200-9437-5abd60a6075c", "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 10:08:03,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-b1b49c83-3a16-4005-b1a8-147d8000c564 x-compute-request-id: req-b1b49c83-3a16-4005-b1a8-147d8000c564 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_792e18e8-f70e-4200-9437-5abd60a6075c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "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": "f54ced85-849d-4701-9dae-0e1a5906b5d1"}} 2018-07-17 10:08:03,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b1b49c83-3a16-4005-b1a8-147d8000c564 2018-07-17 10:08:03,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.23673415184s 2018-07-17 10:08:03,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b1b49c83-3a16-4005-b1a8-147d8000c564 2018-07-17 10:08:03,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_792e18e8-f70e-4200-9437-5abd60a6075c', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'f54ced85-849d-4701-9dae-0e1a5906b5d1', 'swap': 0}) 2018-07-17 10:08:03,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:08:03,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1/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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" -d '{"extra_specs": {}}' 2018-07-17 10:08:03,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:03 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-3471e037-2d87-4e81-a806-9156b41af504 x-compute-request-id: req-3471e037-2d87-4e81-a806-9156b41af504 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:08:03,060 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1/os-extra_specs used request id req-3471e037-2d87-4e81-a806-9156b41af504 2018-07-17 10:08:03,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0246958732605s 2018-07-17 10:08:03,060 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1/os-extra_specs used request id req-3471e037-2d87-4e81-a806-9156b41af504 2018-07-17 10:08:03,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:08:03,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:03,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-3219861c-90a6-4fbd-9897-a1fb73b83384 Date: Tue, 17 Jul 2018 10:08:03 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["47dc9241-4e32-434d-875e-911bfeaef5a7"],"updated_at":"2018-07-17T10:07:56Z","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5dc1c17bead44e8aa870da0070650877","id":"64303c34-30df-4ea7-be4a-29df61e6c24e","name":"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:03,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3219861c-90a6-4fbd-9897-a1fb73b83384 2018-07-17 10:08:03,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300398826599s 2018-07-17 10:08:03,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3219861c-90a6-4fbd-9897-a1fb73b83384 2018-07-17 10:08:03,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:08:03,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:03,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-c1208be6-00cb-4c2c-a7cb-709f1e3c061c Date: Tue, 17 Jul 2018 10:08:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/63eca54d-ad43-462f-8733-400acf6e82cf/snap", "metadata": {}}], "file": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file", "owner": "5dc1c17bead44e8aa870da0070650877", "id": "63eca54d-ad43-462f-8733-400acf6e82cf", "size": 12716032, "self": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/63eca54d-ad43-462f-8733-400acf6e82cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:08:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:08:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:08:03,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-c1208be6-00cb-4c2c-a7cb-709f1e3c061c 2018-07-17 10:08:03,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.250681877136s 2018-07-17 10:08:03,617 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-c1208be6-00cb-4c2c-a7cb-709f1e3c061c 2018-07-17 10:08:03,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:08:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:03,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:03 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-07d05077-c321-4223-a2be-875ac02725f2 x-compute-request-id: req-07d05077-c321-4223-a2be-875ac02725f2 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_792e18e8-f70e-4200-9437-5abd60a6075c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "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": "f54ced85-849d-4701-9dae-0e1a5906b5d1"}]} 2018-07-17 10:08:03,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-07d05077-c321-4223-a2be-875ac02725f2 2018-07-17 10:08:03,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.219213962555s 2018-07-17 10:08:03,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-07d05077-c321-4223-a2be-875ac02725f2 2018-07-17 10:08:03,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:08:03,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"server": {"name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "imageRef": "63eca54d-ad43-462f-8733-400acf6e82cf", "flavorRef": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "64303c34-30df-4ea7-be4a-29df61e6c24e"}]}}' 2018-07-17 10:08:05,926 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:08:03 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-fc723bf3-a8e2-46cb-bd6d-60ea50a982f3 x-compute-request-id: req-fc723bf3-a8e2-46cb-bd6d-60ea50a982f3 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "adminPass": "E9DTmzjpB3E2"}} 2018-07-17 10:08:05,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-fc723bf3-a8e2-46cb-bd6d-60ea50a982f3 2018-07-17 10:08:05,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.08569407463s 2018-07-17 10:08:05,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-fc723bf3-a8e2-46cb-bd6d-60ea50a982f3 2018-07-17 10:08:05,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:05,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:06,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-5d6c0214-563e-45c8-a4fa-16ad1c294616 x-compute-request-id: req-5d6c0214-563e-45c8-a4fa-16ad1c294616 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.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:06,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5d6c0214-563e-45c8-a4fa-16ad1c294616 2018-07-17 10:08:06,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664840936661s 2018-07-17 10:08:06,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5d6c0214-563e-45c8-a4fa-16ad1c294616 2018-07-17 10:08:06,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:08:06,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:06,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-2ab5ff7c-0b86-44c9-9d99-4cef866010ad Date: Tue, 17 Jul 2018 10:08: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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["47dc9241-4e32-434d-875e-911bfeaef5a7"],"updated_at":"2018-07-17T10:07:56Z","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5dc1c17bead44e8aa870da0070650877","id":"64303c34-30df-4ea7-be4a-29df61e6c24e","name":"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:06,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2ab5ff7c-0b86-44c9-9d99-4cef866010ad 2018-07-17 10:08:06,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.303766965866s 2018-07-17 10:08:06,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2ab5ff7c-0b86-44c9-9d99-4cef866010ad 2018-07-17 10:08:06,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:08:06,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:07,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-378e772a-8b6c-4c62-8ff8-561c5e4b956b Date: Tue, 17 Jul 2018 10:08:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:07:56Z","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":"5dc1c17bead44e8aa870da0070650877","id":"47dc9241-4e32-434d-875e-911bfeaef5a7","subnetpool_id":null,"name":"vping_userdata-subnet_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:07,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-378e772a-8b6c-4c62-8ff8-561c5e4b956b 2018-07-17 10:08:07,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.220520973206s 2018-07-17 10:08:07,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-378e772a-8b6c-4c62-8ff8-561c5e4b956b 2018-07-17 10:08:07,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:09,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:09,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:09,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:09 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-d263de3c-1361-4b82-a920-6677f4f5395f x-compute-request-id: req-d263de3c-1361-4b82-a920-6677f4f5395f Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:08Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:09,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d263de3c-1361-4b82-a920-6677f4f5395f 2018-07-17 10:08:09,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553508996964s 2018-07-17 10:08:09,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d263de3c-1361-4b82-a920-6677f4f5395f 2018-07-17 10:08:09,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:11,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:11,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:12,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-48848d0f-49f3-4eb7-917c-e94dedd39da8 x-compute-request-id: req-48848d0f-49f3-4eb7-917c-e94dedd39da8 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.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:09Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:12,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-48848d0f-49f3-4eb7-917c-e94dedd39da8 2018-07-17 10:08:12,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702166080475s 2018-07-17 10:08:12,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-48848d0f-49f3-4eb7-917c-e94dedd39da8 2018-07-17 10:08:12,395 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:14,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:14,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:15,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-fae5048e-7525-446b-8396-7bd4dfbfb1d9 x-compute-request-id: req-fae5048e-7525-446b-8396-7bd4dfbfb1d9 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.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:09Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:15,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fae5048e-7525-446b-8396-7bd4dfbfb1d9 2018-07-17 10:08:15,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00524497032s 2018-07-17 10:08:15,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fae5048e-7525-446b-8396-7bd4dfbfb1d9 2018-07-17 10:08:15,407 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:17,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:17,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:17,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-3e3fd535-a6b7-4841-9994-d66021c9d012 x-compute-request-id: req-3e3fd535-a6b7-4841-9994-d66021c9d012 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:17,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3e3fd535-a6b7-4841-9994-d66021c9d012 2018-07-17 10:08:17,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507102966309s 2018-07-17 10:08:17,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3e3fd535-a6b7-4841-9994-d66021c9d012 2018-07-17 10:08:17,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:08:17,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:18,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-bfc1e651-dadc-40bd-b18f-15202c41a6b3 Date: Tue, 17 Jul 2018 10:08:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:08:09Z","admin_state_up":true,"updated_at":"2018-07-17T10:08:14Z","binding:vnic_type":"normal","device_id":"9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f8:8d:72","id":"82145b75-d239-4450-8b97-1f1f2f1c1838","port_security_enabled":true,"project_id":"5dc1c17bead44e8aa870da0070650877","fixed_ips":[{"subnet_id":"47dc9241-4e32-434d-875e-911bfeaef5a7","ip_address":"192.168.0.5"}],"extra_dhcp_opts":[],"security_groups":["499e2810-7ea1-4178-9b31-d5f173862cf4"],"name":""}]} 2018-07-17 10:08:18,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f used request id req-bfc1e651-dadc-40bd-b18f-15202c41a6b3 2018-07-17 10:08:18,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.25685095787s 2018-07-17 10:08:18,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f used request id req-bfc1e651-dadc-40bd-b18f-15202c41a6b3 2018-07-17 10:08:18,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:08:18,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=82145b75-d239-4450-8b97-1f1f2f1c1838" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:18,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6b048357-22c1-491c-baeb-9913126be7f5 Date: Tue, 17 Jul 2018 10:08:18 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:08:18,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=82145b75-d239-4450-8b97-1f1f2f1c1838 used request id req-6b048357-22c1-491c-baeb-9913126be7f5 2018-07-17 10:08:18,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.225495100021s 2018-07-17 10:08:18,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=82145b75-d239-4450-8b97-1f1f2f1c1838 used request id req-6b048357-22c1-491c-baeb-9913126be7f5 2018-07-17 10:08:18,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:19,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:18 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-26a7cdbc-ef79-4eba-8284-dafc9391d618 x-compute-request-id: req-26a7cdbc-ef79-4eba-8284-dafc9391d618 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:19,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-26a7cdbc-ef79-4eba-8284-dafc9391d618 2018-07-17 10:08:19,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.815589904785s 2018-07-17 10:08:19,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-26a7cdbc-ef79-4eba-8284-dafc9391d618 2018-07-17 10:08:19,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:08:19,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:19,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-9efbf8bd-8700-40a7-8c65-996c22184aeb Date: Tue, 17 Jul 2018 10:08:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:08:09Z","admin_state_up":true,"updated_at":"2018-07-17T10:08:14Z","binding:vnic_type":"normal","device_id":"9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f8:8d:72","id":"82145b75-d239-4450-8b97-1f1f2f1c1838","port_security_enabled":true,"project_id":"5dc1c17bead44e8aa870da0070650877","fixed_ips":[{"subnet_id":"47dc9241-4e32-434d-875e-911bfeaef5a7","ip_address":"192.168.0.5"}],"extra_dhcp_opts":[],"security_groups":["499e2810-7ea1-4178-9b31-d5f173862cf4"],"name":""}]} 2018-07-17 10:08:19,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f used request id req-9efbf8bd-8700-40a7-8c65-996c22184aeb 2018-07-17 10:08:19,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0616590976715s 2018-07-17 10:08:19,293 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f used request id req-9efbf8bd-8700-40a7-8c65-996c22184aeb 2018-07-17 10:08:19,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:08:19,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=82145b75-d239-4450-8b97-1f1f2f1c1838" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:19,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-29759f42-0073-4eb6-b39b-5b04484ae30b Date: Tue, 17 Jul 2018 10:08:19 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:08:19,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=82145b75-d239-4450-8b97-1f1f2f1c1838 used request id req-29759f42-0073-4eb6-b39b-5b04484ae30b 2018-07-17 10:08:19,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.241464853287s 2018-07-17 10:08:19,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=82145b75-d239-4450-8b97-1f1f2f1c1838 used request id req-29759f42-0073-4eb6-b39b-5b04484ae30b 2018-07-17 10:08:19,541 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f8:8d:72', 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'63eca54d-ad43-462f-8733-400acf6e82cf'}), 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-17T10:08:14.000000', 'flavor': Munch({u'id': u'f54ced85-849d-4701-9dae-0e1a5906b5d1'}), 'az': u'nova', 'id': u'9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cea2821dd9b24f1fad5207df3bacbc54', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5dc1c17bead44e8aa870da0070650877', 'name': 'vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c', '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-17T10:08:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T10:08:15Z', 'hostId': u'e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0', '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-17T10:08:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5dc1c17bead44e8aa870da0070650877', 'name': u'vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c', 'adminPass': None, 'tenant_id': u'5dc1c17bead44e8aa870da0070650877', 'created_at': u'2018-07-17T10:08:05Z', 'created': u'2018-07-17T10:08:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 10:08:19,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:08:19,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:19,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-83782fb4-68d2-4e12-a000-4a19e55cf315 Date: Tue, 17 Jul 2018 10:08:19 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["47dc9241-4e32-434d-875e-911bfeaef5a7"],"updated_at":"2018-07-17T10:07:56Z","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5dc1c17bead44e8aa870da0070650877","id":"64303c34-30df-4ea7-be4a-29df61e6c24e","name":"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:19,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-83782fb4-68d2-4e12-a000-4a19e55cf315 2018-07-17 10:08:19,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283143043518s 2018-07-17 10:08:19,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-83782fb4-68d2-4e12-a000-4a19e55cf315 2018-07-17 10:08:19,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:08:19,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:20,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-2216568f-6ce5-4b3d-93c5-a682fa5aa8d8 Date: Tue, 17 Jul 2018 10:08:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/63eca54d-ad43-462f-8733-400acf6e82cf/snap", "metadata": {}}], "file": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file", "owner": "5dc1c17bead44e8aa870da0070650877", "id": "63eca54d-ad43-462f-8733-400acf6e82cf", "size": 12716032, "self": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/63eca54d-ad43-462f-8733-400acf6e82cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:08:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:08:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:08:20,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2216568f-6ce5-4b3d-93c5-a682fa5aa8d8 2018-07-17 10:08:20,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.714437007904s 2018-07-17 10:08:20,546 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2216568f-6ce5-4b3d-93c5-a682fa5aa8d8 2018-07-17 10:08:20,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:08:20,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:20,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-71c98059-9780-422c-b7fb-10470fc5252c x-compute-request-id: req-71c98059-9780-422c-b7fb-10470fc5252c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_792e18e8-f70e-4200-9437-5abd60a6075c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "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": "f54ced85-849d-4701-9dae-0e1a5906b5d1"}]} 2018-07-17 10:08:20,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-71c98059-9780-422c-b7fb-10470fc5252c 2018-07-17 10:08:20,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263521671295s 2018-07-17 10:08:20,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-71c98059-9780-422c-b7fb-10470fc5252c 2018-07-17 10:08:20,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:08:20,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"server": {"name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "imageRef": "63eca54d-ad43-462f-8733-400acf6e82cf", "flavorRef": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMC41IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "64303c34-30df-4ea7-be4a-29df61e6c24e"}]}}' 2018-07-17 10:08:22,211 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:08: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-6383732c-ea8a-4835-a5de-2409b574c381 x-compute-request-id: req-6383732c-ea8a-4835-a5de-2409b574c381 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "adminPass": "Tk9XWQ35wD3c"}} 2018-07-17 10:08:22,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-6383732c-ea8a-4835-a5de-2409b574c381 2018-07-17 10:08:22,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.63581705093s 2018-07-17 10:08:22,212 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-6383732c-ea8a-4835-a5de-2409b574c381 2018-07-17 10:08:22,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:22,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:22,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-0597401d-729d-4bd1-8938-ca5853b519e4 x-compute-request-id: req-0597401d-729d-4bd1-8938-ca5853b519e4 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:22,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0597401d-729d-4bd1-8938-ca5853b519e4 2018-07-17 10:08:22,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694739818573s 2018-07-17 10:08:22,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0597401d-729d-4bd1-8938-ca5853b519e4 2018-07-17 10:08:22,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:24,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:24,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:25,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-94cf4588-ef7b-4e1d-9cbc-1395ee535895 x-compute-request-id: req-94cf4588-ef7b-4e1d-9cbc-1395ee535895 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.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:24Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:25,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-94cf4588-ef7b-4e1d-9cbc-1395ee535895 2018-07-17 10:08:25,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230450153351s 2018-07-17 10:08:25,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-94cf4588-ef7b-4e1d-9cbc-1395ee535895 2018-07-17 10:08:25,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:27,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:27,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:27,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-57b71512-1877-40db-af8e-69cf821f90eb x-compute-request-id: req-57b71512-1877-40db-af8e-69cf821f90eb Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:24Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:27,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-57b71512-1877-40db-af8e-69cf821f90eb 2018-07-17 10:08:27,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.797063112259s 2018-07-17 10:08:27,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-57b71512-1877-40db-af8e-69cf821f90eb 2018-07-17 10:08:27,956 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:29,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:29,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:30,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-52c5624c-dbda-4bf0-8240-a3a9c08a4334 x-compute-request-id: req-52c5624c-dbda-4bf0-8240-a3a9c08a4334 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:24Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:30,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-52c5624c-dbda-4bf0-8240-a3a9c08a4334 2018-07-17 10:08:30,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.810595035553s 2018-07-17 10:08:30,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-52c5624c-dbda-4bf0-8240-a3a9c08a4334 2018-07-17 10:08:30,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:32,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:32,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:33,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-cc2d7887-5012-4696-8176-0181ec0afbf0 x-compute-request-id: req-cc2d7887-5012-4696-8176-0181ec0afbf0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:30Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:33,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc2d7887-5012-4696-8176-0181ec0afbf0 2018-07-17 10:08:33,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745066165924s 2018-07-17 10:08:33,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc2d7887-5012-4696-8176-0181ec0afbf0 2018-07-17 10:08:33,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:08:33,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:33,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-84fc7e1a-795f-4476-b554-f4d3f57d6f34 Date: Tue, 17 Jul 2018 10:08:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:08:24Z","admin_state_up":true,"updated_at":"2018-07-17T10:08:29Z","binding:vnic_type":"normal","device_id":"721e94a7-c035-447c-b2b2-92aff84f254e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:0c:05","id":"35fdbcdc-fbf4-412e-bb35-d82595c708da","port_security_enabled":true,"project_id":"5dc1c17bead44e8aa870da0070650877","fixed_ips":[{"subnet_id":"47dc9241-4e32-434d-875e-911bfeaef5a7","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["499e2810-7ea1-4178-9b31-d5f173862cf4"],"name":""}]} 2018-07-17 10:08:33,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e used request id req-84fc7e1a-795f-4476-b554-f4d3f57d6f34 2018-07-17 10:08:33,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0612530708313s 2018-07-17 10:08:33,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e used request id req-84fc7e1a-795f-4476-b554-f4d3f57d6f34 2018-07-17 10:08:33,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:08:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:33,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-25526278-386d-49fc-8e99-2990718bd79c Date: Tue, 17 Jul 2018 10:08:33 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:08:33,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da used request id req-25526278-386d-49fc-8e99-2990718bd79c 2018-07-17 10:08:33,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.152744054794s 2018-07-17 10:08:33,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da used request id req-25526278-386d-49fc-8e99-2990718bd79c 2018-07-17 10:08:33,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:33,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:34,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-95e12934-00ac-41c5-b06c-2cf7ecb453f0 x-compute-request-id: req-95e12934-00ac-41c5-b06c-2cf7ecb453f0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:30Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:34,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-95e12934-00ac-41c5-b06c-2cf7ecb453f0 2018-07-17 10:08:34,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.932464122772s 2018-07-17 10:08:34,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-95e12934-00ac-41c5-b06c-2cf7ecb453f0 2018-07-17 10:08:34,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:08:34,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:34,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-fd46880d-266b-4453-ba4a-1bdf170c4830 Date: Tue, 17 Jul 2018 10:08:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:08:24Z","admin_state_up":true,"updated_at":"2018-07-17T10:08:29Z","binding:vnic_type":"normal","device_id":"721e94a7-c035-447c-b2b2-92aff84f254e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:0c:05","id":"35fdbcdc-fbf4-412e-bb35-d82595c708da","port_security_enabled":true,"project_id":"5dc1c17bead44e8aa870da0070650877","fixed_ips":[{"subnet_id":"47dc9241-4e32-434d-875e-911bfeaef5a7","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["499e2810-7ea1-4178-9b31-d5f173862cf4"],"name":""}]} 2018-07-17 10:08:34,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e used request id req-fd46880d-266b-4453-ba4a-1bdf170c4830 2018-07-17 10:08:34,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.24702501297s 2018-07-17 10:08:34,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e used request id req-fd46880d-266b-4453-ba4a-1bdf170c4830 2018-07-17 10:08:34,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:08:34,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:35,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ce735161-17e2-45fd-a52a-3e0dfd2bcdaa Date: Tue, 17 Jul 2018 10:08:35 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:08:35,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da used request id req-ce735161-17e2-45fd-a52a-3e0dfd2bcdaa 2018-07-17 10:08:35,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.241255998611s 2018-07-17 10:08:35,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da used request id req-ce735161-17e2-45fd-a52a-3e0dfd2bcdaa 2018-07-17 10:08:35,181 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c3:0c:05', 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'63eca54d-ad43-462f-8733-400acf6e82cf'}), 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-17T10:08:29.000000', 'flavor': Munch({u'id': u'f54ced85-849d-4701-9dae-0e1a5906b5d1'}), 'az': u'nova', 'id': u'721e94a7-c035-447c-b2b2-92aff84f254e', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cea2821dd9b24f1fad5207df3bacbc54', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5dc1c17bead44e8aa870da0070650877', 'name': 'vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c', '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-17T10:08:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-17T10:08:30Z', 'hostId': u'6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf', '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-17T10:08:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5dc1c17bead44e8aa870da0070650877', 'name': u'vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c', 'adminPass': None, 'tenant_id': u'5dc1c17bead44e8aa870da0070650877', 'created_at': u'2018-07-17T10:08:22Z', 'created': u'2018-07-17T10:08:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-17 10:08:35,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:35,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:36,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-955dd1bb-1d5b-4158-b270-063e6907bc10 x-compute-request-id: req-955dd1bb-1d5b-4158-b270-063e6907bc10 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:30Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:36,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-955dd1bb-1d5b-4158-b270-063e6907bc10 2018-07-17 10:08:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07408094406s 2018-07-17 10:08:36,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-955dd1bb-1d5b-4158-b270-063e6907bc10 2018-07-17 10:08:36,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-17 10:08:36,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:36,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-7db07a29-9629-49bf-8c06-a6313612491b Date: Tue, 17 Jul 2018 10:08:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:08:24Z","admin_state_up":true,"updated_at":"2018-07-17T10:08:29Z","binding:vnic_type":"normal","device_id":"721e94a7-c035-447c-b2b2-92aff84f254e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:0c:05","id":"35fdbcdc-fbf4-412e-bb35-d82595c708da","port_security_enabled":true,"project_id":"5dc1c17bead44e8aa870da0070650877","fixed_ips":[{"subnet_id":"47dc9241-4e32-434d-875e-911bfeaef5a7","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["499e2810-7ea1-4178-9b31-d5f173862cf4"],"name":""}]} 2018-07-17 10:08:36,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e used request id req-7db07a29-9629-49bf-8c06-a6313612491b 2018-07-17 10:08:36,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0590350627899s 2018-07-17 10:08:36,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=721e94a7-c035-447c-b2b2-92aff84f254e used request id req-7db07a29-9629-49bf-8c06-a6313612491b 2018-07-17 10:08:36,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-17 10:08:36,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:36,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2ca9582f-79ef-4e0e-a170-aae5a9588ff3 Date: Tue, 17 Jul 2018 10:08:36 GMT RESP BODY: {"floatingips": []} 2018-07-17 10:08:36,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da used request id req-2ca9582f-79ef-4e0e-a170-aae5a9588ff3 2018-07-17 10:08:36,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0504140853882s 2018-07-17 10:08:36,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=35fdbcdc-fbf4-412e-bb35-d82595c708da used request id req-2ca9582f-79ef-4e0e-a170-aae5a9588ff3 2018-07-17 10:08:36,378 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-17 10:08:37,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:37,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:37,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-847cf1c2-9660-4bda-96af-806e44df18d4 x-compute-request-id: req-847cf1c2-9660-4bda-96af-806e44df18d4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:30Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:15Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:37,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-847cf1c2-9660-4bda-96af-806e44df18d4 2018-07-17 10:08:37,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414549827576s 2018-07-17 10:08:37,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-847cf1c2-9660-4bda-96af-806e44df18d4 2018-07-17 10:08:37,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-17 10:08:37,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e/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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-17 10:08:37,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-da55d55d-7803-44b2-bfed-845bf83eeaac x-compute-request-id: req-da55d55d-7803-44b2-bfed-845bf83eeaac Content-Encoding: gzip Content-Length: 9562 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 486056505 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.135848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137527] pid_max: default: 32768 minimum: 301\n[ 0.138419] ACPI: Core revision 20150930\n[ 0.139809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141119] Security Framework initialized\n[ 0.141917] Yama: becoming mindful.\n[ 0.142654] AppArmor: AppArmor initialized\n[ 0.143516] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146112] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148746] Initializing cgroup subsys io\n[ 0.149560] Initializing cgroup subsys memory\n[ 0.150414] Initializing cgroup subsys devices\n[ 0.151289] Initializing cgroup subsys freezer\n[ 0.152150] Initializing cgroup subsys net_cls\n[ 0.153004] Initializing cgroup subsys perf_event\n[ 0.153914] Initializing cgroup subsys net_prio\n[ 0.155037] Initializing cgroup subsys hugetlb\n[ 0.155902] Initializing cgroup subsys pids\n[ 0.156765] CPU: Physical Processor ID: 0\n[ 0.158261] mce: CPU supports 10 MCE banks\n[ 0.159111] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160100] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181216] ftrace: allocating 31920 entries in 125 pages\n[ 0.207313] smpboot: Max logical packages: 1\n[ 0.208173] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209505] x2apic enabled\n[ 0.210303] Switched APIC routing to physical x2apic.\n[ 0.212030] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213143] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216975] KVM setup paravirtual spinlock\n[ 0.218331] x86: Booted up 1 node, 1 CPUs\n[ 0.219132] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220520] devtmpfs: initialized\n[ 0.222241] evm: security.selinux\n[ 0.222932] evm: security.SMACK64\n[ 0.223614] evm: security.SMACK64EXEC\n[ 0.224351] evm: security.SMACK64TRANSMUTE\n[ 0.225148] evm: security.SMACK64MMAP\n[ 0.225884] evm: security.ima\n[ 0.226521] evm: security.capability\n[ 0.227328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229167] pinctrl core: initialized pinctrl subsystem\n[ 0.230262] RTC time: 10:08:30, date: 07/17/18\n[ 0.231223] NET: Registered protocol family 16\n[ 0.232209] cpuidle: using governor ladder\n[ 0.233014] cpuidle: using governor menu\n[ 0.233793] PCCT header not found.\n[ 0.234549] ACPI: bus type PCI registered\n[ 0.235346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236576] PCI: Using configuration type 1 for base access\n[ 0.238358] ACPI: Added _OSI(Module Device)\n[ 0.239197] ACPI: Added _OSI(Processor Device)\n[ 0.240046] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240933] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242696] ACPI: Interpreter enabled\n[ 0.243465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247102] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248925] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250734] ACPI: (supports S0 S5)\n[ 0.251435] ACPI: Using IOAPIC for interrupt routing\n[ 0.252370] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255457] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256598] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257823] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259006] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261214] acpiphp: Slot [3] registered\n[ 0.262005] acpiphp: Slot [4] registered\n[ 0.262796] acpiphp: Slot [5] registered\n[ 0.263591] acpiphp: Slot [6] registered\n[ 0.264382] acpiphp: Slot [7] registered\n[ 0.265178] acpiphp: Slot [8] registered\n[ 0.265964] acpiphp: Slot [9] registered\n[ 0.266753] acpiphp: Slot [10] registered\n[ 0.267551] acpiphp: Slot [11] registered\n[ 0.268359] acpiphp: Slot [12] registered\n[ 0.269167] acpiphp: Slot [13] registered\n[ 0.269962] acpiphp: Slot [14] registered\n[ 0.270762] acpiphp: Slot [15] registered\n[ 0.281293] acpiphp: Slot [16] registered\n[ 0.282097] acpiphp: Slot [17] registered\n[ 0.282892] acpiphp: Slot [18] registered\n[ 0.283692] acpiphp: Slot [19] registered\n[ 0.284493] acpiphp: Slot [20] registered\n[ 0.285299] acpiphp: Slot [21] registered\n[ 0.286102] acpiphp: Slot [22] registered\n[ 0.286897] acpiphp: Slot [23] registered\n[ 0.287700] acpiphp: Slot [24] registered\n[ 0.288505] acpiphp: Slot [25] registered\n[ 0.289314] acpiphp: Slot [26] registered\n[ 0.290114] acpiphp: Slot [27] registered\n[ 0.290913] acpiphp: Slot [28] registered\n[ 0.291719] acpiphp: Slot [29] registered\n[ 0.292531] acpiphp: Slot [30] registered\n[ 0.293400] acpiphp: Slot [31] registered\n[ 0.294204] PCI host bridge to bus 0000:00\n[ 0.295001] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296198] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300256] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.301726] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304984] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306256] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307415] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308661] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313649] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336914] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340937] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344824] vgaarb: loaded\n[ 0.345420] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346645] SCSI subsystem initialized\n[ 0.347562] ACPI: bus type USB registered\n[ 0.348382] usbcore: registered new interface driver usbfs\n[ 0.349399] usbcore: registered new interface driver hub\n[ 0.350401] usbcore: registered new device driver usb\n[ 0.351505] PCI: Using ACPI for IRQ routing\n[ 0.352623] NetLabel: Initializing\n[ 0.353337] NetLabel: domain hash size = 128\n[ 0.354264] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355366] NetLabel: unlabeled traffic allowed by default\n[ 0.356618] clocksource: Switched to clocksource kvm-clock\n[ 0.365050] AppArmor: AppArmor Filesystem Enabled\n[ 0.366023] pnp: PnP ACPI init\n[ 0.366961] pnp: PnP ACPI: found 5 devices\n[ 0.373298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374996] NET: Registered protocol family 2\n[ 0.376047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377336] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378535] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379716] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380795] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381971] NET: Registered protocol family 1\n[ 0.382849] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383944] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385012] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399056] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413204] Trying to unpack rootfs image as initramfs...\n[ 0.470322] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471977] Scanning for low memory corruption every 60 seconds\n[ 0.473361] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474521] audit: initializing netlink subsys (disabled)\n[ 0.475538] audit: type=2000 audit(1531822110.748:1): initialized\n[ 0.476913] Initialise system trusted keyring\n[ 0.477867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479020] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481176] zbud: loaded\n[ 0.481906] VFS: Disk quotas dquot_6.6.0\n[ 0.482725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.484340] fuse init (API version 7.23)\n[ 0.485251] Key type big_key registered\n[ 0.486049] Allocating IMA MOK and blacklist keyrings.\n[ 0.487278] Key type asymmetric registered\n[ 0.488097] Asymmetric key parser 'x509' registered\n[ 0.489054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490516] io scheduler noop registered\n[ 0.491300] io scheduler deadline registered (default)\n[ 0.492281] io scheduler cfq registered\n[ 0.493138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494178] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495434] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496878] ACPI: Power Button [PWRF]\n[ 0.497745] GHES: HEST is not enabled!\n[ 0.511451] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565447] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567730] Linux agpgart interface v0.103\n[ 0.570431] brd: module loaded\n[ 0.572103] loop: module loaded\n[ 0.575627] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577066] GPT:90111 != 2097151\n[ 0.579909] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581327] GPT:90111 != 2097151\n[ 0.582005] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583041] vda: vda1 vda15\n[ 0.587054] scsi host0: ata_piix\n[ 0.587870] scsi host1: ata_piix\n[ 0.588598] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589804] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.591397] libphy: Fixed MDIO Bus: probed\n[ 0.592257] tun: Universal TUN/TAP device driver, 1.6\n[ 0.593204] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596368] PPP generic driver version 2.4.2\n[ 0.597366] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598609] ehci-pci: EHCI PCI platform driver\n[ 0.599493] ehci-platform: EHCI generic platform driver\n[ 0.600492] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601718] ohci-pci: OHCI PCI platform driver\n[ 0.602607] ohci-platform: OHCI generic platform driver\n[ 0.603608] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618109] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.620640] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.621665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.622874] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624107] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.625519] usb usb1: Product: UHCI Host Controller\n[ 0.626456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.627591] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.628598] hub 1-0:1.0: USB hub found\n[ 0.629401] hub 1-0:1.0: 2 ports detected\n[ 0.630447] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.632640] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.633615] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.634689] mousedev: PS/2 mouse device common for all mice\n[ 0.636018] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638122] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639279] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.640468] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641670] i2c /dev entries driver\n[ 0.642498] device-mapper: uevent: version 1.0.3\n[ 0.643520] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645233] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.646998] NET: Registered protocol family 10\n[ 0.648383] NET: Registered protocol family 17\n[ 0.649333] Key type dns_resolver registered\n[ 0.650527] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653530] registered taskstats version 1\n[ 0.654416] Loading compiled-in X.509 certificates\n[ 0.655973] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657899] zswap: loaded using pool lzo/zbud\n[ 0.659968] Key type trusted registered\n[ 0.661788] Key type encrypted registered\n[ 0.662635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664766] evm: HMAC attrs: 0x1\n[ 0.665838] Magic number: 10:407:123\n[ 0.666670] acpi LNXSYBUS:01: hash matches\n[ 0.667587] rtc_cmos 00:00: setting system clock to 2018-07-17 10:08:30 UTC (1531822110)\n[ 0.669268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.670383] EDD information not available.\n[ 0.750872] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.752427] Write protecting the kernel read-only data: 14336k\n[ 0.755957] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.758308] 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.806650] 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.7...\nLease of 192.168.0.7 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-00000011\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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL4N4xlhldZ3Kour4Q3+jnpQU2/8QTrvvYzeVcCpQBsyQzpJ5c6TCDUV1xEqlYJSNb1x9CNxe40piPUCD9rgxYWIoJUZQ/b5s715jkwmuLebbP94ew36X3D3C44ZlsnohS54wLOt27cXwaZWF/9va7W3bqYIqn2i5clKTeE6LPCLPi16RE8HRAjwgFcBQuLMip09p3LmBWibDQd9HdzTNXkgb1oJhntY8ovgU8Y0CHnbTws7z4VBrxVufd/BJjlVuZFqppg0PNria8nqyG5T0pLGemfzu1ADknzLGALxwfUyJF5tsIeS551VwQwWloXHWJSt/T+03rjl89SX6NIQvh root@vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c\nssh-dss AAAAB3NzaC1kc3MAAACBAL2XRF35HjgfF53q58u3HTyGogE65RBL0d47DhXbkwHlCicWUyl2VgDI/Ap7ZUf8I+fklgIMnAO87fh68k5cpDQdxrcuoNfFeNj2jP2ZA17eWiSssJaNOabBzsOSD0borZPXWH9Ikk5tQ3kHlcy2MQUfqiU2zlGTD//YCYOQB6Y5AAAAFQC1wpKB/KR7ZLYZ5XT/lhRvM2xspQAAAIEApgW+f+iazquF5mBpQJE+qLDcVLB68jh3q9DMIyA/LbisFtsdZfQ84DBDJ7mP64aunI8YkfiaOL+IUbTr/9KrhBqqME2pSJMIdb5f5pnZhRj9x+IVz/hNI/4eA6xo/kMhnv+d9kFbyqd5CGy09T5/l9udlZ4R2XZylUqzZqsesyoAAACBAJFpNRvukdUOHn5nr/vmbaKDU2MhNUGYSjiDda0GowyNZ/upk3P5byreb9XZyxFnuop7B3up/53xHt+drMwDML9qeyZlH7gqczuA1CBBiTJTRWgTCCSkta3mP3o+Kcsw0KZXAnsGW/HZ7jumCtqPKZAp4vS68euLSwGOkKLY/3Iz root@vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fec3:c05/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.3 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.7 \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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.89 ===\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-792e18e8-f70e-4200-9437-5abd60a6075c login: "} 2018-07-17 10:08:37,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e/action used request id req-da55d55d-7803-44b2-bfed-845bf83eeaac 2018-07-17 10:08:37,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.085333108902s 2018-07-17 10:08:37,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e/action used request id req-da55d55d-7803-44b2-bfed-845bf83eeaac 2018-07-17 10:08:37,884 - 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 486056505 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.135848] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137527] pid_max: default: 32768 minimum: 301 [ 0.138419] ACPI: Core revision 20150930 [ 0.139809] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141119] Security Framework initialized [ 0.141917] Yama: becoming mindful. [ 0.142654] AppArmor: AppArmor initialized [ 0.143516] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146112] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148746] Initializing cgroup subsys io [ 0.149560] Initializing cgroup subsys memory [ 0.150414] Initializing cgroup subsys devices [ 0.151289] Initializing cgroup subsys freezer [ 0.152150] Initializing cgroup subsys net_cls [ 0.153004] Initializing cgroup subsys perf_event [ 0.153914] Initializing cgroup subsys net_prio [ 0.155037] Initializing cgroup subsys hugetlb [ 0.155902] Initializing cgroup subsys pids [ 0.156765] CPU: Physical Processor ID: 0 [ 0.158261] mce: CPU supports 10 MCE banks [ 0.159111] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160100] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181216] ftrace: allocating 31920 entries in 125 pages [ 0.207313] smpboot: Max logical packages: 1 [ 0.208173] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209505] x2apic enabled [ 0.210303] Switched APIC routing to physical x2apic. [ 0.212030] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213143] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216975] KVM setup paravirtual spinlock [ 0.218331] x86: Booted up 1 node, 1 CPUs [ 0.219132] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220520] devtmpfs: initialized [ 0.222241] evm: security.selinux [ 0.222932] evm: security.SMACK64 [ 0.223614] evm: security.SMACK64EXEC [ 0.224351] evm: security.SMACK64TRANSMUTE [ 0.225148] evm: security.SMACK64MMAP [ 0.225884] evm: security.ima [ 0.226521] evm: security.capability [ 0.227328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229167] pinctrl core: initialized pinctrl subsystem [ 0.230262] RTC time: 10:08:30, date: 07/17/18 [ 0.231223] NET: Registered protocol family 16 [ 0.232209] cpuidle: using governor ladder [ 0.233014] cpuidle: using governor menu [ 0.233793] PCCT header not found. [ 0.234549] ACPI: bus type PCI registered [ 0.235346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236576] PCI: Using configuration type 1 for base access [ 0.238358] ACPI: Added _OSI(Module Device) [ 0.239197] ACPI: Added _OSI(Processor Device) [ 0.240046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240933] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242696] ACPI: Interpreter enabled [ 0.243465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247102] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248925] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250734] ACPI: (supports S0 S5) [ 0.251435] ACPI: Using IOAPIC for interrupt routing [ 0.252370] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255457] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256598] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257823] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259006] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261214] acpiphp: Slot [3] registered [ 0.262005] acpiphp: Slot [4] registered [ 0.262796] acpiphp: Slot [5] registered [ 0.263591] acpiphp: Slot [6] registered [ 0.264382] acpiphp: Slot [7] registered [ 0.265178] acpiphp: Slot [8] registered [ 0.265964] acpiphp: Slot [9] registered [ 0.266753] acpiphp: Slot [10] registered [ 0.267551] acpiphp: Slot [11] registered [ 0.268359] acpiphp: Slot [12] registered [ 0.269167] acpiphp: Slot [13] registered [ 0.269962] acpiphp: Slot [14] registered [ 0.270762] acpiphp: Slot [15] registered [ 0.281293] acpiphp: Slot [16] registered [ 0.282097] acpiphp: Slot [17] registered [ 0.282892] acpiphp: Slot [18] registered [ 0.283692] acpiphp: Slot [19] registered [ 0.284493] acpiphp: Slot [20] registered [ 0.285299] acpiphp: Slot [21] registered [ 0.286102] acpiphp: Slot [22] registered [ 0.286897] acpiphp: Slot [23] registered [ 0.287700] acpiphp: Slot [24] registered [ 0.288505] acpiphp: Slot [25] registered [ 0.289314] acpiphp: Slot [26] registered [ 0.290114] acpiphp: Slot [27] registered [ 0.290913] acpiphp: Slot [28] registered [ 0.291719] acpiphp: Slot [29] registered [ 0.292531] acpiphp: Slot [30] registered [ 0.293400] acpiphp: Slot [31] registered [ 0.294204] PCI host bridge to bus 0000:00 [ 0.295001] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296198] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.297400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.300256] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.301726] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304984] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306256] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307415] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308661] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313649] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336914] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340937] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342246] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344824] vgaarb: loaded [ 0.345420] vgaarb: bridge control possible 0000:00:02.0 [ 0.346645] SCSI subsystem initialized [ 0.347562] ACPI: bus type USB registered [ 0.348382] usbcore: registered new interface driver usbfs [ 0.349399] usbcore: registered new interface driver hub [ 0.350401] usbcore: registered new device driver usb [ 0.351505] PCI: Using ACPI for IRQ routing [ 0.352623] NetLabel: Initializing [ 0.353337] NetLabel: domain hash size = 128 [ 0.354264] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355366] NetLabel: unlabeled traffic allowed by default [ 0.356618] clocksource: Switched to clocksource kvm-clock [ 0.365050] AppArmor: AppArmor Filesystem Enabled [ 0.366023] pnp: PnP ACPI init [ 0.366961] pnp: PnP ACPI: found 5 devices [ 0.373298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374996] NET: Registered protocol family 2 [ 0.376047] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377336] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378535] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379716] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380795] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381971] NET: Registered protocol family 1 [ 0.382849] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383944] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385012] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399056] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413204] Trying to unpack rootfs image as initramfs... [ 0.470322] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471977] Scanning for low memory corruption every 60 seconds [ 0.473361] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.474521] audit: initializing netlink subsys (disabled) [ 0.475538] audit: type=2000 audit(1531822110.748:1): initialized [ 0.476913] Initialise system trusted keyring [ 0.477867] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.479020] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.481176] zbud: loaded [ 0.481906] VFS: Disk quotas dquot_6.6.0 [ 0.482725] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.484340] fuse init (API version 7.23) [ 0.485251] Key type big_key registered [ 0.486049] Allocating IMA MOK and blacklist keyrings. [ 0.487278] Key type asymmetric registered [ 0.488097] Asymmetric key parser 'x509' registered [ 0.489054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490516] io scheduler noop registered [ 0.491300] io scheduler deadline registered (default) [ 0.492281] io scheduler cfq registered [ 0.493138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494178] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.495434] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496878] ACPI: Power Button [PWRF] [ 0.497745] GHES: HEST is not enabled! [ 0.511451] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.539460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.565447] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567730] Linux agpgart interface v0.103 [ 0.570431] brd: module loaded [ 0.572103] loop: module loaded [ 0.575627] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.577066] GPT:90111 != 2097151 [ 0.579909] GPT:Alternate GPT header not at the end of the disk. [ 0.581327] GPT:90111 != 2097151 [ 0.582005] GPT: Use GNU Parted to correct GPT errors. [ 0.583041] vda: vda1 vda15 [ 0.587054] scsi host0: ata_piix [ 0.587870] scsi host1: ata_piix [ 0.588598] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589804] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.591397] libphy: Fixed MDIO Bus: probed [ 0.592257] tun: Universal TUN/TAP device driver, 1.6 [ 0.593204] tun: (C) 1999-2004 Max Krasnyansky [ 0.596368] PPP generic driver version 2.4.2 [ 0.597366] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.598609] ehci-pci: EHCI PCI platform driver [ 0.599493] ehci-platform: EHCI generic platform driver [ 0.600492] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.601718] ohci-pci: OHCI PCI platform driver [ 0.602607] ohci-platform: OHCI generic platform driver [ 0.603608] uhci_hcd: USB Universal Host Controller Interface driver [ 0.618109] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.619159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.620640] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.621665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.622874] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.624107] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.625519] usb usb1: Product: UHCI Host Controller [ 0.626456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.627591] usb usb1: SerialNumber: 0000:00:01.2 [ 0.628598] hub 1-0:1.0: USB hub found [ 0.629401] hub 1-0:1.0: 2 ports detected [ 0.630447] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.632640] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.633615] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.634689] mousedev: PS/2 mouse device common for all mice [ 0.636018] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.638122] rtc_cmos 00:00: RTC can wake from S4 [ 0.639279] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.640468] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.641670] i2c /dev entries driver [ 0.642498] device-mapper: uevent: version 1.0.3 [ 0.643520] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.645233] ledtrig-cpu: registered to indicate activity on CPUs [ 0.646998] NET: Registered protocol family 10 [ 0.648383] NET: Registered protocol family 17 [ 0.649333] Key type dns_resolver registered [ 0.650527] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.651640] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.653530] registered taskstats version 1 [ 0.654416] Loading compiled-in X.509 certificates [ 0.655973] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.657899] zswap: loaded using pool lzo/zbud [ 0.659968] Key type trusted registered [ 0.661788] Key type encrypted registered [ 0.662635] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663685] ima: No TPM chip found, activating TPM-bypass! [ 0.664766] evm: HMAC attrs: 0x1 [ 0.665838] Magic number: 10:407:123 [ 0.666670] acpi LNXSYBUS:01: hash matches [ 0.667587] rtc_cmos 00:00: setting system clock to 2018-07-17 10:08:30 UTC (1531822110) [ 0.669268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.670383] EDD information not available. [ 0.750872] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.752427] Write protecting the kernel read-only data: 14336k [ 0.755957] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.758308] 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.806650] 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.7... Lease of 192.168.0.7 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-00000011 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL4N4xlhldZ3Kour4Q3+jnpQU2/8QTrvvYzeVcCpQBsyQzpJ5c6TCDUV1xEqlYJSNb1x9CNxe40piPUCD9rgxYWIoJUZQ/b5s715jkwmuLebbP94ew36X3D3C44ZlsnohS54wLOt27cXwaZWF/9va7W3bqYIqn2i5clKTeE6LPCLPi16RE8HRAjwgFcBQuLMip09p3LmBWibDQd9HdzTNXkgb1oJhntY8ovgU8Y0CHnbTws7z4VBrxVufd/BJjlVuZFqppg0PNria8nqyG5T0pLGemfzu1ADknzLGALxwfUyJF5tsIeS551VwQwWloXHWJSt/T+03rjl89SX6NIQvh root@vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c ssh-dss AAAAB3NzaC1kc3MAAACBAL2XRF35HjgfF53q58u3HTyGogE65RBL0d47DhXbkwHlCicWUyl2VgDI/Ap7ZUf8I+fklgIMnAO87fh68k5cpDQdxrcuoNfFeNj2jP2ZA17eWiSssJaNOabBzsOSD0borZPXWH9Ikk5tQ3kHlcy2MQUfqiU2zlGTD//YCYOQB6Y5AAAAFQC1wpKB/KR7ZLYZ5XT/lhRvM2xspQAAAIEApgW+f+iazquF5mBpQJE+qLDcVLB68jh3q9DMIyA/LbisFtsdZfQ84DBDJ7mP64aunI8YkfiaOL+IUbTr/9KrhBqqME2pSJMIdb5f5pnZhRj9x+IVz/hNI/4eA6xo/kMhnv+d9kFbyqd5CGy09T5/l9udlZ4R2XZylUqzZqsesyoAAACBAJFpNRvukdUOHn5nr/vmbaKDU2MhNUGYSjiDda0GowyNZ/upk3P5byreb9XZyxFnuop7B3up/53xHt+drMwDML9qeyZlH7gqczuA1CBBiTJTRWgTCCSkta3mP3o+Kcsw0KZXAnsGW/HZ7jumCtqPKZAp4vS68euLSwGOkKLY/3Iz root@vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.7,24,fe80::f816:3eff:fec3:c05/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.3 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.7 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-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c launch-index: 0 === cirros: current=0.4.0 uptime=2.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-792e18e8-f70e-4200-9437-5abd60a6075c login: 2018-07-17 10:08:37,885 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-17 10:08:37,999 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:08:38,000 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:43 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-17 10:08:38,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 10:08:38,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:38,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:08: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 x-openstack-request-id: req-c46b0b4a-0840-4b35-bb88-7ec373ba1fbb x-compute-request-id: req-c46b0b4a-0840-4b35-bb88-7ec373ba1fbb Content-Type: application/json 2018-07-17 10:08:38,144 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f used request id req-c46b0b4a-0840-4b35-bb88-7ec373ba1fbb 2018-07-17 10:08:38,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.139088869095s 2018-07-17 10:08:38,145 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f used request id req-c46b0b4a-0840-4b35-bb88-7ec373ba1fbb 2018-07-17 10:08:38,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:38,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:38,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-85548add-15d1-4c22-aeaf-f8b023619cfb x-compute-request-id: req-85548add-15d1-4c22-aeaf-f8b023619cfb Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:30Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8d:72", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:14.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "9e04ff4e-c8aa-42c4-b7b0-8955f7329b9f", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:38Z", "hostId": "e02188431d6e4c2b0f794fc06067d3a659fbb69fed9b02b8f5b0aaa0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:05Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:38,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-85548add-15d1-4c22-aeaf-f8b023619cfb 2018-07-17 10:08:38,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.82472205162s 2018-07-17 10:08:38,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-85548add-15d1-4c22-aeaf-f8b023619cfb 2018-07-17 10:08:38,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:40,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:40,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:41,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-594744dd-fdea-4800-a655-7107cc13b6dc x-compute-request-id: req-594744dd-fdea-4800-a655-7107cc13b6dc Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:30Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:41,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-594744dd-fdea-4800-a655-7107cc13b6dc 2018-07-17 10:08:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793687820435s 2018-07-17 10:08:41,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-594744dd-fdea-4800-a655-7107cc13b6dc 2018-07-17 10:08:41,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-17 10:08:41,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:42,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:08: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 x-openstack-request-id: req-a9b1731d-3f3f-4907-b285-f7a83bebc2b3 x-compute-request-id: req-a9b1731d-3f3f-4907-b285-f7a83bebc2b3 Content-Type: application/json 2018-07-17 10:08:42,085 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e used request id req-a9b1731d-3f3f-4907-b285-f7a83bebc2b3 2018-07-17 10:08:42,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.313071012497s 2018-07-17 10:08:42,085 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e used request id req-a9b1731d-3f3f-4907-b285-f7a83bebc2b3 2018-07-17 10:08:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:42,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:43,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-a344b253-ee87-4679-ae4d-8a00007af1bc x-compute-request-id: req-a344b253-ee87-4679-ae4d-8a00007af1bc Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:0c:05", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/721e94a7-c035-447c-b2b2-92aff84f254e", "rel": "bookmark"}], "image": {"id": "63eca54d-ad43-462f-8733-400acf6e82cf", "links": [{"href": "http://172.30.9.29:8774/images/63eca54d-ad43-462f-8733-400acf6e82cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-17T10:08:29.000000", "flavor": {"id": "f54ced85-849d-4701-9dae-0e1a5906b5d1", "links": [{"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "bookmark"}]}, "id": "721e94a7-c035-447c-b2b2-92aff84f254e", "security_groups": [{"name": "default"}], "user_id": "cea2821dd9b24f1fad5207df3bacbc54", "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-17T10:08:41Z", "hostId": "6b1a35175a52c1ca7be05b5508ff8ba697eb24d5e8e1e056accad8cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_792e18e8-f70e-4200-9437-5abd60a6075c", "created": "2018-07-17T10:08:22Z", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:08:43,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a344b253-ee87-4679-ae4d-8a00007af1bc 2018-07-17 10:08:43,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.090020895s 2018-07-17 10:08:43,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a344b253-ee87-4679-ae4d-8a00007af1bc 2018-07-17 10:08:43,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:08:45,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:08:45,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:45,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-52167eeb-734b-4fa6-8ed0-833f3d9e7fe9 x-compute-request-id: req-52167eeb-734b-4fa6-8ed0-833f3d9e7fe9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-17 10:08:45,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-52167eeb-734b-4fa6-8ed0-833f3d9e7fe9 2018-07-17 10:08:45,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0765838623047s 2018-07-17 10:08:45,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-52167eeb-734b-4fa6-8ed0-833f3d9e7fe9 2018-07-17 10:08:45,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:08:45,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80/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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" -d '{"subnet_id": "47dc9241-4e32-434d-875e-911bfeaef5a7"}' 2018-07-17 10:08:46,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4aaef3ea-d117-41a5-8219-8afd1f1fe9ad Date: Tue, 17 Jul 2018 10:08:46 GMT RESP BODY: {"network_id": "64303c34-30df-4ea7-be4a-29df61e6c24e", "tenant_id": "5dc1c17bead44e8aa870da0070650877", "subnet_id": "47dc9241-4e32-434d-875e-911bfeaef5a7", "subnet_ids": ["47dc9241-4e32-434d-875e-911bfeaef5a7"], "port_id": "60062e0a-e6d4-40e3-ba09-72deb7a8742b", "id": "b3053bd9-13e6-446a-a2b2-ed402bcedb80"} 2018-07-17 10:08:46,928 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80/remove_router_interface.json used request id req-4aaef3ea-d117-41a5-8219-8afd1f1fe9ad 2018-07-17 10:08:46,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67048597336s 2018-07-17 10:08:46,929 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80/remove_router_interface.json used request id req-4aaef3ea-d117-41a5-8219-8afd1f1fe9ad returning object b3053bd9-13e6-446a-a2b2-ed402bcedb80 2018-07-17 10:08:46,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:08:46,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:47,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8492de43-cc82-433f-8576-88c895bc7d58 Date: Tue, 17 Jul 2018 10:08:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5dc1c17bead44e8aa870da0070650877", "created_at": "2018-07-17T10:07:57Z", "admin_state_up": true, "updated_at": "2018-07-17T10:08:46Z", "revision_number": 4, "routes": [], "project_id": "5dc1c17bead44e8aa870da0070650877", "id": "b3053bd9-13e6-446a-a2b2-ed402bcedb80", "name": "vping_userdata-router_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:47,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8492de43-cc82-433f-8576-88c895bc7d58 2018-07-17 10:08:47,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123889923096s 2018-07-17 10:08:47,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8492de43-cc82-433f-8576-88c895bc7d58 2018-07-17 10:08:47,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:08:47,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80.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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:48,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9233510a-b945-4bda-aa32-bb6402ff6db2 Content-Length: 0 Date: Tue, 17 Jul 2018 10:08:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:08:48,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80.json used request id req-9233510a-b945-4bda-aa32-bb6402ff6db2 2018-07-17 10:08:48,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47573518753s 2018-07-17 10:08:48,531 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b3053bd9-13e6-446a-a2b2-ed402bcedb80.json used request id req-9233510a-b945-4bda-aa32-bb6402ff6db2 2018-07-17 10:08:48,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:08:48,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:48,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ab66a4b3-ced0-49a8-b454-b66e07cb8866 Date: Tue, 17 Jul 2018 10:08:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64303c34-30df-4ea7-be4a-29df61e6c24e","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:07:56Z","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":"5dc1c17bead44e8aa870da0070650877","id":"47dc9241-4e32-434d-875e-911bfeaef5a7","subnetpool_id":null,"name":"vping_userdata-subnet_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:48,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ab66a4b3-ced0-49a8-b454-b66e07cb8866 2018-07-17 10:08:48,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0480279922485s 2018-07-17 10:08:48,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ab66a4b3-ced0-49a8-b454-b66e07cb8866 2018-07-17 10:08:48,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:08:48,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/47dc9241-4e32-434d-875e-911bfeaef5a7.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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:50,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50246479-564b-4ea4-ba4a-a732c42558e1 Date: Tue, 17 Jul 2018 10:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:08:50,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/47dc9241-4e32-434d-875e-911bfeaef5a7.json used request id req-50246479-564b-4ea4-ba4a-a732c42558e1 2018-07-17 10:08:50,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38318705559s 2018-07-17 10:08:50,966 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/47dc9241-4e32-434d-875e-911bfeaef5a7.json used request id req-50246479-564b-4ea4-ba4a-a732c42558e1 2018-07-17 10:08:50,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:08:50,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:51,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-bd7561ce-cc2d-4296-8be2-0356d10665f1 Date: Tue, 17 Jul 2018 10:08:51 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:08:50Z","tenant_id":"5dc1c17bead44e8aa870da0070650877","created_at":"2018-07-17T10:07:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5dc1c17bead44e8aa870da0070650877","id":"64303c34-30df-4ea7-be4a-29df61e6c24e","name":"vping_userdata-net_792e18e8-f70e-4200-9437-5abd60a6075c"}]} 2018-07-17 10:08:51,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-bd7561ce-cc2d-4296-8be2-0356d10665f1 2018-07-17 10:08:51,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294500827789s 2018-07-17 10:08:51,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-bd7561ce-cc2d-4296-8be2-0356d10665f1 2018-07-17 10:08:51,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:08:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/64303c34-30df-4ea7-be4a-29df61e6c24e.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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:52,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50f5488b-2b17-48e8-bf21-a203d24b7677 Date: Tue, 17 Jul 2018 10:08:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:08:52,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/64303c34-30df-4ea7-be4a-29df61e6c24e.json used request id req-50f5488b-2b17-48e8-bf21-a203d24b7677 2018-07-17 10:08:52,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41365695s 2018-07-17 10:08:52,675 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/64303c34-30df-4ea7-be4a-29df61e6c24e.json used request id req-50f5488b-2b17-48e8-bf21-a203d24b7677 2018-07-17 10:08:52,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:08:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:53,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-63c8d2d4-15af-418f-8c5f-78b65d123b3d Date: Tue, 17 Jul 2018 10:08:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/63eca54d-ad43-462f-8733-400acf6e82cf/snap", "metadata": {}}], "file": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf/file", "owner": "5dc1c17bead44e8aa870da0070650877", "id": "63eca54d-ad43-462f-8733-400acf6e82cf", "size": 12716032, "self": "/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/63eca54d-ad43-462f-8733-400acf6e82cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:08:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_792e18e8-f70e-4200-9437-5abd60a6075c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:08:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:08:53,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-63c8d2d4-15af-418f-8c5f-78b65d123b3d 2018-07-17 10:08:53,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.738106966019s 2018-07-17 10:08:53,418 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-63c8d2d4-15af-418f-8c5f-78b65d123b3d 2018-07-17 10:08:53,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:08:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8280f5d83c5dffeb04e60e845e82d89902eadc8" 2018-07-17 10:08:53,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-34af8fad-8b4c-4e3b-9ed5-5a753ed17610 Date: Tue, 17 Jul 2018 10:08: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 10:08:53,755 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf used request id req-34af8fad-8b4c-4e3b-9ed5-5a753ed17610 2018-07-17 10:08:53,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.335869073868s 2018-07-17 10:08:53,756 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/63eca54d-ad43-462f-8733-400acf6e82cf used request id req-34af8fad-8b4c-4e3b-9ed5-5a753ed17610 2018-07-17 10:08:53,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:08:53,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:53,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08: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-bbb38a23-7e92-43b7-a76d-968bc5051a83 x-compute-request-id: req-bbb38a23-7e92-43b7-a76d-968bc5051a83 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_792e18e8-f70e-4200-9437-5abd60a6075c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1", "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": "f54ced85-849d-4701-9dae-0e1a5906b5d1"}]} 2018-07-17 10:08:53,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-bbb38a23-7e92-43b7-a76d-968bc5051a83 2018-07-17 10:08:53,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0286400318146s 2018-07-17 10:08:53,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-bbb38a23-7e92-43b7-a76d-968bc5051a83 2018-07-17 10:08:53,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:08:53,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:53,818 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:08: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-0c5d83c1-b93b-47c5-8b48-6b2512df5147 x-compute-request-id: req-0c5d83c1-b93b-47c5-8b48-6b2512df5147 Content-Length: 0 Content-Type: application/json 2018-07-17 10:08:53,818 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1 used request id req-0c5d83c1-b93b-47c5-8b48-6b2512df5147 2018-07-17 10:08:53,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0320641994476s 2018-07-17 10:08:53,819 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/f54ced85-849d-4701-9dae-0e1a5906b5d1 used request id req-0c5d83c1-b93b-47c5-8b48-6b2512df5147 2018-07-17 10:08:53,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:08:53,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:53,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec12a7e4-5cf8-4437-8fa4-9bf53377f1ca Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c", "links": {"self": "http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cea2821dd9b24f1fad5207df3bacbc54", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:08:53,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ec12a7e4-5cf8-4437-8fa4-9bf53377f1ca 2018-07-17 10:08:53,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122877120972s 2018-07-17 10:08:53,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ec12a7e4-5cf8-4437-8fa4-9bf53377f1ca 2018-07-17 10:08:53,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:08:53,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:54,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5132c6e7-a4a4-45ae-ab22-65896652ccc8 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_792e18e8-f70e-4200-9437-5abd60a6075c", "links": {"self": "http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cea2821dd9b24f1fad5207df3bacbc54", "description": null}} 2018-07-17 10:08:54,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54 used request id req-5132c6e7-a4a4-45ae-ab22-65896652ccc8 2018-07-17 10:08:54,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124203920364s 2018-07-17 10:08:54,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54 used request id req-5132c6e7-a4a4-45ae-ab22-65896652ccc8 2018-07-17 10:08:54,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 10:08:54,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:54,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a2eae8b-b93d-4512-a603-b610f57bede2 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 10:08:54,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54 used request id req-6a2eae8b-b93d-4512-a603-b610f57bede2 2018-07-17 10:08:54,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.35640001297s 2018-07-17 10:08:54,430 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/cea2821dd9b24f1fad5207df3bacbc54 used request id req-6a2eae8b-b93d-4512-a603-b610f57bede2 2018-07-17 10:08:54,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:08:54,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:54,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bfc11c6-9cc4-4fdc-8030-8da8f79b764c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877"}, "tags": [], "enabled": true, "id": "5dc1c17bead44e8aa870da0070650877", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_792e18e8-f70e-4200-9437-5abd60a6075c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:08:54,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-3bfc11c6-9cc4-4fdc-8030-8da8f79b764c 2018-07-17 10:08:54,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108648061752s 2018-07-17 10:08:54,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-3bfc11c6-9cc4-4fdc-8030-8da8f79b764c 2018-07-17 10:08:54,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 10:08:54,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9f413fe5947465de23121a4cd4c6c1e89e95d13" 2018-07-17 10:08:54,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3b8ed82-eaf6-4aba-acff-389cdbea336b 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 10:08:54,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877 used request id req-a3b8ed82-eaf6-4aba-acff-389cdbea336b 2018-07-17 10:08:54,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.265801906586s 2018-07-17 10:08:54,816 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5dc1c17bead44e8aa870da0070650877 used request id req-a3b8ed82-eaf6-4aba-acff-389cdbea336b 2018-07-17 10:08:54,871 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:08:54,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:08:54,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:08:54,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:08:54,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:08:54,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41137fda-45d5-455c-a43e-247747ae3781 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:08:54,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-41137fda-45d5-455c-a43e-247747ae3781 2018-07-17 10:08:54,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:08:55,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}, {"id": "1df037485f884431b02a12ae87459bf2", "name": "admin"}, {"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}], "expires_at": "2018-07-17T11:08:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/7d76f5cba3604c4084a80c130d6e1b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "61829707052a40f3b3c36574fd9c5a49"}, "audit_ids": ["ea69xinVRiusn1KggLBctQ"], "issued_at": "2018-07-17T10:08:55.000000Z"}} 2018-07-17 10:08:55,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:08:55,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:55,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-34269588-c97e-4fad-9d52-5e1cadf304cd Date: Tue, 17 Jul 2018 10:08:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"36f838cc-89e7-4f15-8737-731e4b3baf82","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","status":"ACTIVE","subnets":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"description":"","tags":[],"updated_at":"2018-07-17T10:00:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","provider:network_type":"flat"}]} 2018-07-17 10:08:55,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-34269588-c97e-4fad-9d52-5e1cadf304cd 2018-07-17 10:08:55,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.423544883728s 2018-07-17 10:08:55,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-34269588-c97e-4fad-9d52-5e1cadf304cd 2018-07-17 10:08:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:08:55,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 17 Jul 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65961a6f-768e-49ce-80c0-8c17bd3aecce 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-17 10:08:55,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-65961a6f-768e-49ce-80c0-8c17bd3aecce 2018-07-17 10:08:55,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:08:55,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:55,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af55150-ab4c-4c9d-92af-6c7508ac27be Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/a811bd6f79304a3baa84844c7bdf186d"}, "tags": [], "enabled": true, "id": "a811bd6f79304a3baa84844c7bdf186d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-17 10:08:55,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-4af55150-ab4c-4c9d-92af-6c7508ac27be 2018-07-17 10:08:55,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.095734834671s 2018-07-17 10:08:55,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-4af55150-ab4c-4c9d-92af-6c7508ac27be 2018-07-17 10:08:55,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-17 10:08:55,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374"}}' 2018-07-17 10:08:56,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b6b9e83-b992-4161-ac57-0180a81099cd 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.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7"}, "tags": [], "enabled": true, "id": "0a6168e719e446e7bc5482ee45ed53e7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374"}} 2018-07-17 10:08:56,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1b6b9e83-b992-4161-ac57-0180a81099cd 2018-07-17 10:08:56,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.150380849838s 2018-07-17 10:08:56,007 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1b6b9e83-b992-4161-ac57-0180a81099cd 2018-07-17 10:08:56,008 - 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'0a6168e719e446e7bc5482ee45ed53e7', '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_bdf2383e-bbc5-4982-ad43-ce47dae30374'}) 2018-07-17 10:08:56,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-17 10:08:56,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c65b9d91-ff3a-407a-af12-cbf4474390ca", "email": null, "name": "cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374"}}' 2018-07-17 10:08:56,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 17 Jul 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7022c484-7c10-4677-9351-f644757a6d9e Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": {"self": "http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d61b5af864f043cdbfc4c7ec3b68b46b", "domain_id": "default", "password_expires_at": null}} 2018-07-17 10:08:56,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-7022c484-7c10-4677-9351-f644757a6d9e 2018-07-17 10:08:56,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.43200802803s 2018-07-17 10:08:56,446 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-7022c484-7c10-4677-9351-f644757a6d9e 2018-07-17 10:08:56,447 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd61b5af864f043cdbfc4c7ec3b68b46b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374'}) 2018-07-17 10:08:56,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:08:56,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:56,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b202a244-3415-417e-86b9-8c6c064ce6fb Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:08:56,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b202a244-3415-417e-86b9-8c6c064ce6fb 2018-07-17 10:08:56,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112411975861s 2018-07-17 10:08:56,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b202a244-3415-417e-86b9-8c6c064ce6fb 2018-07-17 10:08:56,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:08:56,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:56,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8611e336-12c1-4094-88d1-0dd6bb6ea970 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:08:56,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8611e336-12c1-4094-88d1-0dd6bb6ea970 2018-07-17 10:08:56,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108212947845s 2018-07-17 10:08:56,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8611e336-12c1-4094-88d1-0dd6bb6ea970 2018-07-17 10:08:56,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-17 10:08:56,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:56,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ffe05c7-dedf-45dc-b517-6ca5735dff51 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00955d5b04da4ec8a5ad3f7ef0a343dc", "links": {"self": "http://172.30.9.29:5000/v3/roles/00955d5b04da4ec8a5ad3f7ef0a343dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "1df037485f884431b02a12ae87459bf2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1df037485f884431b02a12ae87459bf2"}, "name": "admin"}, {"domain_id": null, "id": "3add73adaf5441d4afe77e9a7c695546", "links": {"self": "http://172.30.9.29:5000/v3/roles/3add73adaf5441d4afe77e9a7c695546"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3cb53474d36147b1aefbe8db51431925", "links": {"self": "http://172.30.9.29:5000/v3/roles/3cb53474d36147b1aefbe8db51431925"}, "name": "reader"}, {"domain_id": null, "id": "6c16b40c56454d849f51f4d088e2c0bc", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c16b40c56454d849f51f4d088e2c0bc"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9cb77e8f0b6947f69395a6c9dca28469", "links": {"self": "http://172.30.9.29:5000/v3/roles/9cb77e8f0b6947f69395a6c9dca28469"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-17 10:08:56,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4ffe05c7-dedf-45dc-b517-6ca5735dff51 2018-07-17 10:08:56,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11021900177s 2018-07-17 10:08:56,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4ffe05c7-dedf-45dc-b517-6ca5735dff51 2018-07-17 10:08:56,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-17 10:08:56,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:56,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253071ab-39eb-4610-872e-dd6e5edda79c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-17 10:08:56,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-253071ab-39eb-4610-872e-dd6e5edda79c 2018-07-17 10:08:56,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113039970398s 2018-07-17 10:08:56,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-253071ab-39eb-4610-872e-dd6e5edda79c 2018-07-17 10:08:56,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:08:56,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:57,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b1baa6-d13f-45c4-b781-d99148ebb185 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": {"self": "http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d61b5af864f043cdbfc4c7ec3b68b46b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:08:57,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a9b1baa6-d13f-45c4-b781-d99148ebb185 2018-07-17 10:08:57,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123778820038s 2018-07-17 10:08:57,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a9b1baa6-d13f-45c4-b781-d99148ebb185 2018-07-17 10:08:57,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:08:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:57,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5233ad69-1a6e-44f7-8a57-f93c534b393c Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7"}, "tags": [], "enabled": true, "id": "0a6168e719e446e7bc5482ee45ed53e7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:08:57,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-5233ad69-1a6e-44f7-8a57-f93c534b393c 2018-07-17 10:08:57,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11109495163s 2018-07-17 10:08:57,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-5233ad69-1a6e-44f7-8a57-f93c534b393c 2018-07-17 10:08:57,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-17 10:08:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=d61b5af864f043cdbfc4c7ec3b68b46b&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=0a6168e719e446e7bc5482ee45ed53e7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:57,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8915910-ec3c-41e3-bf1a-1cb663214e56 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=d61b5af864f043cdbfc4c7ec3b68b46b&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=0a6168e719e446e7bc5482ee45ed53e7", "previous": null, "next": null}} 2018-07-17 10:08:57,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=d61b5af864f043cdbfc4c7ec3b68b46b&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=0a6168e719e446e7bc5482ee45ed53e7 used request id req-d8915910-ec3c-41e3-bf1a-1cb663214e56 2018-07-17 10:08:57,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107697963715s 2018-07-17 10:08:57,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=d61b5af864f043cdbfc4c7ec3b68b46b&role.id=9cb77e8f0b6947f69395a6c9dca28469&scope.project.id=0a6168e719e446e7bc5482ee45ed53e7 used request id req-d8915910-ec3c-41e3-bf1a-1cb663214e56 2018-07-17 10:08:57,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-17 10:08:57,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7/users/d61b5af864f043cdbfc4c7ec3b68b46b/roles/9cb77e8f0b6947f69395a6c9dca28469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:08:57,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:08:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4af5b958-aa2e-4cc4-8029-6a72879fa38c 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 10:08:57,434 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7/users/d61b5af864f043cdbfc4c7ec3b68b46b/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-4af5b958-aa2e-4cc4-8029-6a72879fa38c 2018-07-17 10:08:57,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.157579898834s 2018-07-17 10:08:57,434 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7/users/d61b5af864f043cdbfc4c7ec3b68b46b/roles/9cb77e8f0b6947f69395a6c9dca28469 used request id req-4af5b958-aa2e-4cc4-8029-6a72879fa38c 2018-07-17 10:08:57,435 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374', 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'0a6168e719e446e7bc5482ee45ed53e7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'c65b9d91-ff3a-407a-af12-cbf4474390ca', 'username': u'cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29: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 10:08:57,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-17 10:08:57,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-17 10:08:57,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-17 10:08:57,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-17 10:08:57,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-17 10:08:57,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-17 10:08:57,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-17 10:08:57,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-17 10:08:57,441 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'password': 'c65b9d91-ff3a-407a-af12-cbf4474390ca', 'project_name': 'cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '0a6168e719e446e7bc5482ee45ed53e7', 'project_domain_name': 'Default'} 2018-07-17 10:08:57,441 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-17 10:08:57,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:08:57,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22a7e50-973b-4009-9e04-cbb25327fa82 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.29:5000/v3/", "rel": "self"}]}} 2018-07-17 10:08:57,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a22a7e50-973b-4009-9e04-cbb25327fa82 2018-07-17 10:08:57,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-17 10:08:57,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cb53474d36147b1aefbe8db51431925", "name": "reader"}, {"id": "9cb77e8f0b6947f69395a6c9dca28469", "name": "member"}], "expires_at": "2018-07-17T11:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a6168e719e446e7bc5482ee45ed53e7", "name": "cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8004/v1/0a6168e719e446e7bc5482ee45ed53e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c103328cae149cc8ba57dbf4565f165"}, {"url": "http://192.30.9.10:8004/v1/0a6168e719e446e7bc5482ee45ed53e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7e520933c4828a76e3334d14b1100"}, {"url": "http://192.30.9.10:8004/v1/0a6168e719e446e7bc5482ee45ed53e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa014ebcbc5d45fe82863cbc2780ce6c"}], "type": "orchestration", "id": "037acdadc802419d962c3b9ae27aa93f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46a1b0be217247268f5153b101f72330"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb3f794273743af840d3dcddf1c3c31"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d25b6adbdec141babe91bca84e233e9f"}], "type": "metric", "id": "16d41f96b0134dedac356dfa03edfe88", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "206a6196d82345929b43ab232ad9f57a"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab4d2e2f2ba448d1a0f4fa8d81039e85"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6cc8d4d3fa348028ae54cbb60a86dea"}], "type": "alarming", "id": "337ad7083aa0413396ec0fd9b28b8df7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36eb3448b7af41a7bd6370746898b6ac"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76432258785547eab8d71aeaa690820a"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8771f0d4b8f14387a006a31a418400dd"}], "type": "identity", "id": "39ce7c131dcb494fb4c4fe029036be6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0a6168e719e446e7bc5482ee45ed53e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b765c7a244345d1b9a19150b7782e4d"}, {"url": "http://192.30.9.10:8776/v2/0a6168e719e446e7bc5482ee45ed53e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eaf0333731e439892a024683964b1c6"}, {"url": "http://172.30.9.29:8776/v2/0a6168e719e446e7bc5482ee45ed53e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ced84913bb4bdda5d9371a33e2fdb6"}], "type": "volumev2", "id": "3d3b168adb5249f993d60b9304ca00fc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/0a6168e719e446e7bc5482ee45ed53e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "21812f44979c490e8ec5ee6bdbbae34b"}, {"url": "http://192.30.9.10:8776/v1/0a6168e719e446e7bc5482ee45ed53e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4781fb6bf7a24a8093b5328689be21c2"}, {"url": "http://172.30.9.29:8776/v1/0a6168e719e446e7bc5482ee45ed53e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94389465cd094ba3a39c0ad65eadd665"}], "type": "volume", "id": "5298dafaccc74edfb49949e549cc4a1d", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a87fa5a8a4b400ba0a04463970c8223"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bac2a4a015ac475ca5c7300a180bb585"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4df8ac91481477fab598e70a89bb15a"}], "type": "network", "id": "81d50ec6a7094788a35fd2c2d80666f2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45229611f68345e3abb50f479e96e85b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab40cf73d08a4a3082b9917a1cb891ee"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef67e450517f4eba99894a81f0184151"}], "type": "compute", "id": "8c438d43ee2b4d479983aa0d34fbe2d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "205958641f7f442090649ffe7714e426"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263e0970326e41c59f10f5dabec9c9a4"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96132c6b55074a53952802e1401c26d3"}], "type": "image", "id": "b6cfc3937e574da7a907ad2f807ca6c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a466ecd43c84c19b06697a97edd759a"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e2ce140df847d5ad7fbd0a63076eee"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4b0237e505f46cb860025bee10a025f"}], "type": "event", "id": "b83389689e1a4be6abd4710137cd57fe", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "511bfd0f5d7e4c7a89c0faa7eb25d594"}, {"url": "http://12.0.0.23:8080/v1/AUTH_0a6168e719e446e7bc5482ee45ed53e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb6b77638c344ad09926430c18527aa3"}, {"url": "http://172.30.9.29:8080/v1/AUTH_0a6168e719e446e7bc5482ee45ed53e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e16ee51e70ad42f8a1bc07710defb024"}], "type": "object-store", "id": "c60df4efb7234f06aebdfaf0aa7f6567", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "cae3fe5ffd00496b96e0d857b64881fa", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "141a75dbf5d8464d9dbcc1f5374ccfed"}, {"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78ad45c0a1e34b4bb07f0421bd032996"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e01e232418e34a6cb4b2e06a328f8320"}], "type": "placement", "id": "e3b493943b45456db1ad2dba824df9dc", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0a6168e719e446e7bc5482ee45ed53e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "053c8362c98f43acbc456a429b1f3786"}, {"url": "http://192.30.9.10:8776/v3/0a6168e719e446e7bc5482ee45ed53e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3da1c35de8d4483386fdb7e67f5b1121"}, {"url": "http://192.30.9.10:8776/v3/0a6168e719e446e7bc5482ee45ed53e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e20b0ca7dce4f91bec19c690fa5d119"}], "type": "volumev3", "id": "e4822d8398104937bcdd73d0ab67b320", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba04c4d64fe4fe08d33bdc7b768882a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "874dede9a96c442abc7eec4f27e1c097"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e89dae9b2adb4da98b58181bc4660a0c"}], "type": "cloudformation", "id": "f8c07c8d725b442aa140b2e1ab5dcb6a", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374", "id": "d61b5af864f043cdbfc4c7ec3b68b46b"}, "audit_ids": ["AwSzmpWTTAGctgUTsr87Bg"], "issued_at": "2018-07-17T10:08:57.000000Z"}} 2018-07-17 10:08:57,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-17 10:08:57,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"network": {"name": "cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374", "admin_state_up": true}}' 2018-07-17 10:08:58,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-a6cb2975-ee64-4b25-b89c-dd49960229dd Date: Tue, 17 Jul 2018 10:08:58 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-17T10:08:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0a6168e719e446e7bc5482ee45ed53e7","id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","name":"cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374"}} 2018-07-17 10:08:58,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a6cb2975-ee64-4b25-b89c-dd49960229dd 2018-07-17 10:08:58,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.927963018417s 2018-07-17 10:08:58,779 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a6cb2975-ee64-4b25-b89c-dd49960229dd 2018-07-17 10:08:58,779 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:08:58Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6a1d26cd-a3e3-46df-b045-68cb6800c465', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374', u'admin_state_up': True, u'tenant_id': u'0a6168e719e446e7bc5482ee45ed53e7', u'created_at': u'2018-07-17T10:08:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0a6168e719e446e7bc5482ee45ed53e7'}) 2018-07-17 10:08:58,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:08:58,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:08:59,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-ffc93b4b-2738-402f-af80-4d0f88e00ecf Date: Tue, 17 Jul 2018 10:08:59 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:08:58Z","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0a6168e719e446e7bc5482ee45ed53e7","id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","name":"cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:08:59,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ffc93b4b-2738-402f-af80-4d0f88e00ecf 2018-07-17 10:08:59,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.311209917068s 2018-07-17 10:08:59,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ffc93b4b-2738-402f-af80-4d0f88e00ecf 2018-07-17 10:08:59,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-17 10:08:59,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"subnet": {"name": "cinder_test-subnet_bdf2383e-bbc5-4982-ad43-ce47dae30374", "enable_dhcp": true, "network_id": "6a1d26cd-a3e3-46df-b045-68cb6800c465", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-17 10:09:00,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-27e1c4b1-3291-4a61-8de3-15caca28fdc9 Date: Tue, 17 Jul 2018 10:09:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:08: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":"0a6168e719e446e7bc5482ee45ed53e7","id":"874a63db-861b-4859-9d9b-3d0d862d6bb9","subnetpool_id":null,"name":"cinder_test-subnet_bdf2383e-bbc5-4982-ad43-ce47dae30374"}} 2018-07-17 10:09:00,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-27e1c4b1-3291-4a61-8de3-15caca28fdc9 2018-07-17 10:09:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.947304010391s 2018-07-17 10:09:00,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-27e1c4b1-3291-4a61-8de3-15caca28fdc9 2018-07-17 10:09:00,041 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-17T10:08: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'874a63db-861b-4859-9d9b-3d0d862d6bb9', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_bdf2383e-bbc5-4982-ad43-ce47dae30374', u'enable_dhcp': True, u'network_id': u'6a1d26cd-a3e3-46df-b045-68cb6800c465', u'tenant_id': u'0a6168e719e446e7bc5482ee45ed53e7', u'created_at': u'2018-07-17T10:08: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'0a6168e719e446e7bc5482ee45ed53e7'}) 2018-07-17 10:09:00,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-17 10:09:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"router": {"external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82"}, "name": "cinder_test-router_bdf2383e-bbc5-4982-ad43-ce47dae30374", "admin_state_up": true}}' 2018-07-17 10:09:01,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-04cad413-94bd-49e0-9d83-d88a4467cf6b Date: Tue, 17 Jul 2018 10:09:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:00Z", "admin_state_up": true, "updated_at": "2018-07-17T10:09:01Z", "revision_number": 2, "routes": [], "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "db3e8f94-8e19-47a1-a05e-e3a0accc53dd", "name": "cinder_test-router_bdf2383e-bbc5-4982-ad43-ce47dae30374"}} 2018-07-17 10:09:01,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-04cad413-94bd-49e0-9d83-d88a4467cf6b 2018-07-17 10:09:01,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.73890399933s 2018-07-17 10:09:01,781 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-04cad413-94bd-49e0-9d83-d88a4467cf6b 2018-07-17 10:09:01,782 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'36f838cc-89e7-4f15-8737-731e4b3baf82', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9a89a40-ceb9-409f-b018-9fc14593a1c6', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0a6168e719e446e7bc5482ee45ed53e7', u'created_at': u'2018-07-17T10:09:00Z', u'admin_state_up': True, u'updated_at': u'2018-07-17T10:09:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'0a6168e719e446e7bc5482ee45ed53e7', u'id': u'db3e8f94-8e19-47a1-a05e-e3a0accc53dd', u'name': u'cinder_test-router_bdf2383e-bbc5-4982-ad43-ce47dae30374'}) 2018-07-17 10:09:01,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-17 10:09:01,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd/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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"subnet_id": "874a63db-861b-4859-9d9b-3d0d862d6bb9"}' 2018-07-17 10:09:03,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-958649a7-68e4-423f-99a5-65af7db5b0f6 Date: Tue, 17 Jul 2018 10:09:03 GMT RESP BODY: {"network_id": "6a1d26cd-a3e3-46df-b045-68cb6800c465", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "subnet_id": "874a63db-861b-4859-9d9b-3d0d862d6bb9", "subnet_ids": ["874a63db-861b-4859-9d9b-3d0d862d6bb9"], "port_id": "4dcae3ca-6d55-457a-ad1c-475f31230e3b", "id": "db3e8f94-8e19-47a1-a05e-e3a0accc53dd"} 2018-07-17 10:09:03,846 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd/add_router_interface.json used request id req-958649a7-68e4-423f-99a5-65af7db5b0f6 2018-07-17 10:09:03,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06389498711s 2018-07-17 10:09:03,847 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd/add_router_interface.json used request id req-958649a7-68e4-423f-99a5-65af7db5b0f6 returning object db3e8f94-8e19-47a1-a05e-e3a0accc53dd 2018-07-17 10:09:03,847 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-17 10:09:03,979 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-17 10:09:03,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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 10:09:03,985 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 17 Jul 2018 10:09:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-17 10:09:03,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:09:03,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:04,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d4b3b800-f836-4c21-b0fd-0aace423b9aa Date: Tue, 17 Jul 2018 10:09:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:09:04,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d4b3b800-f836-4c21-b0fd-0aace423b9aa 2018-07-17 10:09:04,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.220134973526s 2018-07-17 10:09:04,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d4b3b800-f836-4c21-b0fd-0aace423b9aa 2018-07-17 10:09:04,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-17 10:09:04,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374"}' 2018-07-17 10:09:04,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-119c2412-bda5-4866-9e08-0280d667fea9 Date: Tue, 17 Jul 2018 10:09:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/file", "owner": "0a6168e719e446e7bc5482ee45ed53e7", "id": "1a28aea2-dcf8-40a8-918f-b78f2b83131d", "size": null, "self": "/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:09:04Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "checksum": null, "created_at": "2018-07-17T10:09:04Z", "protected": false} 2018-07-17 10:09:04,957 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-119c2412-bda5-4866-9e08-0280d667fea9 2018-07-17 10:09:04,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.740134954453s 2018-07-17 10:09:04,957 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-119c2412-bda5-4866-9e08-0280d667fea9 returning object 1a28aea2-dcf8-40a8-918f-b78f2b83131d 2018-07-17 10:09:04,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-17 10:09:04,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '' 2018-07-17 10:09:06,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-359897a0-9c58-4080-9e50-e930957606a6 Date: Tue, 17 Jul 2018 10:09:06 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 10:09:06,863 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/file used request id req-359897a0-9c58-4080-9e50-e930957606a6 2018-07-17 10:09:06,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.90513896942s 2018-07-17 10:09:06,863 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/file used request id req-359897a0-9c58-4080-9e50-e930957606a6 2018-07-17 10:09:06,863 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-17T10:09:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/file', u'owner': u'0a6168e719e446e7bc5482ee45ed53e7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1a28aea2-dcf8-40a8-918f-b78f2b83131d', u'size': None, u'name': u'cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374', u'checksum': None, u'self': u'/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-17T10:09:04Z', u'schema': u'/v2/schemas/image'}) 2018-07-17 10:09:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-17 10:09:06,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_bdf2383e-bbc5-4982-ad43-ce47dae30374", "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 10:09:07,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09: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-9aeb103d-bac3-4133-b140-a2f75041adae x-compute-request-id: req-9aeb103d-bac3-4133-b140-a2f75041adae Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "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": "b8257780-40bb-44f4-abe4-f244d22273ff"}} 2018-07-17 10:09:07,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9aeb103d-bac3-4133-b140-a2f75041adae 2018-07-17 10:09:07,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.264303922653s 2018-07-17 10:09:07,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9aeb103d-bac3-4133-b140-a2f75041adae 2018-07-17 10:09:07,129 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_bdf2383e-bbc5-4982-ad43-ce47dae30374', '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'7d76f5cba3604c4084a80c130d6e1b3b', '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'b8257780-40bb-44f4-abe4-f244d22273ff', 'swap': 0}) 2018-07-17 10:09:07,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-17 10:09:07,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff/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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" -d '{"extra_specs": {}}' 2018-07-17 10:09:07,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09: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 x-openstack-request-id: req-bb7e718e-d073-4810-8f21-84cc00c0cdcb x-compute-request-id: req-bb7e718e-d073-4810-8f21-84cc00c0cdcb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-17 10:09:07,150 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff/os-extra_specs used request id req-bb7e718e-d073-4810-8f21-84cc00c0cdcb 2018-07-17 10:09:07,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201389789581s 2018-07-17 10:09:07,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff/os-extra_specs used request id req-bb7e718e-d073-4810-8f21-84cc00c0cdcb 2018-07-17 10:09:07,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-17 10:09:07,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"keypair": {"name": "cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374"}}' 2018-07-17 10:09:07,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09: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-ab305e50-7444-491f-8e15-6dc64a9107e1 x-compute-request-id: req-ab305e50-7444-491f-8e15-6dc64a9107e1 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKPO9Ck4Wi5UIFLzguDDgyncB8dBInJXeiYQZyBrxgLxvlUo9+BOqKgP25L3wiFSgUSRa34aF4vNAhotioLP58gO6ZC3eUekn6XEH1Of/nlE1vIyFcNVnYES7ucV44Fh0AIMCaGgrOkHbMZoKpKsvR7IsirX/pvi0P511CnTnkNO/9aqY4LdK1hW7ybJsgXAkOJ/wbCUiqPnZcNizp6mU989R9J1GKOTbNXETEU1lDDN8nHkU+FRG4sdpoeasp7yWYMS1Na20b/A0TtbqrEtBd5759RxoPWjD3Kjzj1hVQhNfuHGJ9VLXuuGkczpm2bdyW7/gy/t0WHe9AhRKu7fEx Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyjzvQpOFouVCBS84Lgw4Mp3AfHQSJyV3omEGcga8YC8b5VKP\nfgTqioD9uS98IhUoFEkWt+GheLzQIaLYqCz+fIDumQt3lHpJ+lxB9Tn/55RNbyMh\nXDVZ2BEu7nFeOBYdACDAmhoKzpB2zGaCqSrL0eyLIq1/6b4tD+ddQp055DTv/Wqm\nOC3StYVu8mybIFwJDif8GwlIqj52XDYs6eplPfPUfSdRijk2zVxExFNZQwzfJx5F\nPhURuLHaaHmrKe8lmDEtTWttG/wNE7W6qxLQXee+fUcaD1ow9yo849YVUITX7hxi\nfVS17rhpHM6Ztm3clu/4Mv7dFh3vQIUSru3xMQIDAQABAoIBAQDFsID1ZH1qeY5q\nwPi60okQuXISdefUymRCn3OMfRchMoujRGwt9KJMV8Eth8RhEKtIARYrE20jN/aA\nGs6MvsbZb7NMeZAf3NZ53DtBeruzZR24eO/AUgqMEmf8/2bpjnw0xs9fE/viZgcq\n0T4CHWp1vzNW56C1HYixFins1wJjFri9a94qm0yKo3MImzKMPNJRgOGfgBQWszPg\nxRkjwXeDmOGgh7nqkhppFaj9m5ouDp0cvIXof56lHs6Mw96yWcmuRQ/LyH+oXwB6\nBHYxv9fDGUvQYdZCPjV1tHHUtzqh/oRW89btSpw+h4aoLH+LqlRtNiA+5uTv9c72\nMNLx9kidAoGBAP4fmA0q0BKqZK1viG5wI2UDV1vp2Rir4RlgF41+wv9a0nr6DROg\nCPzpiQueNd9Wte68ZYUMIOvJP1RrcgwduYDtpTBfZVeNfoybehD4XOsrmc6tOPex\ntmnuLqOxYHozE6haSIcp8QcpOfXh72RuAP9vyRvDnMWTM1aw/HIOViRfAoGBAMu7\nQRY1BXTcmg7MirjVKdVI0zoH+2ObkZwG4pcWXOmIi71ytpYPEGKzdd3o3XTFBvH4\nTsnagXPX/BG+mf7O/OUcS786JcyZ1yZzQA3AMW+GSh7xkEmdZSb+M6k9nLfQWXOu\nN4Tk8KE7c2Rq8ae0o6Q/LY17DyJXYFMJgKOGe1RvAoGBANsc6sIPtDEj8oMItB5l\nWl9yrhR2YdY//Wsfy68ZKZF8Ahg/Gp9dUeKgiqYV2GWmImCi2PYLKyei8pQbwM5p\notVkExbOalc/jWo3dNzFCXlMsuXdvkz0UlCsKlLCUmmLONvkXL0OkOCXz34PPZbe\nssWM4V6rH7XL4mxRVpoRen0JAoGAZfd9twCoj3nN/XQwRhwiSOafGZ9fGdaGBUKI\n7De8HwJBdntQmUBG4i+R4ZQoKsZmGHs/69VaD0Hdnn/4EUlF1+HWo4oV2xZwUYVD\nXN6Bn6DlviEHJ2EIfICkGKOGqZU1ACoFDZWMPhZERdEky9wkPxOD2BjsVTLIOic6\nZB3t4i8CgYEA75AMYPkIz1OzPFUeuKegquYMmugojHresFeVsYmeQqNsF2HngjeM\nZjybMddOIx5/LlTBF3Lx1yBbLoPUReu/sUlDDv5u1BFwvm/nY/YEwAEg2Ky2/Eyo\nHg37cUDs3wcWR4i4CG40m3FpeXH/qj9wVZIsZDB31mvjOuYVLTddxoI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "d61b5af864f043cdbfc4c7ec3b68b46b", "name": "cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374", "fingerprint": "93:23:8e:38:2a:ad:98:fe:16:fd:20:ce:08:17:7d:57"}} 2018-07-17 10:09:07,495 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-ab305e50-7444-491f-8e15-6dc64a9107e1 2018-07-17 10:09:07,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.343909978867s 2018-07-17 10:09:07,495 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-ab305e50-7444-491f-8e15-6dc64a9107e1 2018-07-17 10:09:07,496 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKPO9Ck4Wi5UIFLzguDDgyncB8dBInJXeiYQZyBrxgLxvlUo9+BOqKgP25L3wiFSgUSRa34aF4vNAhotioLP58gO6ZC3eUekn6XEH1Of/nlE1vIyFcNVnYES7ucV44Fh0AIMCaGgrOkHbMZoKpKsvR7IsirX/pvi0P511CnTnkNO/9aqY4LdK1hW7ybJsgXAkOJ/wbCUiqPnZcNizp6mU989R9J1GKOTbNXETEU1lDDN8nHkU+FRG4sdpoeasp7yWYMS1Na20b/A0TtbqrEtBd5759RxoPWjD3Kjzj1hVQhNfuHGJ9VLXuuGkczpm2bdyW7/gy/t0WHe9AhRKu7fEx Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyjzvQpOFouVCBS84Lgw4Mp3AfHQSJyV3omEGcga8YC8b5VKP\nfgTqioD9uS98IhUoFEkWt+GheLzQIaLYqCz+fIDumQt3lHpJ+lxB9Tn/55RNbyMh\nXDVZ2BEu7nFeOBYdACDAmhoKzpB2zGaCqSrL0eyLIq1/6b4tD+ddQp055DTv/Wqm\nOC3StYVu8mybIFwJDif8GwlIqj52XDYs6eplPfPUfSdRijk2zVxExFNZQwzfJx5F\nPhURuLHaaHmrKe8lmDEtTWttG/wNE7W6qxLQXee+fUcaD1ow9yo849YVUITX7hxi\nfVS17rhpHM6Ztm3clu/4Mv7dFh3vQIUSru3xMQIDAQABAoIBAQDFsID1ZH1qeY5q\nwPi60okQuXISdefUymRCn3OMfRchMoujRGwt9KJMV8Eth8RhEKtIARYrE20jN/aA\nGs6MvsbZb7NMeZAf3NZ53DtBeruzZR24eO/AUgqMEmf8/2bpjnw0xs9fE/viZgcq\n0T4CHWp1vzNW56C1HYixFins1wJjFri9a94qm0yKo3MImzKMPNJRgOGfgBQWszPg\nxRkjwXeDmOGgh7nqkhppFaj9m5ouDp0cvIXof56lHs6Mw96yWcmuRQ/LyH+oXwB6\nBHYxv9fDGUvQYdZCPjV1tHHUtzqh/oRW89btSpw+h4aoLH+LqlRtNiA+5uTv9c72\nMNLx9kidAoGBAP4fmA0q0BKqZK1viG5wI2UDV1vp2Rir4RlgF41+wv9a0nr6DROg\nCPzpiQueNd9Wte68ZYUMIOvJP1RrcgwduYDtpTBfZVeNfoybehD4XOsrmc6tOPex\ntmnuLqOxYHozE6haSIcp8QcpOfXh72RuAP9vyRvDnMWTM1aw/HIOViRfAoGBAMu7\nQRY1BXTcmg7MirjVKdVI0zoH+2ObkZwG4pcWXOmIi71ytpYPEGKzdd3o3XTFBvH4\nTsnagXPX/BG+mf7O/OUcS786JcyZ1yZzQA3AMW+GSh7xkEmdZSb+M6k9nLfQWXOu\nN4Tk8KE7c2Rq8ae0o6Q/LY17DyJXYFMJgKOGe1RvAoGBANsc6sIPtDEj8oMItB5l\nWl9yrhR2YdY//Wsfy68ZKZF8Ahg/Gp9dUeKgiqYV2GWmImCi2PYLKyei8pQbwM5p\notVkExbOalc/jWo3dNzFCXlMsuXdvkz0UlCsKlLCUmmLONvkXL0OkOCXz34PPZbe\nssWM4V6rH7XL4mxRVpoRen0JAoGAZfd9twCoj3nN/XQwRhwiSOafGZ9fGdaGBUKI\n7De8HwJBdntQmUBG4i+R4ZQoKsZmGHs/69VaD0Hdnn/4EUlF1+HWo4oV2xZwUYVD\nXN6Bn6DlviEHJ2EIfICkGKOGqZU1ACoFDZWMPhZERdEky9wkPxOD2BjsVTLIOic6\nZB3t4i8CgYEA75AMYPkIz1OzPFUeuKegquYMmugojHresFeVsYmeQqNsF2HngjeM\nZjybMddOIx5/LlTBF3Lx1yBbLoPUReu/sUlDDv5u1BFwvm/nY/YEwAEg2Ky2/Eyo\nHg37cUDs3wcWR4i4CG40m3FpeXH/qj9wVZIsZDB31mvjOuYVLTddxoI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd61b5af864f043cdbfc4c7ec3b68b46b', 'name': u'cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'created_at': '2018-07-17T10:09:07.496164', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a6168e719e446e7bc5482ee45ed53e7', 'name': 'cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'93:23:8e:38:2a:ad:98:fe:16:fd:20:ce:08:17:7d:57', 'type': 'ssh', 'id': u'cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374'}) 2018-07-17 10:09:07,496 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAyjzvQpOFouVCBS84Lgw4Mp3AfHQSJyV3omEGcga8YC8b5VKP fgTqioD9uS98IhUoFEkWt+GheLzQIaLYqCz+fIDumQt3lHpJ+lxB9Tn/55RNbyMh XDVZ2BEu7nFeOBYdACDAmhoKzpB2zGaCqSrL0eyLIq1/6b4tD+ddQp055DTv/Wqm OC3StYVu8mybIFwJDif8GwlIqj52XDYs6eplPfPUfSdRijk2zVxExFNZQwzfJx5F PhURuLHaaHmrKe8lmDEtTWttG/wNE7W6qxLQXee+fUcaD1ow9yo849YVUITX7hxi fVS17rhpHM6Ztm3clu/4Mv7dFh3vQIUSru3xMQIDAQABAoIBAQDFsID1ZH1qeY5q wPi60okQuXISdefUymRCn3OMfRchMoujRGwt9KJMV8Eth8RhEKtIARYrE20jN/aA Gs6MvsbZb7NMeZAf3NZ53DtBeruzZR24eO/AUgqMEmf8/2bpjnw0xs9fE/viZgcq 0T4CHWp1vzNW56C1HYixFins1wJjFri9a94qm0yKo3MImzKMPNJRgOGfgBQWszPg xRkjwXeDmOGgh7nqkhppFaj9m5ouDp0cvIXof56lHs6Mw96yWcmuRQ/LyH+oXwB6 BHYxv9fDGUvQYdZCPjV1tHHUtzqh/oRW89btSpw+h4aoLH+LqlRtNiA+5uTv9c72 MNLx9kidAoGBAP4fmA0q0BKqZK1viG5wI2UDV1vp2Rir4RlgF41+wv9a0nr6DROg CPzpiQueNd9Wte68ZYUMIOvJP1RrcgwduYDtpTBfZVeNfoybehD4XOsrmc6tOPex tmnuLqOxYHozE6haSIcp8QcpOfXh72RuAP9vyRvDnMWTM1aw/HIOViRfAoGBAMu7 QRY1BXTcmg7MirjVKdVI0zoH+2ObkZwG4pcWXOmIi71ytpYPEGKzdd3o3XTFBvH4 TsnagXPX/BG+mf7O/OUcS786JcyZ1yZzQA3AMW+GSh7xkEmdZSb+M6k9nLfQWXOu N4Tk8KE7c2Rq8ae0o6Q/LY17DyJXYFMJgKOGe1RvAoGBANsc6sIPtDEj8oMItB5l Wl9yrhR2YdY//Wsfy68ZKZF8Ahg/Gp9dUeKgiqYV2GWmImCi2PYLKyei8pQbwM5p otVkExbOalc/jWo3dNzFCXlMsuXdvkz0UlCsKlLCUmmLONvkXL0OkOCXz34PPZbe ssWM4V6rH7XL4mxRVpoRen0JAoGAZfd9twCoj3nN/XQwRhwiSOafGZ9fGdaGBUKI 7De8HwJBdntQmUBG4i+R4ZQoKsZmGHs/69VaD0Hdnn/4EUlF1+HWo4oV2xZwUYVD XN6Bn6DlviEHJ2EIfICkGKOGqZU1ACoFDZWMPhZERdEky9wkPxOD2BjsVTLIOic6 ZB3t4i8CgYEA75AMYPkIz1OzPFUeuKegquYMmugojHresFeVsYmeQqNsF2HngjeM ZjybMddOIx5/LlTBF3Lx1yBbLoPUReu/sUlDDv5u1BFwvm/nY/YEwAEg2Ky2/Eyo Hg37cUDs3wcWR4i4CG40m3FpeXH/qj9wVZIsZDB31mvjOuYVLTddxoI= -----END RSA PRIVATE KEY----- 2018-07-17 10:09:07,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-17 10:09:07,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"security_group": {"name": "cinder_test-sg_bdf2383e-bbc5-4982-ad43-ce47dae30374", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-17 10:09:07,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-52f5e6ca-094e-42a0-9e76-486e5d9963a7 Date: Tue, 17 Jul 2018 10:09:07 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:07Z", "updated_at": "2018-07-17T10:09:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "9a0e2b54-85c3-4dc7-b939-737bb3e6d166", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "dcd3ff5a-244e-4f0e-92a0-1845070bfb72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 1, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "6363e376-65e1-4c28-9931-50f26e057440", "name": "cinder_test-sg_bdf2383e-bbc5-4982-ad43-ce47dae30374"}} 2018-07-17 10:09:07,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-52f5e6ca-094e-42a0-9e76-486e5d9963a7 2018-07-17 10:09:07,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.426014900208s 2018-07-17 10:09:07,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-52f5e6ca-094e-42a0-9e76-486e5d9963a7 2018-07-17 10:09:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:09:07,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:07,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-1650b0f8-3efe-4bae-8bac-c6a0d9130259 Date: Tue, 17 Jul 2018 10:09:07 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:07Z", "updated_at": "2018-07-17T10:09:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "9a0e2b54-85c3-4dc7-b939-737bb3e6d166", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "dcd3ff5a-244e-4f0e-92a0-1845070bfb72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 1, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "6363e376-65e1-4c28-9931-50f26e057440", "name": "cinder_test-sg_bdf2383e-bbc5-4982-ad43-ce47dae30374"}, {"description": "Default security group", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:08:58Z", "updated_at": "2018-07-17T10:08:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "53b7714a-d760-4046-946a-793bc416c179", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "58eacad4-94e4-4e95-b4be-252030c831dc", "remote_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "b0eea6a1-4815-4a2c-a941-9f0c712a19dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "bcecbdb4-1a0e-44fc-ba11-d7cf733d34d5", "remote_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 1, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "name": "default"}]} 2018-07-17 10:09:07,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1650b0f8-3efe-4bae-8bac-c6a0d9130259 2018-07-17 10:09:07,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0651478767395s 2018-07-17 10:09:07,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1650b0f8-3efe-4bae-8bac-c6a0d9130259 2018-07-17 10:09:08,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:09:08,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -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": "6363e376-65e1-4c28-9931-50f26e057440"}}' 2018-07-17 10:09:08,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8990e696-e1f1-4d35-96ee-47c820dfb226 Date: Tue, 17 Jul 2018 10:09:08 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-17T10:09:08Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "port_range_min": 22, "revision_number": 0, "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:08Z", "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "f75c93b3-8a8b-48da-a95c-2f81d929961d"}} 2018-07-17 10:09:08,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-8990e696-e1f1-4d35-96ee-47c820dfb226 2018-07-17 10:09:08,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.571393966675s 2018-07-17 10:09:08,572 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-8990e696-e1f1-4d35-96ee-47c820dfb226 2018-07-17 10:09:08,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:09:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:08,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-b34b1756-b7f4-4f1d-b49f-3617dd170146 Date: Tue, 17 Jul 2018 10:09:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:07Z", "updated_at": "2018-07-17T10:09:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "9a0e2b54-85c3-4dc7-b939-737bb3e6d166", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "dcd3ff5a-244e-4f0e-92a0-1845070bfb72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:09:08Z", "revision_number": 0, "id": "f75c93b3-8a8b-48da-a95c-2f81d929961d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:08Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 2, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "6363e376-65e1-4c28-9931-50f26e057440", "name": "cinder_test-sg_bdf2383e-bbc5-4982-ad43-ce47dae30374"}, {"description": "Default security group", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:08:58Z", "updated_at": "2018-07-17T10:08:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "53b7714a-d760-4046-946a-793bc416c179", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "58eacad4-94e4-4e95-b4be-252030c831dc", "remote_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "b0eea6a1-4815-4a2c-a941-9f0c712a19dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "bcecbdb4-1a0e-44fc-ba11-d7cf733d34d5", "remote_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 1, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "name": "default"}]} 2018-07-17 10:09:08,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b34b1756-b7f4-4f1d-b49f-3617dd170146 2018-07-17 10:09:08,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.242511034012s 2018-07-17 10:09:08,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b34b1756-b7f4-4f1d-b49f-3617dd170146 2018-07-17 10:09:08,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-17 10:09:08,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -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": "6363e376-65e1-4c28-9931-50f26e057440"}}' 2018-07-17 10:09:09,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ab1942a2-3c9e-48f3-8c01-2087c3166c63 Date: Tue, 17 Jul 2018 10:09:09 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-17T10:09:09Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "port_range_min": null, "revision_number": 0, "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:09Z", "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "51a1ea6c-cbd9-45bf-8d54-79899854e64f"}} 2018-07-17 10:09:09,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-ab1942a2-3c9e-48f3-8c01-2087c3166c63 2018-07-17 10:09:09,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.372025966644s 2018-07-17 10:09:09,195 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-ab1942a2-3c9e-48f3-8c01-2087c3166c63 2018-07-17 10:09:09,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:09:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:09,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5f2f0fea-2d51-4f48-91c1-33dd00e929b5 Date: Tue, 17 Jul 2018 10:09:09 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["874a63db-861b-4859-9d9b-3d0d862d6bb9"],"updated_at":"2018-07-17T10:08:59Z","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a6168e719e446e7bc5482ee45ed53e7","id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","name":"cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:09:09,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5f2f0fea-2d51-4f48-91c1-33dd00e929b5 2018-07-17 10:09:09,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114167928696s 2018-07-17 10:09:09,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5f2f0fea-2d51-4f48-91c1-33dd00e929b5 2018-07-17 10:09:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:09:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:09,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-3196cee4-a73b-4cec-a8db-0cf2314ab296 Date: Tue, 17 Jul 2018 10:09:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/snap", "metadata": {}}], "file": "/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/file", "owner": "0a6168e719e446e7bc5482ee45ed53e7", "id": "1a28aea2-dcf8-40a8-918f-b78f2b83131d", "size": 12716032, "self": "/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:09:06Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:09:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:09:09,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3196cee4-a73b-4cec-a8db-0cf2314ab296 2018-07-17 10:09:09,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.231912136078s 2018-07-17 10:09:09,548 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3196cee4-a73b-4cec-a8db-0cf2314ab296 2018-07-17 10:09:09,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:09:09,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:09,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09:09 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-a0580a2f-b8b1-40d0-a5d3-969e9678aa96 x-compute-request-id: req-a0580a2f-b8b1-40d0-a5d3-969e9678aa96 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "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": "b8257780-40bb-44f4-abe4-f244d22273ff"}]} 2018-07-17 10:09:09,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-a0580a2f-b8b1-40d0-a5d3-969e9678aa96 2018-07-17 10:09:09,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0284030437469s 2018-07-17 10:09:09,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-a0580a2f-b8b1-40d0-a5d3-969e9678aa96 2018-07-17 10:09:09,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-17 10:09:09,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"server": {"name": "cinder_test-vm2_bdf2383e-bbc5-4982-ad43-ce47dae30374", "imageRef": "1a28aea2-dcf8-40a8-918f-b78f2b83131d", "key_name": "cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374", "flavorRef": "b8257780-40bb-44f4-abe4-f244d22273ff", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6a1d26cd-a3e3-46df-b045-68cb6800c465"}], "security_groups": [{"name": "6363e376-65e1-4c28-9931-50f26e057440"}]}}' 2018-07-17 10:09:12,757 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:09:09 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-724c834c-1563-46ff-8fdb-9b45493deb00 x-compute-request-id: req-724c834c-1563-46ff-8fdb-9b45493deb00 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6363e376-65e1-4c28-9931-50f26e057440"}], "OS-DCF:diskConfig": "MANUAL", "id": "ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "rel": "bookmark"}], "adminPass": "4q25CAYEB7sH"}} 2018-07-17 10:09:12,757 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-724c834c-1563-46ff-8fdb-9b45493deb00 2018-07-17 10:09:12,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.17734599113s 2018-07-17 10:09:12,758 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-724c834c-1563-46ff-8fdb-9b45493deb00 2018-07-17 10:09:12,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:09:12,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:13,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09: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-7c096f39-a5fb-4d8c-a6ec-85f0cd68f355 x-compute-request-id: req-7c096f39-a5fb-4d8c-a6ec-85f0cd68f355 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "rel": "bookmark"}], "image": {"id": "1a28aea2-dcf8-40a8-918f-b78f2b83131d", "links": [{"href": "http://172.30.9.29:8774/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b8257780-40bb-44f4-abe4-f244d22273ff", "links": [{"href": "http://172.30.9.29:8774/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "rel": "bookmark"}]}, "id": "ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "user_id": "d61b5af864f043cdbfc4c7ec3b68b46b", "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-17T10:09:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374", "name": "cinder_test-vm2_bdf2383e-bbc5-4982-ad43-ce47dae30374", "created": "2018-07-17T10:09:12Z", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:09:13,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7c096f39-a5fb-4d8c-a6ec-85f0cd68f355 2018-07-17 10:09:13,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.47336101532s 2018-07-17 10:09:13,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7c096f39-a5fb-4d8c-a6ec-85f0cd68f355 2018-07-17 10:09:13,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:09:13,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:13,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-c7496a4f-26ad-4ffc-b809-e74851f9f6ed Date: Tue, 17 Jul 2018 10:09:13 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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["874a63db-861b-4859-9d9b-3d0d862d6bb9"],"updated_at":"2018-07-17T10:08:59Z","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a6168e719e446e7bc5482ee45ed53e7","id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","name":"cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:09:13,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c7496a4f-26ad-4ffc-b809-e74851f9f6ed 2018-07-17 10:09:13,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118714094162s 2018-07-17 10:09:13,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c7496a4f-26ad-4ffc-b809-e74851f9f6ed 2018-07-17 10:09:13,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:09:13,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:13,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-78a0910f-7c26-4200-8826-05282d39f57a Date: Tue, 17 Jul 2018 10:09:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:08: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":"0a6168e719e446e7bc5482ee45ed53e7","id":"874a63db-861b-4859-9d9b-3d0d862d6bb9","subnetpool_id":null,"name":"cinder_test-subnet_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:09:13,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-78a0910f-7c26-4200-8826-05282d39f57a 2018-07-17 10:09:13,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0540411472321s 2018-07-17 10:09:13,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-78a0910f-7c26-4200-8826-05282d39f57a 2018-07-17 10:09:13,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-17 10:09:15,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-17 10:09:15,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:16,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09:15 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-7b52c380-6d21-4bf7-9d12-19a1bde250c7 x-compute-request-id: req-7b52c380-6d21-4bf7-9d12-19a1bde250c7 Content-Encoding: gzip Content-Length: 591 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "rel": "bookmark"}], "image": {"id": "1a28aea2-dcf8-40a8-918f-b78f2b83131d", "links": [{"href": "http://172.30.9.29:8774/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b8257780-40bb-44f4-abe4-f244d22273ff", "links": [{"href": "http://172.30.9.29:8774/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "rel": "bookmark"}]}, "id": "ec3e3840-02d6-4ef9-8c34-c1e567b7e259", "user_id": "d61b5af864f043cdbfc4c7ec3b68b46b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-17T10:09:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374", "name": "cinder_test-vm2_bdf2383e-bbc5-4982-ad43-ce47dae30374", "created": "2018-07-17T10:09:12Z", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-17 10:09:16,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7b52c380-6d21-4bf7-9d12-19a1bde250c7 2018-07-17 10:09:16,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630761146545s 2018-07-17 10:09:16,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7b52c380-6d21-4bf7-9d12-19a1bde250c7 2018-07-17 10:09:16,053 - functest.core.singlevm - ERROR - Cannot run cinder_test Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 356, in run self.prepare() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/cinder/cinder_test.py", line 59, in prepare security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 152, in boot_vm **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'1a28aea2-dcf8-40a8-918f-b78f2b83131d'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'b8257780-40bb-44f4-abe4-f244d22273ff'}), 'az': u'', 'id': u'ec3e3840-02d6-4ef9-8c34-c1e567b7e259', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd61b5af864f043cdbfc4c7ec3b68b46b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a6168e719e446e7bc5482ee45ed53e7', 'name': 'cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-07-17T10:09:13Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'0a6168e719e446e7bc5482ee45ed53e7', 'name': u'cinder_test-vm2_bdf2383e-bbc5-4982-ad43-ce47dae30374', 'adminPass': None, 'tenant_id': u'0a6168e719e446e7bc5482ee45ed53e7', 'created_at': u'2018-07-17T10:09:12Z', 'created': u'2018-07-17T10:09:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-17 10:09:16,181 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-17 10:09:16,181 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:19 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-07-17 10:09:16,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-17 10:09:16,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:16,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-df0b7b66-564c-4b43-b83f-cf2c5ac8479b Date: Tue, 17 Jul 2018 10:09:16 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:07Z", "updated_at": "2018-07-17T10:09:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:09Z", "revision_number": 0, "id": "51a1ea6c-cbd9-45bf-8d54-79899854e64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:09Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "9a0e2b54-85c3-4dc7-b939-737bb3e6d166", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:09:07Z", "revision_number": 0, "id": "dcd3ff5a-244e-4f0e-92a0-1845070bfb72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:07Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-17T10:09:08Z", "revision_number": 0, "id": "f75c93b3-8a8b-48da-a95c-2f81d929961d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:09:08Z", "security_group_id": "6363e376-65e1-4c28-9931-50f26e057440", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 3, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "6363e376-65e1-4c28-9931-50f26e057440", "name": "cinder_test-sg_bdf2383e-bbc5-4982-ad43-ce47dae30374"}, {"description": "Default security group", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:08:58Z", "updated_at": "2018-07-17T10:08:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "53b7714a-d760-4046-946a-793bc416c179", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "58eacad4-94e4-4e95-b4be-252030c831dc", "remote_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "b0eea6a1-4815-4a2c-a941-9f0c712a19dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-17T10:08:58Z", "revision_number": 0, "id": "bcecbdb4-1a0e-44fc-ba11-d7cf733d34d5", "remote_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "remote_ip_prefix": null, "created_at": "2018-07-17T10:08:58Z", "security_group_id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6168e719e446e7bc5482ee45ed53e7"}], "revision_number": 1, "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "f6e97f49-dae8-4151-82a6-468ec5c47cb5", "name": "default"}]} 2018-07-17 10:09:16,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-df0b7b66-564c-4b43-b83f-cf2c5ac8479b 2018-07-17 10:09:16,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0533220767975s 2018-07-17 10:09:16,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-df0b7b66-564c-4b43-b83f-cf2c5ac8479b 2018-07-17 10:09:16,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-17 10:09:16,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6363e376-65e1-4c28-9931-50f26e057440.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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:16,635 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35a98db0-0164-49c4-a42d-740ae3cf968d Content-Length: 0 Date: Tue, 17 Jul 2018 10:09:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:09:16,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6363e376-65e1-4c28-9931-50f26e057440.json used request id req-35a98db0-0164-49c4-a42d-740ae3cf968d 2018-07-17 10:09:16,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.390626192093s 2018-07-17 10:09:16,636 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6363e376-65e1-4c28-9931-50f26e057440.json used request id req-35a98db0-0164-49c4-a42d-740ae3cf968d 2018-07-17 10:09:16,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-17 10:09:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:16,682 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:09: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 x-openstack-request-id: req-8c85235d-4cdf-4b91-a3c9-0df5f498f4c5 x-compute-request-id: req-8c85235d-4cdf-4b91-a3c9-0df5f498f4c5 Content-Length: 0 Content-Type: application/json 2018-07-17 10:09:16,682 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374 used request id req-8c85235d-4cdf-4b91-a3c9-0df5f498f4c5 2018-07-17 10:09:16,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0460050106049s 2018-07-17 10:09:16,682 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cinder_test-kp_bdf2383e-bbc5-4982-ad43-ce47dae30374 used request id req-8c85235d-4cdf-4b91-a3c9-0df5f498f4c5 2018-07-17 10:09:16,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-17 10:09:16,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd/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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" -d '{"subnet_id": "874a63db-861b-4859-9d9b-3d0d862d6bb9"}' 2018-07-17 10:09:18,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-23ccf547-c4aa-4ce3-b6fc-14b79f01925e Date: Tue, 17 Jul 2018 10:09:18 GMT RESP BODY: {"network_id": "6a1d26cd-a3e3-46df-b045-68cb6800c465", "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "subnet_id": "874a63db-861b-4859-9d9b-3d0d862d6bb9", "subnet_ids": ["874a63db-861b-4859-9d9b-3d0d862d6bb9"], "port_id": "4dcae3ca-6d55-457a-ad1c-475f31230e3b", "id": "db3e8f94-8e19-47a1-a05e-e3a0accc53dd"} 2018-07-17 10:09:18,536 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd/remove_router_interface.json used request id req-23ccf547-c4aa-4ce3-b6fc-14b79f01925e 2018-07-17 10:09:18,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.85350298882s 2018-07-17 10:09:18,537 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd/remove_router_interface.json used request id req-23ccf547-c4aa-4ce3-b6fc-14b79f01925e returning object db3e8f94-8e19-47a1-a05e-e3a0accc53dd 2018-07-17 10:09:18,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-17 10:09:18,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:18,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f774bd30-79f5-4f18-8f8a-77d8935e3677 Date: Tue, 17 Jul 2018 10:09:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "36f838cc-89e7-4f15-8737-731e4b3baf82", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9a89a40-ceb9-409f-b018-9fc14593a1c6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "0a6168e719e446e7bc5482ee45ed53e7", "created_at": "2018-07-17T10:09:00Z", "admin_state_up": true, "updated_at": "2018-07-17T10:09:17Z", "revision_number": 4, "routes": [], "project_id": "0a6168e719e446e7bc5482ee45ed53e7", "id": "db3e8f94-8e19-47a1-a05e-e3a0accc53dd", "name": "cinder_test-router_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:09:18,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-f774bd30-79f5-4f18-8f8a-77d8935e3677 2018-07-17 10:09:18,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.29643201828s 2018-07-17 10:09:18,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-f774bd30-79f5-4f18-8f8a-77d8935e3677 2018-07-17 10:09:18,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-17 10:09:18,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd.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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:20,587 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8527c215-f46f-4b17-9ae7-0ba8d32848ff Content-Length: 0 Date: Tue, 17 Jul 2018 10:09:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:09:20,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd.json used request id req-8527c215-f46f-4b17-9ae7-0ba8d32848ff 2018-07-17 10:09:20,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.75194406509s 2018-07-17 10:09:20,588 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/db3e8f94-8e19-47a1-a05e-e3a0accc53dd.json used request id req-8527c215-f46f-4b17-9ae7-0ba8d32848ff 2018-07-17 10:09:20,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-17 10:09:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:20,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-96fa262c-e9d0-45ca-9f48-1c401e7b8e99 Date: Tue, 17 Jul 2018 10:09:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-17T10:08: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":"0a6168e719e446e7bc5482ee45ed53e7","id":"874a63db-861b-4859-9d9b-3d0d862d6bb9","subnetpool_id":null,"name":"cinder_test-subnet_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:09:20,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-96fa262c-e9d0-45ca-9f48-1c401e7b8e99 2018-07-17 10:09:20,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.051638841629s 2018-07-17 10:09:20,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-96fa262c-e9d0-45ca-9f48-1c401e7b8e99 2018-07-17 10:09:20,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-17 10:09:20,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/874a63db-861b-4859-9d9b-3d0d862d6bb9.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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:23,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3952bd1a-6285-4f82-a165-968829cabbf9 Date: Tue, 17 Jul 2018 10:09:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:09:23,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/874a63db-861b-4859-9d9b-3d0d862d6bb9.json used request id req-3952bd1a-6285-4f82-a165-968829cabbf9 2018-07-17 10:09:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.52108287811s 2018-07-17 10:09:23,163 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/874a63db-861b-4859-9d9b-3d0d862d6bb9.json used request id req-3952bd1a-6285-4f82-a165-968829cabbf9 2018-07-17 10:09:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-17 10:09:23,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:23,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-c86a8507-36d1-4bf3-8994-ee3c9e43e50b Date: Tue, 17 Jul 2018 10:09: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":["c9a89a40-ceb9-409f-b018-9fc14593a1c6"],"updated_at":"2018-07-17T10:00:11Z","tenant_id":"ca28ae33194943248316fbb231780561","created_at":"2018-07-17T10:00:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca28ae33194943248316fbb231780561","id":"36f838cc-89e7-4f15-8737-731e4b3baf82","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-17T10:09:23Z","tenant_id":"0a6168e719e446e7bc5482ee45ed53e7","created_at":"2018-07-17T10:08:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a6168e719e446e7bc5482ee45ed53e7","id":"6a1d26cd-a3e3-46df-b045-68cb6800c465","name":"cinder_test-net_bdf2383e-bbc5-4982-ad43-ce47dae30374"}]} 2018-07-17 10:09:23,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c86a8507-36d1-4bf3-8994-ee3c9e43e50b 2018-07-17 10:09:23,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126832008362s 2018-07-17 10:09:23,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c86a8507-36d1-4bf3-8994-ee3c9e43e50b 2018-07-17 10:09:23,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-17 10:09:23,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/6a1d26cd-a3e3-46df-b045-68cb6800c465.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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:24,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85f1cf95-01ef-4408-89ee-18c4c98edfc1 Date: Tue, 17 Jul 2018 10:09:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-17 10:09:24,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6a1d26cd-a3e3-46df-b045-68cb6800c465.json used request id req-85f1cf95-01ef-4408-89ee-18c4c98edfc1 2018-07-17 10:09:24,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61351799965s 2018-07-17 10:09:24,906 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6a1d26cd-a3e3-46df-b045-68cb6800c465.json used request id req-85f1cf95-01ef-4408-89ee-18c4c98edfc1 2018-07-17 10:09:24,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-17 10:09:24,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:25,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-f095ddbc-f703-4ddb-a766-3d51a01f3545 Date: Tue, 17 Jul 2018 10:09:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/snap", "metadata": {}}], "file": "/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/file", "owner": "0a6168e719e446e7bc5482ee45ed53e7", "id": "1a28aea2-dcf8-40a8-918f-b78f2b83131d", "size": 12716032, "self": "/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d", "disk_format": "qcow2", "direct_url": "rbd://2f66bb98-2a80-42e4-b18c-ccf27fc02661/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-17T10:09:06Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_bdf2383e-bbc5-4982-ad43-ce47dae30374", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-17T10:09:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-17 10:09:25,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f095ddbc-f703-4ddb-a766-3d51a01f3545 2018-07-17 10:09:25,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.232767105103s 2018-07-17 10:09:25,143 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f095ddbc-f703-4ddb-a766-3d51a01f3545 2018-07-17 10:09:25,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-17 10:09:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1faaf6f02898d9e5abaa6a604e324856f47b9d86" 2018-07-17 10:09:25,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-780f7179-c721-483b-948b-c3ef2c57b828 Date: Tue, 17 Jul 2018 10:09:25 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 10:09:25,657 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d used request id req-780f7179-c721-483b-948b-c3ef2c57b828 2018-07-17 10:09:25,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.512009143829s 2018-07-17 10:09:25,657 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1a28aea2-dcf8-40a8-918f-b78f2b83131d used request id req-780f7179-c721-483b-948b-c3ef2c57b828 2018-07-17 10:09:25,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-17 10:09:25,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:25,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09: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-de7167eb-415f-4119-a522-a1c364509ee2 x-compute-request-id: req-de7167eb-415f-4119-a522-a1c364509ee2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b8257780-40bb-44f4-abe4-f244d22273ff", "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": "b8257780-40bb-44f4-abe4-f244d22273ff"}]} 2018-07-17 10:09:25,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-de7167eb-415f-4119-a522-a1c364509ee2 2018-07-17 10:09:25,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.158040046692s 2018-07-17 10:09:25,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-de7167eb-415f-4119-a522-a1c364509ee2 2018-07-17 10:09:25,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-17 10:09:25,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:25,854 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 17 Jul 2018 10:09: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 x-openstack-request-id: req-ee8f6f08-cfc2-4794-b594-0147e85cdf42 x-compute-request-id: req-ee8f6f08-cfc2-4794-b594-0147e85cdf42 Content-Length: 0 Content-Type: application/json 2018-07-17 10:09:25,854 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff used request id req-ee8f6f08-cfc2-4794-b594-0147e85cdf42 2018-07-17 10:09:25,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368828773499s 2018-07-17 10:09:25,854 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b8257780-40bb-44f4-abe4-f244d22273ff used request id req-ee8f6f08-cfc2-4794-b594-0147e85cdf42 2018-07-17 10:09:25,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:09:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:25,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-362850cf-51ed-4367-97c7-3116cebc4b6d Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/076adf58e125476fa96450518ca95599"}, "domain_id": "default", "enabled": true, "options": {}, "id": "076adf58e125476fa96450518ca95599", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/085da56db704486991467370ad501676"}, "domain_id": "default", "enabled": true, "options": {}, "id": "085da56db704486991467370ad501676", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/0aa78ce7799947ac97b9273a0408775f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0aa78ce7799947ac97b9273a0408775f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/1120028b69474ad48c53d151d53fd64d"}, "domain_id": "a811bd6f79304a3baa84844c7bdf186d", "enabled": true, "options": {}, "id": "1120028b69474ad48c53d151d53fd64d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/152017f473704e0d8ca172519bcc7293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "152017f473704e0d8ca172519bcc7293", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/27afd6a2924a49cca47257372a2ab26d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27afd6a2924a49cca47257372a2ab26d", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/5664bbc76fdf4540bae26ce46da5f467"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5664bbc76fdf4540bae26ce46da5f467", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/61829707052a40f3b3c36574fd9c5a49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61829707052a40f3b3c36574fd9c5a49", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/622f525f9dd2422c8a105a5f3e60efaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "622f525f9dd2422c8a105a5f3e60efaa", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/6f992f3f716b48d98f592d4efc3bdcb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f992f3f716b48d98f592d4efc3bdcb8", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/9fda1ae9e9254797b29512197b497938"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fda1ae9e9254797b29512197b497938", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/a0020e0f75104aac9d6dda79b3fce2a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0020e0f75104aac9d6dda79b3fce2a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": {"self": "http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d61b5af864f043cdbfc4c7ec3b68b46b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/e91bfe2bc5434a4082258b604578ed4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e91bfe2bc5434a4082258b604578ed4b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ffbf7d903df3483f881dcb8e1865b5c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbf7d903df3483f881dcb8e1865b5c6", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-17 10:09:25,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-362850cf-51ed-4367-97c7-3116cebc4b6d 2018-07-17 10:09:25,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130297899246s 2018-07-17 10:09:25,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-362850cf-51ed-4367-97c7-3116cebc4b6d 2018-07-17 10:09:25,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-17 10:09:25,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:26,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09fa1ca6-69e6-47c3-aff1-a775d90da4ab Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_bdf2383e-bbc5-4982-ad43-ce47dae30374", "links": {"self": "http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d61b5af864f043cdbfc4c7ec3b68b46b", "description": null}} 2018-07-17 10:09:26,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b used request id req-09fa1ca6-69e6-47c3-aff1-a775d90da4ab 2018-07-17 10:09:26,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.133664131165s 2018-07-17 10:09:26,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b used request id req-09fa1ca6-69e6-47c3-aff1-a775d90da4ab 2018-07-17 10:09:26,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-17 10:09:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:26,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:09:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71cfdeeb-5e22-4b41-9568-9ac88e6624ac 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 10:09:26,347 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b used request id req-71cfdeeb-5e22-4b41-9568-9ac88e6624ac 2018-07-17 10:09:26,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.220723152161s 2018-07-17 10:09:26,347 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d61b5af864f043cdbfc4c7ec3b68b46b used request id req-71cfdeeb-5e22-4b41-9568-9ac88e6624ac 2018-07-17 10:09:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-17 10:09:26,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:26,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 17 Jul 2018 10:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-694c28f0-125f-42ea-814d-48a51ad4f9ac Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7"}, "tags": [], "enabled": true, "id": "0a6168e719e446e7bc5482ee45ed53e7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_bdf2383e-bbc5-4982-ad43-ce47dae30374"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/7d76f5cba3604c4084a80c130d6e1b3b"}, "tags": [], "enabled": true, "id": "7d76f5cba3604c4084a80c130d6e1b3b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca28ae33194943248316fbb231780561"}, "tags": [], "enabled": true, "id": "ca28ae33194943248316fbb231780561", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-17 10:09:26,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-694c28f0-125f-42ea-814d-48a51ad4f9ac 2018-07-17 10:09:26,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101418018341s 2018-07-17 10:09:26,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-694c28f0-125f-42ea-814d-48a51ad4f9ac 2018-07-17 10:09:26,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-17 10:09:26,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6ec73958fb40e4fd76f8bbbeb83b6e88df6f712" 2018-07-17 10:09:26,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 17 Jul 2018 10:09:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72212d6a-c22a-46c5-a1f4-d3cc0ccb59ef 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 10:09:26,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7 used request id req-72212d6a-c22a-46c5-a1f4-d3cc0ccb59ef 2018-07-17 10:09:26,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.188783168793s 2018-07-17 10:09:26,648 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0a6168e719e446e7bc5482ee45ed53e7 used request id req-72212d6a-c22a-46c5-a1f4-d3cc0ccb59ef 2018-07-17 10:09:26,649 - xtesting.ci.run_tests - ERROR - The test case 'cinder_test' failed. 2018-07-17 10:09:26,650 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:07 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:10 | PASS | | singlevm1 | functest | healthcheck | 00:43 | PASS | | singlevm2 | functest | healthcheck | 00:47 | PASS | | vping_ssh | functest | healthcheck | 00:48 | PASS | | vping_userdata | functest | healthcheck | 00:43 | PASS | | cinder_test | functest | healthcheck | 00:19 | FAIL | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-17 10:09:26,663 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-17 10:09:26,672 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-17 10:09:26,731 - paramiko.transport - DEBUG - EOF in transport thread